connected-spaces-platform.unity.core 4.11.0 → 4.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (324) hide show
  1. package/Editor/NativePluginBuildProcessor.asmdef.meta +3 -3
  2. package/Editor/NativePluginBuildProcessor.cs.meta +4 -4
  3. package/Editor.meta +4 -4
  4. package/README.md +197 -5
  5. package/Source/CSPFoundation.cs +1 -1
  6. package/Source/CSPFoundation.cs.meta +4 -4
  7. package/Source/ClientUserAgent.cs.meta +4 -4
  8. package/Source/Common/Array.cs.meta +4 -4
  9. package/Source/Common/CancellationToken.cs.meta +4 -4
  10. package/Source/Common/FileExtensions.cs.meta +4 -4
  11. package/Source/Common/List.cs.meta +4 -4
  12. package/Source/Common/Map.cs.meta +4 -4
  13. package/Source/Common/MimeTypeHelper.cs.meta +4 -4
  14. package/Source/Common/MimeTypes.cs.meta +4 -4
  15. package/Source/Common/Variant.cs.meta +4 -4
  16. package/Source/Common/VariantType.cs.meta +4 -4
  17. package/Source/Common/Vector3.cs.meta +4 -4
  18. package/Source/Common/Vector4.cs.meta +4 -4
  19. package/Source/Common.meta +4 -4
  20. package/Source/ConnectedSpacesPlatform.Unity.Core.asmdef.meta +3 -3
  21. package/Source/Csp.cs.meta +4 -4
  22. package/Source/EThirdPartyPlatform.cs.meta +4 -4
  23. package/Source/EndpointURIs.cs.meta +4 -4
  24. package/Source/Il2cppPreserver.cs.meta +4 -4
  25. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +4 -4
  26. package/Source/Multiplayer/ComponentBase.cs.meta +4 -4
  27. package/Source/Multiplayer/ComponentType.cs.meta +4 -4
  28. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +4 -4
  29. package/Source/Multiplayer/ComponentUpdateType.cs.meta +4 -4
  30. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +4 -4
  31. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +4 -4
  32. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -2
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +4 -4
  34. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +4 -4
  35. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +4 -4
  36. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +4 -4
  37. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +4 -4
  38. package/Source/Multiplayer/Components/AudioType.cs.meta +4 -4
  39. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +4 -4
  40. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +4 -4
  41. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +20 -20
  42. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +4 -4
  43. package/Source/Multiplayer/Components/AvatarState.cs.meta +4 -4
  44. package/Source/Multiplayer/Components/BillboardMode.cs.meta +4 -4
  45. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +4 -4
  46. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +10 -10
  47. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +4 -4
  48. package/Source/Multiplayer/Components/CollisionMode.cs.meta +4 -4
  49. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +4 -4
  50. package/Source/Multiplayer/Components/CollisionShape.cs.meta +4 -4
  51. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +8 -8
  52. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +4 -4
  53. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +4 -4
  54. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +4 -4
  55. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +4 -4
  56. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +1 -1
  57. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +4 -4
  58. package/Source/Multiplayer/Components/DisplayMode.cs.meta +4 -4
  59. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +4 -4
  60. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +2 -2
  61. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +4 -4
  62. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +4 -4
  63. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +4 -4
  64. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +1 -1
  65. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +4 -4
  66. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +4 -4
  67. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +8 -8
  68. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +4 -4
  69. package/Source/Multiplayer/Components/FogMode.cs.meta +4 -4
  70. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +4 -4
  71. package/Source/Multiplayer/Components/FogSpaceComponent.cs +6 -6
  72. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +4 -4
  73. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +4 -4
  74. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +8 -8
  75. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +4 -4
  76. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +4 -4
  77. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +4 -4
  78. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +4 -4
  79. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +4 -4
  80. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +4 -4
  81. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +4 -4
  82. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +4 -4
  83. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +4 -4
  84. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +4 -4
  85. package/Source/Multiplayer/Components/Interfaces.meta +4 -4
  86. package/Source/Multiplayer/Components/LightCookieType.cs.meta +4 -4
  87. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +4 -4
  88. package/Source/Multiplayer/Components/LightShadowType.cs.meta +4 -4
  89. package/Source/Multiplayer/Components/LightSpaceComponent.cs +4 -4
  90. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +4 -4
  91. package/Source/Multiplayer/Components/LightType.cs.meta +4 -4
  92. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +4 -4
  93. package/Source/Multiplayer/Components/PortalPropertyKeys.cs +1 -1
  94. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +4 -4
  95. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +4 -4
  96. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +4 -4
  97. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +4 -4
  98. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +4 -4
  99. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
  100. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +4 -4
  101. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +4 -4
  102. package/Source/Multiplayer/Components/ScriptScope.cs.meta +4 -4
  103. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +4 -4
  104. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +4 -4
  105. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +4 -4
  106. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +4 -4
  107. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +2 -2
  108. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +4 -4
  109. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +4 -4
  110. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +4 -4
  111. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +4 -4
  112. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +4 -4
  113. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +10 -10
  114. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +4 -4
  115. package/Source/Multiplayer/Components.meta +4 -4
  116. package/Source/Multiplayer/ConnectionState.cs.meta +4 -4
  117. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +4 -4
  118. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +4 -4
  119. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +4 -4
  120. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +4 -4
  121. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +4 -4
  122. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +4 -4
  123. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +4 -4
  124. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +4 -4
  125. package/Source/Multiplayer/Conversation.meta +4 -4
  126. package/Source/Multiplayer/ConversationSystemParams.cs.meta +4 -4
  127. package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
  128. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
  129. package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
  130. package/Source/Multiplayer/MultiplayerConnection.cs.meta +4 -4
  131. package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +4 -4
  132. package/Source/Multiplayer/ReplicatedValue.cs.meta +4 -4
  133. package/Source/Multiplayer/ReplicatedValueType.cs.meta +4 -4
  134. package/Source/Multiplayer/Script/EntityScript.cs.meta +4 -4
  135. package/Source/Multiplayer/Script.meta +4 -4
  136. package/Source/Multiplayer/SpaceEntity.cs.meta +4 -4
  137. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +4 -4
  138. package/Source/Multiplayer/SpaceEntityType.cs.meta +4 -4
  139. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +4 -4
  140. package/Source/Multiplayer/SpaceTransform.cs +3 -3
  141. package/Source/Multiplayer/SpaceTransform.cs.meta +4 -4
  142. package/Source/Multiplayer.meta +4 -4
  143. package/Source/NativeClassWrapper.cs.meta +4 -4
  144. package/Source/ProgressEventArgs.cs.meta +4 -4
  145. package/Source/Ref.cs.meta +4 -4
  146. package/Source/Services/EResultBaseFailureReason.cs.meta +4 -4
  147. package/Source/Services/EResultCode.cs.meta +4 -4
  148. package/Source/Services/ResultBase.cs.meta +4 -4
  149. package/Source/Services/WebService.cs.meta +4 -4
  150. package/Source/Services.meta +4 -4
  151. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +4 -4
  152. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +4 -4
  153. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +4 -4
  154. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +4 -4
  155. package/Source/Systems/Analytics.meta +4 -4
  156. package/Source/Systems/Assets/Asset.cs +1 -1
  157. package/Source/Systems/Assets/Asset.cs.meta +4 -4
  158. package/Source/Systems/Assets/AssetCollection.cs.meta +4 -4
  159. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +4 -4
  160. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +4 -4
  161. package/Source/Systems/Assets/AssetDataResult.cs.meta +4 -4
  162. package/Source/Systems/Assets/AssetDataSource.cs.meta +4 -4
  163. package/Source/Systems/Assets/AssetResult.cs.meta +4 -4
  164. package/Source/Systems/Assets/AssetSystem.cs.meta +4 -4
  165. package/Source/Systems/Assets/AssetsResult.cs.meta +4 -4
  166. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +4 -4
  167. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +4 -4
  168. package/Source/Systems/Assets/EAssetPlatform.cs.meta +4 -4
  169. package/Source/Systems/Assets/EAssetType.cs.meta +4 -4
  170. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +4 -4
  171. package/Source/Systems/Assets/LODAsset.cs.meta +4 -4
  172. package/Source/Systems/Assets/LODChain.cs.meta +4 -4
  173. package/Source/Systems/Assets/LODChainResult.cs.meta +4 -4
  174. package/Source/Systems/Assets/UriResult.cs.meta +4 -4
  175. package/Source/Systems/Assets.meta +4 -4
  176. package/Source/Systems/BooleanResult.cs.meta +4 -4
  177. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +4 -4
  178. package/Source/Systems/ECommerce/CartInfo.cs +4 -4
  179. package/Source/Systems/ECommerce/CartInfo.cs.meta +4 -4
  180. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +4 -4
  181. package/Source/Systems/ECommerce/CartLine.cs +3 -3
  182. package/Source/Systems/ECommerce/CartLine.cs.meta +4 -4
  183. package/Source/Systems/ECommerce/CheckoutInfo.cs +2 -2
  184. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +4 -4
  185. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +4 -4
  186. package/Source/Systems/ECommerce/CurrencyInfo.cs +2 -2
  187. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +4 -4
  188. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +4 -4
  189. package/Source/Systems/ECommerce/ProductInfo.cs +7 -7
  190. package/Source/Systems/ECommerce/ProductInfo.cs.meta +4 -4
  191. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +4 -4
  192. package/Source/Systems/ECommerce/ProductMediaInfo.cs +5 -5
  193. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +4 -4
  194. package/Source/Systems/ECommerce/ProductVariantInfo.cs +7 -7
  195. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +4 -4
  196. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +5 -5
  197. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +4 -4
  198. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +4 -4
  199. package/Source/Systems/ECommerce/VariantOptionInfo.cs +2 -2
  200. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +4 -4
  201. package/Source/Systems/ECommerce.meta +4 -4
  202. package/Source/Systems/EventTicketing/EventTicket.cs +9 -9
  203. package/Source/Systems/EventTicketing/EventTicket.cs.meta +4 -4
  204. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +4 -4
  205. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +4 -4
  206. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +4 -4
  207. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +4 -4
  208. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +4 -4
  209. package/Source/Systems/EventTicketing/TicketedEvent.cs +6 -6
  210. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +4 -4
  211. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +4 -4
  212. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +4 -4
  213. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +4 -4
  214. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +4 -4
  215. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +4 -4
  216. package/Source/Systems/EventTicketing.meta +4 -4
  217. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +4 -4
  218. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +4 -4
  219. package/Source/Systems/GraphQL.meta +4 -4
  220. package/Source/Systems/HTTPHeadersResult.cs.meta +4 -4
  221. package/Source/Systems/Log/LogLevel.cs.meta +4 -4
  222. package/Source/Systems/Log/LogSystem.cs.meta +4 -4
  223. package/Source/Systems/Log.meta +4 -4
  224. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +4 -4
  225. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +4 -4
  226. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +4 -4
  227. package/Source/Systems/Maintenance.meta +4 -4
  228. package/Source/Systems/NullResult.cs.meta +4 -4
  229. package/Source/Systems/Script/ScriptSystem.cs.meta +4 -4
  230. package/Source/Systems/Script.meta +4 -4
  231. package/Source/Systems/Settings/SettingsCollection.cs.meta +4 -4
  232. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +4 -4
  233. package/Source/Systems/Settings/SettingsSystem.cs.meta +4 -4
  234. package/Source/Systems/Settings.meta +4 -4
  235. package/Source/Systems/Spaces/BasicSpace.cs.meta +4 -4
  236. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +4 -4
  237. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +4 -4
  238. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +4 -4
  239. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +4 -4
  240. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +4 -4
  241. package/Source/Systems/Spaces/Site.cs.meta +4 -4
  242. package/Source/Systems/Spaces/SiteResult.cs.meta +4 -4
  243. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +4 -4
  244. package/Source/Systems/Spaces/Space.cs.meta +4 -4
  245. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +4 -4
  246. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +4 -4
  247. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +4 -4
  248. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +4 -4
  249. package/Source/Systems/Spaces/SpaceResult.cs.meta +4 -4
  250. package/Source/Systems/Spaces/SpaceSystem.cs.meta +4 -4
  251. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +4 -4
  252. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +4 -4
  253. package/Source/Systems/Spaces/SpacesResult.cs.meta +4 -4
  254. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +4 -4
  255. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +4 -4
  256. package/Source/Systems/Spaces.meta +4 -4
  257. package/Source/Systems/Spatial/Anchor.cs.meta +4 -4
  258. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +4 -4
  259. package/Source/Systems/Spatial/AnchorProvider.cs.meta +4 -4
  260. package/Source/Systems/Spatial/AnchorResolution.cs.meta +4 -4
  261. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +4 -4
  262. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +4 -4
  263. package/Source/Systems/Spatial/AnchorResult.cs.meta +4 -4
  264. package/Source/Systems/Spatial/AnchorSystem.cs.meta +4 -4
  265. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +4 -4
  266. package/Source/Systems/Spatial/GeoLocation.cs.meta +4 -4
  267. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +4 -4
  268. package/Source/Systems/Spatial/OlyRotation.cs.meta +4 -4
  269. package/Source/Systems/Spatial/POICollectionResult.cs.meta +4 -4
  270. package/Source/Systems/Spatial/POIResult.cs.meta +4 -4
  271. package/Source/Systems/Spatial/PointOfInterest.cs.meta +4 -4
  272. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +4 -4
  273. package/Source/Systems/Spatial.meta +4 -4
  274. package/Source/Systems/StringArrayResult.cs.meta +4 -4
  275. package/Source/Systems/StringResult.cs.meta +4 -4
  276. package/Source/Systems/SystemBase.cs.meta +4 -4
  277. package/Source/Systems/SystemsManager.cs.meta +4 -4
  278. package/Source/Systems/UInt64Result.cs.meta +4 -4
  279. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +4 -4
  280. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +4 -4
  281. package/Source/Systems/Users/BasicProfile.cs.meta +4 -4
  282. package/Source/Systems/Users/BasicProfilesResult.cs.meta +4 -4
  283. package/Source/Systems/Users/ELoginState.cs.meta +4 -4
  284. package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +4 -4
  285. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +4 -4
  286. package/Source/Systems/Users/LoginState.cs.meta +4 -4
  287. package/Source/Systems/Users/LoginStateResult.cs.meta +4 -4
  288. package/Source/Systems/Users/LoginTokenInfo.cs.meta +4 -4
  289. package/Source/Systems/Users/LoginTokenReceived.cs.meta +4 -4
  290. package/Source/Systems/Users/LogoutResult.cs.meta +4 -4
  291. package/Source/Systems/Users/PingResponseReceived.cs.meta +4 -4
  292. package/Source/Systems/Users/Profile.cs.meta +4 -4
  293. package/Source/Systems/Users/ProfileResult.cs.meta +4 -4
  294. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +4 -4
  295. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +4 -4
  296. package/Source/Systems/Users/UserSystem.cs.meta +4 -4
  297. package/Source/Systems/Users.meta +4 -4
  298. package/Source/Systems/Voip/VoipSystem.cs.meta +4 -4
  299. package/Source/Systems/Voip.meta +4 -4
  300. package/Source/Systems.meta +4 -4
  301. package/Source/Web/EResponseCodes.cs.meta +4 -4
  302. package/Source/Web.meta +4 -4
  303. package/Source/WrapperHelper.cs.meta +4 -4
  304. package/Source.meta +4 -4
  305. package/android64/libConnectedSpacesPlatform.so +0 -0
  306. package/android64/libConnectedSpacesPlatform.so.meta +6 -6
  307. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  308. package/android64/libConnectedSpacesPlatform_D.so.meta +6 -6
  309. package/android64.meta +4 -4
  310. package/ios/libConnectedSpacesPlatform.a +0 -0
  311. package/ios/libConnectedSpacesPlatform.a.meta +6 -6
  312. package/ios/libcrypto.a.meta +6 -6
  313. package/ios/libssl.a.meta +6 -6
  314. package/ios.meta +4 -4
  315. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  316. package/macosx/libConnectedSpacesPlatform.dylib.meta +6 -6
  317. package/macosx.meta +4 -4
  318. package/package.json +1 -1
  319. package/package.json.meta +4 -4
  320. package/windows/ConnectedSpacesPlatform.dll +0 -0
  321. package/windows/ConnectedSpacesPlatform.dll.meta +6 -6
  322. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  323. package/windows/ConnectedSpacesPlatform_D.dll.meta +6 -6
  324. package/windows.meta +4 -4
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 3afa2f3e74124bacbb81b18cdc46d3de
2
+ guid: 23a9378217a74b2ba915beef90bc47a3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 823f5dab8fa64e628f5f666685e54864
2
+ guid: 5b9a0bfce1c243cab450164252a93174
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 988e71f084664d22b4c79b923b07dace
2
+ guid: 32a2bf0978294c02b5b25a2bf76836e6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 1b49863e173741c9a21ebf8c47a4f945
2
+ guid: 1c087467502846ca831f7b50ef5d4ae4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 11802f4300794ddea0739093a53a5223
2
+ guid: 0df094c92c3a43f9af1739c31c199bc8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 45782b303c2048d9a07039aa089ce946
2
+ guid: 6e9446f6b698445290150d43a8045364
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 43730b3f7b0141048b2b1e48e2a5d53c
2
+ guid: 128d1cbb111d40f680b50f5dbf34c8c2
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 8f86f7a1177a4ce4a92806dd5f7753aa
2
+ guid: fc478d277be74ac8b3f8b45769e73516
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 3d09acd07d0a424592b793a19552b6e3
2
+ guid: ab394fac5e604feaa5d123f6c05f64f7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -511,7 +511,7 @@ namespace Csp.Multiplayer
511
511
  }
512
512
 
513
513
  /// <summary>Gets the ID of the asset collection associated with this component.</summary>
514
- /// @note To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.
514
+ /// <remarks>To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.</remarks>
515
515
  /// <returns>The ID of the asset collection associated with this component.</returns>
516
516
 
517
517
 
@@ -528,7 +528,7 @@ namespace Csp.Multiplayer
528
528
  }
529
529
 
530
530
  /// <summary>Sets the ID of the asset collection associated with this component.</summary>
531
- /// @note To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.
531
+ /// <remarks>To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.</remarks>
532
532
  /// <param name="Value">The ID of the asset collection associated with this component.</param>
533
533
 
534
534
 
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 1e2579af92334f71a049c6aed5d97a91
2
+ guid: 5d2f8bf2ee4840dcb4880fdc12a1d9dd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 92b08989fb0b4a4aaef1883e74bb643a
2
+ guid: 23f45276a01c43edb47479f86d8a106e
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 9d4bf875d35e4788b27b54b925b1daf3
2
+ guid: 82a9377e18554acebdef1b7de65d6333
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -408,7 +408,7 @@ namespace Csp.Multiplayer
408
408
  }
409
409
 
410
410
  /// <summary>Gets the position of the origin of this component in world space.</summary>
411
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
411
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
412
412
  /// <remarks>- Right handed coordinate system</remarks>
413
413
  /// <remarks>- +Y is UP</remarks>
414
414
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -424,7 +424,7 @@ namespace Csp.Multiplayer
424
424
  }
425
425
 
426
426
  /// <summary>Sets the position of the origin of this component in world space.</summary>
427
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
427
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
428
428
  /// <remarks>- Right handed coordinate system</remarks>
429
429
  /// <remarks>- +Y is UP</remarks>
430
430
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -503,7 +503,7 @@ namespace Csp.Multiplayer
503
503
  }
504
504
 
505
505
  /// <summary>Gets the ID of the asset collection associated with this component.</summary>
506
- /// @note To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.
506
+ /// <remarks>To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.</remarks>
507
507
  /// <returns>The ID of the asset collection associated with this component.</returns>
508
508
 
509
509
 
@@ -518,7 +518,7 @@ namespace Csp.Multiplayer
518
518
  }
519
519
 
520
520
  /// <summary>Sets the ID of the asset collection associated with this component.</summary>
521
- /// @note To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.
521
+ /// <remarks>To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.</remarks>
522
522
  /// <param name="Value">The ID of the asset collection associated with this component.</param>
523
523
 
524
524
 
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: e782ac1382a1425ebf058283b09c9716
2
+ guid: a8f5b73c84894421a8d7d76af85074de
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 501d6772ee1d451cb10880b825c455ee
2
+ guid: 563624fa27f947cfb459f33f647b45fc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 0675e97f6dce4c1191c024143dc6b981
2
+ guid: ebd090fa821849d2b02aec7b32cd6dbc
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: f4668d2818574498bf33bc91cd5a77ed
2
+ guid: 93906e04db684ad69b88c2e166c9ba47
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -538,7 +538,7 @@ namespace Csp.Multiplayer
538
538
  }
539
539
 
540
540
  /// <summary>Gets the ID for the avatar of this avatar component.</summary>
541
- /// @note Used for selecting a specific avatar depending on the user's preferences.
541
+ /// <remarks>Used for selecting a specific avatar depending on the user's preferences.</remarks>
542
542
  /// <returns>The ID of the currently active avatar of this avatar component.</returns>
543
543
 
544
544
 
@@ -553,7 +553,7 @@ namespace Csp.Multiplayer
553
553
  }
554
554
 
555
555
  /// <summary>Sets the ID for the avatar of this avatar component.</summary>
556
- /// @note Used for selecting a specific avatar depending on the user's preferences.
556
+ /// <remarks>Used for selecting a specific avatar depending on the user's preferences.</remarks>
557
557
  /// <param name="Value">The ID of the currently active avatar of this avatar component.</param>
558
558
 
559
559
 
@@ -629,7 +629,7 @@ namespace Csp.Multiplayer
629
629
  }
630
630
 
631
631
  /// <summary>Gets the ID of the mesh of the avatar of this component.</summary>
632
- /// @note Used to establish which mesh this avatar should use among a collection of predefined meshes.
632
+ /// <remarks> Used to establish which mesh this avatar should use among a collection of predefined meshes.</remarks>
633
633
  /// <returns>The ID of the mesh of the avatar of this component.</returns>
634
634
 
635
635
 
@@ -641,7 +641,7 @@ namespace Csp.Multiplayer
641
641
  }
642
642
 
643
643
  /// <summary>Sets the ID of the mesh of the avatar of this component.</summary>
644
- /// @note Used to establish which mesh this avatar should use among a collection of predefined meshes.
644
+ /// <remarks>Used to establish which mesh this avatar should use among a collection of predefined meshes.</remarks>
645
645
  /// <param name="Value">The ID of the mesh of the avatar of this component.</param>
646
646
 
647
647
 
@@ -651,7 +651,7 @@ namespace Csp.Multiplayer
651
651
  }
652
652
 
653
653
  /// <summary>Gets the ID of the Agora user bounded to this avatar.</summary>
654
- /// @note When using voice chat, an Agora user is associated with a specific avatar component, so that
654
+ /// <remarks>When using voice chat, an Agora user is associated with a specific avatar component, so that</remarks>
655
655
  /// <remarks>it is possible to associate the person speaking via the Agora voice chat through the relative avatar.</remarks>
656
656
  /// <returns>The ID of the Agora user associated with this avatar component.</returns>
657
657
 
@@ -667,7 +667,7 @@ namespace Csp.Multiplayer
667
667
  }
668
668
 
669
669
  /// <summary>Sets the ID of the Agora user bounded to this avatar.</summary>
670
- /// @note When using voice chat, an Agora user is associated with a specific avatar component, so that
670
+ /// <remarks>When using voice chat, an Agora user is associated with a specific avatar component, so that</remarks>
671
671
  /// <remarks>it is possible to associate the person speaking via the Agora voice chat through the relative avatar.</remarks>
672
672
  /// <param name="Value">The ID of the Agora user associated with this avatar component.</param>
673
673
 
@@ -681,7 +681,7 @@ namespace Csp.Multiplayer
681
681
  }
682
682
 
683
683
  /// <summary>Gets the URL of a custom mesh for this avatar.</summary>
684
- /// @note This is intended for use with external avatar managers, such as ReadyPlayerMe.
684
+ /// <remarks>This is intended for use with external avatar managers, such as ReadyPlayerMe.</remarks>
685
685
  /// <returns>The URL of the custom mesh this avatar component uses for its avatar.</returns>
686
686
 
687
687
 
@@ -696,7 +696,7 @@ namespace Csp.Multiplayer
696
696
  }
697
697
 
698
698
  /// <summary>Sets the URL of a custom mesh for this avatar.</summary>
699
- /// @note This is intended for use with external avatar managers, such as ReadyPlayerMe.
699
+ /// <remarks>This is intended for use with external avatar managers, such as ReadyPlayerMe.</remarks>
700
700
  /// <param name="Value">The URL of the custom mesh this avatar component uses for its avatar.</param>
701
701
 
702
702
 
@@ -709,7 +709,7 @@ namespace Csp.Multiplayer
709
709
  }
710
710
 
711
711
  /// <summary>Checks if the Hands Inverse Kinematics (IK) are enabled for this avatar.</summary>
712
- /// @note Intended for use in VR or with virtual hands controllers.
712
+ /// <remarks>Intended for use in VR or with virtual hands controllers.</remarks>
713
713
  /// <returns>True if the avatar uses IK, false otherwise.</returns>
714
714
 
715
715
 
@@ -721,7 +721,7 @@ namespace Csp.Multiplayer
721
721
  }
722
722
 
723
723
  /// <summary>Sets if the Hands Inverse Kinematics (IK) are enabled for this avatar.</summary>
724
- /// @note Intended for use in VR or with virtual hands controllers.
724
+ /// <remarks>Intended for use in VR or with virtual hands controllers.</remarks>
725
725
  /// <param name="Value">True if the avatar uses IK, false otherwise.</param>
726
726
 
727
727
 
@@ -731,7 +731,7 @@ namespace Csp.Multiplayer
731
731
  }
732
732
 
733
733
  /// <summary>Gets the location of the target used for the hands IK.</summary>
734
- /// @note Used in combination with hand IK if enabled.
734
+ /// <remarks>Used in combination with hand IK if enabled.</remarks>
735
735
  /// <returns>The tartget location to use for the hands IK.</returns>
736
736
 
737
737
 
@@ -745,7 +745,7 @@ namespace Csp.Multiplayer
745
745
  }
746
746
 
747
747
  /// <summary>Sets the location of the target used for the hands IK.</summary>
748
- /// @note Used in combination with hand IK if enabled.
748
+ /// <remarks>Used in combination with hand IK if enabled.</remarks>
749
749
  /// <param name="Value">The tartget location to use for the hands IK.</param>
750
750
 
751
751
 
@@ -755,7 +755,7 @@ namespace Csp.Multiplayer
755
755
  }
756
756
 
757
757
  /// <summary>Gets the rotation of the avatar hand.</summary>
758
- /// @note The coordinate system respects the following conventions:
758
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
759
759
  /// <remarks>- Right handed coordinate system</remarks>
760
760
  /// <remarks>- Positive rotation is counterclockwise</remarks>
761
761
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -774,7 +774,7 @@ namespace Csp.Multiplayer
774
774
  }
775
775
 
776
776
  /// <summary>Sets the rotation of the avatar hand.</summary>
777
- /// @note The coordinate system respects the following conventions:
777
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
778
778
  /// <remarks>- Right handed coordinate system</remarks>
779
779
  /// <remarks>- Positive rotation is counterclockwise</remarks>
780
780
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -791,7 +791,7 @@ namespace Csp.Multiplayer
791
791
  }
792
792
 
793
793
  /// <summary>Gets the rotation of the avatar head.</summary>
794
- /// @note The coordinate system respects the following conventions:
794
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
795
795
  /// <remarks>- Right handed coordinate system</remarks>
796
796
  /// <remarks>- Positive rotation is counterclockwise</remarks>
797
797
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -810,7 +810,7 @@ namespace Csp.Multiplayer
810
810
  }
811
811
 
812
812
  /// <summary>Sets the rotation of the avatar head.</summary>
813
- /// @note The coordinate system respects the following conventions:
813
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
814
814
  /// <remarks>- Right handed coordinate system</remarks>
815
815
  /// <remarks>- Positive rotation is counterclockwise</remarks>
816
816
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -827,7 +827,7 @@ namespace Csp.Multiplayer
827
827
  }
828
828
 
829
829
  /// <summary>Gets blending between walk and run states expressed in percentage.</summary>
830
- /// @note Used to calculate a smooth transition between an avatar walking and an avatar running.
830
+ /// <remarks>Used to calculate a smooth transition between an avatar walking and an avatar running.</remarks>
831
831
  /// <remarks>When 0 the avatar is fully walking, when 100 the avatar is fully running.</remarks>
832
832
  /// <returns>The percentage of the blending between walk and run states.</returns>
833
833
 
@@ -840,7 +840,7 @@ namespace Csp.Multiplayer
840
840
  }
841
841
 
842
842
  /// <summary>Sets blending between walk and run states expressed in percentage.</summary>
843
- /// @note Used to calculate a smooth transition between an avatar walking and an avatar running.
843
+ /// <remarks>Used to calculate a smooth transition between an avatar walking and an avatar running.</remarks>
844
844
  /// <remarks>When 0 the avatar is fully walking, when 100 the avatar is fully running.</remarks>
845
845
  /// <param name="Value">The percentage of the blending between walk and run states.</param>
846
846
 
@@ -851,7 +851,7 @@ namespace Csp.Multiplayer
851
851
  }
852
852
 
853
853
  /// <summary>Gets the angle to use to twist the avatar's torso.</summary>
854
- /// @note To calculate the twist of the avatar torso, it is convention to evaluate the
854
+ /// <remarks>To calculate the twist of the avatar torso, it is convention to evaluate the</remarks>
855
855
  /// <remarks>difference between the avatar's hip forward direction and the avatar's head forward direction.</remarks>
856
856
  /// <remarks>The greater the difference, the further the torso should be twisted.</remarks>
857
857
  /// <remarks>Positive value if the torso is turning right, negative if avatar is turning left.</remarks>
@@ -866,7 +866,7 @@ namespace Csp.Multiplayer
866
866
  }
867
867
 
868
868
  /// <summary>Sets the angle to use to twist the avatar's torso.</summary>
869
- /// @note To calculate the twist of the avatar torso, it is convention to evaluate the
869
+ /// <remarks>To calculate the twist of the avatar torso, it is convention to evaluate the</remarks>
870
870
  /// <remarks>difference between the avatar's hip forward direction and the avatar's head forward direction.</remarks>
871
871
  /// <remarks>The greater the difference, the further the torso should be twisted.</remarks>
872
872
  /// <remarks>Positive value if the torso is turning right, negative if avatar is turning left.</remarks>
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 2ae759caaf32455c95a59eec9eb23db4
2
+ guid: 3384bee14a8244bb81c95820ed7759d3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 7139dc29a725495389a10d2bde2a8541
2
+ guid: 9e6ffb8cd0b44bd0bcd259589a1054dd
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: ea0f8b23649f46219286d9b67bfd52f3
2
+ guid: 7b933091383e4375a6e5ed760bd25cb8
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 0ca26996b3594f118db40931e865d955
2
+ guid: 2303c91c584142eab16cb2a29047a81c
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
6
6
  defaultReferences: []
7
7
  executionOrder: 0
8
8
  icon: {instanceID: 0}
9
- userData: null
10
- assetBundleName: null
11
- assetBundleVariant: null
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant: