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

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 (332) 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 +14 -16
  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 +11 -1
  26. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +4 -4
  27. package/Source/Multiplayer/ComponentBase.cs.meta +4 -4
  28. package/Source/Multiplayer/ComponentType.cs.meta +4 -4
  29. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +4 -4
  30. package/Source/Multiplayer/ComponentUpdateType.cs.meta +4 -4
  31. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +4 -4
  32. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +4 -4
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -2
  34. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +4 -4
  35. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +4 -4
  36. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +4 -4
  37. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +4 -4
  38. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +4 -4
  39. package/Source/Multiplayer/Components/AudioType.cs.meta +4 -4
  40. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +4 -4
  41. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +4 -4
  42. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +20 -20
  43. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +4 -4
  44. package/Source/Multiplayer/Components/AvatarState.cs.meta +4 -4
  45. package/Source/Multiplayer/Components/BillboardMode.cs.meta +4 -4
  46. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +4 -4
  47. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +10 -10
  48. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +4 -4
  49. package/Source/Multiplayer/Components/CollisionMode.cs.meta +4 -4
  50. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +4 -4
  51. package/Source/Multiplayer/Components/CollisionShape.cs.meta +4 -4
  52. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +8 -8
  53. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +4 -4
  54. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +4 -4
  55. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +4 -4
  56. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +4 -4
  57. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +1 -1
  58. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +4 -4
  59. package/Source/Multiplayer/Components/DisplayMode.cs.meta +4 -4
  60. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +4 -4
  61. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +2 -2
  62. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +4 -4
  63. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +4 -4
  64. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +4 -4
  65. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +1 -1
  66. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +4 -4
  67. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +4 -4
  68. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +8 -8
  69. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +4 -4
  70. package/Source/Multiplayer/Components/FogMode.cs.meta +4 -4
  71. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +4 -4
  72. package/Source/Multiplayer/Components/FogSpaceComponent.cs +6 -6
  73. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +4 -4
  74. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +4 -4
  75. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +8 -8
  76. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +4 -4
  77. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +4 -4
  78. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +4 -4
  79. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +4 -4
  80. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +4 -4
  81. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +4 -4
  82. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +4 -4
  83. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +4 -4
  84. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +4 -4
  85. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +4 -4
  86. package/Source/Multiplayer/Components/Interfaces.meta +4 -4
  87. package/Source/Multiplayer/Components/LightCookieType.cs.meta +4 -4
  88. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +4 -4
  89. package/Source/Multiplayer/Components/LightShadowType.cs.meta +4 -4
  90. package/Source/Multiplayer/Components/LightSpaceComponent.cs +4 -4
  91. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +4 -4
  92. package/Source/Multiplayer/Components/LightType.cs.meta +4 -4
  93. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +4 -4
  94. package/Source/Multiplayer/Components/PortalPropertyKeys.cs +1 -1
  95. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +4 -4
  96. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +4 -4
  97. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +4 -4
  98. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +4 -4
  99. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +4 -4
  100. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
  101. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +4 -4
  102. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +4 -4
  103. package/Source/Multiplayer/Components/ScriptScope.cs.meta +4 -4
  104. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +4 -4
  105. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +4 -4
  106. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +4 -4
  107. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +4 -4
  108. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +2 -2
  109. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +4 -4
  110. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +4 -4
  111. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +4 -4
  112. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +4 -4
  113. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +4 -4
  114. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +10 -10
  115. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +4 -4
  116. package/Source/Multiplayer/Components.meta +4 -4
  117. package/Source/Multiplayer/ConnectionState.cs.meta +4 -4
  118. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +4 -4
  119. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +4 -4
  120. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +4 -4
  121. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +4 -4
  122. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +4 -4
  123. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +4 -4
  124. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +4 -4
  125. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +4 -4
  126. package/Source/Multiplayer/Conversation.meta +4 -4
  127. package/Source/Multiplayer/ConversationSystemParams.cs +5 -1
  128. package/Source/Multiplayer/ConversationSystemParams.cs.meta +4 -4
  129. package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
  130. package/Source/Multiplayer/EPermissionChangeType.cs +25 -0
  131. package/Source/Multiplayer/EPermissionChangeType.cs.meta +11 -0
  132. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
  133. package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
  134. package/Source/Multiplayer/MultiplayerConnection.cs +58 -0
  135. package/Source/Multiplayer/MultiplayerConnection.cs.meta +4 -4
  136. package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +4 -4
  137. package/Source/Multiplayer/ReplicatedValue.cs.meta +4 -4
  138. package/Source/Multiplayer/ReplicatedValueType.cs.meta +4 -4
  139. package/Source/Multiplayer/Script/EntityScript.cs.meta +4 -4
  140. package/Source/Multiplayer/Script.meta +4 -4
  141. package/Source/Multiplayer/SpaceEntity.cs.meta +4 -4
  142. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +4 -4
  143. package/Source/Multiplayer/SpaceEntityType.cs.meta +4 -4
  144. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +4 -4
  145. package/Source/Multiplayer/SpaceTransform.cs +3 -3
  146. package/Source/Multiplayer/SpaceTransform.cs.meta +4 -4
  147. package/Source/Multiplayer/UserPermissionsParams.cs +240 -0
  148. package/Source/Multiplayer/UserPermissionsParams.cs.meta +11 -0
  149. package/Source/Multiplayer.meta +4 -4
  150. package/Source/NativeClassWrapper.cs.meta +4 -4
  151. package/Source/ProgressEventArgs.cs.meta +4 -4
  152. package/Source/Ref.cs.meta +4 -4
  153. package/Source/Services/EResultBaseFailureReason.cs.meta +4 -4
  154. package/Source/Services/EResultCode.cs.meta +4 -4
  155. package/Source/Services/ResultBase.cs.meta +4 -4
  156. package/Source/Services/WebService.cs.meta +4 -4
  157. package/Source/Services.meta +4 -4
  158. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +4 -4
  159. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +4 -4
  160. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +4 -4
  161. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +4 -4
  162. package/Source/Systems/Analytics.meta +4 -4
  163. package/Source/Systems/Assets/Asset.cs +1 -1
  164. package/Source/Systems/Assets/Asset.cs.meta +4 -4
  165. package/Source/Systems/Assets/AssetCollection.cs.meta +4 -4
  166. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +4 -4
  167. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +4 -4
  168. package/Source/Systems/Assets/AssetDataResult.cs.meta +4 -4
  169. package/Source/Systems/Assets/AssetDataSource.cs.meta +4 -4
  170. package/Source/Systems/Assets/AssetResult.cs.meta +4 -4
  171. package/Source/Systems/Assets/AssetSystem.cs.meta +4 -4
  172. package/Source/Systems/Assets/AssetsResult.cs.meta +4 -4
  173. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +4 -4
  174. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +4 -4
  175. package/Source/Systems/Assets/EAssetPlatform.cs.meta +4 -4
  176. package/Source/Systems/Assets/EAssetType.cs.meta +4 -4
  177. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +4 -4
  178. package/Source/Systems/Assets/LODAsset.cs.meta +4 -4
  179. package/Source/Systems/Assets/LODChain.cs.meta +4 -4
  180. package/Source/Systems/Assets/LODChainResult.cs.meta +4 -4
  181. package/Source/Systems/Assets/UriResult.cs.meta +4 -4
  182. package/Source/Systems/Assets.meta +4 -4
  183. package/Source/Systems/BooleanResult.cs.meta +4 -4
  184. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +4 -4
  185. package/Source/Systems/ECommerce/CartInfo.cs +4 -4
  186. package/Source/Systems/ECommerce/CartInfo.cs.meta +4 -4
  187. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +4 -4
  188. package/Source/Systems/ECommerce/CartLine.cs +3 -3
  189. package/Source/Systems/ECommerce/CartLine.cs.meta +4 -4
  190. package/Source/Systems/ECommerce/CheckoutInfo.cs +2 -2
  191. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +4 -4
  192. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +4 -4
  193. package/Source/Systems/ECommerce/CurrencyInfo.cs +2 -2
  194. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +4 -4
  195. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +4 -4
  196. package/Source/Systems/ECommerce/ProductInfo.cs +7 -7
  197. package/Source/Systems/ECommerce/ProductInfo.cs.meta +4 -4
  198. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +4 -4
  199. package/Source/Systems/ECommerce/ProductMediaInfo.cs +5 -5
  200. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +4 -4
  201. package/Source/Systems/ECommerce/ProductVariantInfo.cs +7 -7
  202. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +4 -4
  203. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +5 -5
  204. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +4 -4
  205. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +4 -4
  206. package/Source/Systems/ECommerce/VariantOptionInfo.cs +2 -2
  207. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +4 -4
  208. package/Source/Systems/ECommerce.meta +4 -4
  209. package/Source/Systems/EventTicketing/EventTicket.cs +9 -9
  210. package/Source/Systems/EventTicketing/EventTicket.cs.meta +4 -4
  211. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +4 -4
  212. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +4 -4
  213. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +4 -4
  214. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +4 -4
  215. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +4 -4
  216. package/Source/Systems/EventTicketing/TicketedEvent.cs +6 -6
  217. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +4 -4
  218. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +4 -4
  219. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +4 -4
  220. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +4 -4
  221. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +4 -4
  222. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +4 -4
  223. package/Source/Systems/EventTicketing.meta +4 -4
  224. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +4 -4
  225. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +4 -4
  226. package/Source/Systems/GraphQL.meta +4 -4
  227. package/Source/Systems/HTTPHeadersResult.cs.meta +4 -4
  228. package/Source/Systems/Log/LogLevel.cs.meta +4 -4
  229. package/Source/Systems/Log/LogSystem.cs.meta +4 -4
  230. package/Source/Systems/Log.meta +4 -4
  231. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +4 -4
  232. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +4 -4
  233. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +4 -4
  234. package/Source/Systems/Maintenance.meta +4 -4
  235. package/Source/Systems/NullResult.cs.meta +4 -4
  236. package/Source/Systems/Script/ScriptSystem.cs.meta +4 -4
  237. package/Source/Systems/Script.meta +4 -4
  238. package/Source/Systems/Settings/SettingsCollection.cs.meta +4 -4
  239. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +4 -4
  240. package/Source/Systems/Settings/SettingsSystem.cs.meta +4 -4
  241. package/Source/Systems/Settings.meta +4 -4
  242. package/Source/Systems/Spaces/BasicSpace.cs.meta +4 -4
  243. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +4 -4
  244. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +4 -4
  245. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +4 -4
  246. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +4 -4
  247. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +4 -4
  248. package/Source/Systems/Spaces/Site.cs.meta +4 -4
  249. package/Source/Systems/Spaces/SiteResult.cs.meta +4 -4
  250. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +4 -4
  251. package/Source/Systems/Spaces/Space.cs.meta +4 -4
  252. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +4 -4
  253. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +4 -4
  254. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +4 -4
  255. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +4 -4
  256. package/Source/Systems/Spaces/SpaceResult.cs.meta +4 -4
  257. package/Source/Systems/Spaces/SpaceSystem.cs.meta +4 -4
  258. package/Source/Systems/Spaces/SpaceUserRole.cs +1 -0
  259. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +4 -4
  260. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +4 -4
  261. package/Source/Systems/Spaces/SpacesResult.cs.meta +4 -4
  262. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +4 -4
  263. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +4 -4
  264. package/Source/Systems/Spaces.meta +4 -4
  265. package/Source/Systems/Spatial/Anchor.cs.meta +4 -4
  266. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +4 -4
  267. package/Source/Systems/Spatial/AnchorProvider.cs.meta +4 -4
  268. package/Source/Systems/Spatial/AnchorResolution.cs.meta +4 -4
  269. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +4 -4
  270. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +4 -4
  271. package/Source/Systems/Spatial/AnchorResult.cs.meta +4 -4
  272. package/Source/Systems/Spatial/AnchorSystem.cs.meta +4 -4
  273. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +4 -4
  274. package/Source/Systems/Spatial/GeoLocation.cs.meta +4 -4
  275. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +4 -4
  276. package/Source/Systems/Spatial/OlyRotation.cs.meta +4 -4
  277. package/Source/Systems/Spatial/POICollectionResult.cs.meta +4 -4
  278. package/Source/Systems/Spatial/POIResult.cs.meta +4 -4
  279. package/Source/Systems/Spatial/PointOfInterest.cs.meta +4 -4
  280. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +4 -4
  281. package/Source/Systems/Spatial.meta +4 -4
  282. package/Source/Systems/StringArrayResult.cs.meta +4 -4
  283. package/Source/Systems/StringResult.cs.meta +4 -4
  284. package/Source/Systems/SystemBase.cs.meta +4 -4
  285. package/Source/Systems/SystemsManager.cs.meta +4 -4
  286. package/Source/Systems/UInt64Result.cs.meta +4 -4
  287. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +4 -4
  288. package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +4 -4
  289. package/Source/Systems/Users/BasicProfile.cs.meta +4 -4
  290. package/Source/Systems/Users/BasicProfilesResult.cs.meta +4 -4
  291. package/Source/Systems/Users/ELoginState.cs.meta +4 -4
  292. package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +4 -4
  293. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +4 -4
  294. package/Source/Systems/Users/LoginState.cs.meta +4 -4
  295. package/Source/Systems/Users/LoginStateResult.cs.meta +4 -4
  296. package/Source/Systems/Users/LoginTokenInfo.cs.meta +4 -4
  297. package/Source/Systems/Users/LoginTokenReceived.cs.meta +4 -4
  298. package/Source/Systems/Users/LogoutResult.cs.meta +4 -4
  299. package/Source/Systems/Users/PingResponseReceived.cs.meta +4 -4
  300. package/Source/Systems/Users/Profile.cs.meta +4 -4
  301. package/Source/Systems/Users/ProfileResult.cs.meta +4 -4
  302. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +4 -4
  303. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +4 -4
  304. package/Source/Systems/Users/UserSystem.cs.meta +4 -4
  305. package/Source/Systems/Users.meta +4 -4
  306. package/Source/Systems/Voip/VoipSystem.cs.meta +4 -4
  307. package/Source/Systems/Voip.meta +4 -4
  308. package/Source/Systems.meta +4 -4
  309. package/Source/Web/EResponseCodes.cs.meta +4 -4
  310. package/Source/Web.meta +4 -4
  311. package/Source/WrapperHelper.cs.meta +4 -4
  312. package/Source.meta +4 -4
  313. package/android64/libConnectedSpacesPlatform.so +0 -0
  314. package/android64/libConnectedSpacesPlatform.so.meta +6 -6
  315. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  316. package/android64/libConnectedSpacesPlatform_D.so.meta +6 -6
  317. package/android64.meta +4 -4
  318. package/ios/libConnectedSpacesPlatform.a +0 -0
  319. package/ios/libConnectedSpacesPlatform.a.meta +6 -6
  320. package/ios/libcrypto.a.meta +6 -6
  321. package/ios/libssl.a.meta +6 -6
  322. package/ios.meta +4 -4
  323. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  324. package/macosx/libConnectedSpacesPlatform.dylib.meta +6 -6
  325. package/macosx.meta +4 -4
  326. package/package.json +1 -1
  327. package/package.json.meta +4 -4
  328. package/windows/ConnectedSpacesPlatform.dll +0 -0
  329. package/windows/ConnectedSpacesPlatform.dll.meta +6 -6
  330. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  331. package/windows/ConnectedSpacesPlatform_D.dll.meta +6 -6
  332. package/windows.meta +4 -4
@@ -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: 160e22eee5c34578911cb7f4788f9dff
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: 692f8cbeae844af8b80a5b5f70f6cdfa
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: 5529b6de5f544096b029cd545e5cad41
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: 5b1c1b231bbf41388625cc5d4e2c0f9d
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: be176586d4da4c65845cadb9d35fe00e
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: 719d814a2cf8438991e66ad1a3b6c8db
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: 9d4716e884c24c97b911281a6a4e006e
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: 82e32f219ca04897ac0a4dc93b9d9773
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:
@@ -363,7 +363,7 @@ namespace Csp.Multiplayer
363
363
  }
364
364
 
365
365
  /// <summary>Gets the ID of the icon asset associated with the button of this component.</summary>
366
- /// @note This is used to show a specific icon on the button by ID.
366
+ /// <remarks>This is used to show a specific icon on the button by ID.</remarks>
367
367
  /// <returns>The ID of the icon asset associated with the button of this component.</returns>
368
368
 
369
369
 
@@ -378,7 +378,7 @@ namespace Csp.Multiplayer
378
378
  }
379
379
 
380
380
  /// <summary>Sets the ID of the icon asset associated with the button of this component.</summary>
381
- /// @note This is used to show a specific icon on the button by ID.
381
+ /// <remarks>This is used to show a specific icon on the button by ID.</remarks>
382
382
  /// <param name="Value">The ID of the icon asset associated with the button of this component.</param>
383
383
 
384
384
 
@@ -391,7 +391,7 @@ namespace Csp.Multiplayer
391
391
  }
392
392
 
393
393
  /// <summary>Gets the ID of the asset collection associated with this component.</summary>
394
- /// @note To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.
394
+ /// <remarks>To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.</remarks>
395
395
  /// <returns>The ID of the asset collection associated with this component.</returns>
396
396
 
397
397
 
@@ -406,7 +406,7 @@ namespace Csp.Multiplayer
406
406
  }
407
407
 
408
408
  /// <summary>Sets the ID of the asset collection associated with this component.</summary>
409
- /// @note To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.
409
+ /// <remarks>To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.</remarks>
410
410
  /// <param name="Value">The ID of the asset collection associated with this component.</param>
411
411
 
412
412
 
@@ -419,7 +419,7 @@ namespace Csp.Multiplayer
419
419
  }
420
420
 
421
421
  /// <summary>Gets the position of the origin of this component in world space.</summary>
422
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
422
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
423
423
  /// <remarks>- Right handed coordinate system</remarks>
424
424
  /// <remarks>- +Y is UP</remarks>
425
425
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -435,7 +435,7 @@ namespace Csp.Multiplayer
435
435
  }
436
436
 
437
437
  /// <summary>Sets the position of the origin of this component in world space.</summary>
438
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
438
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
439
439
  /// <remarks>- Right handed coordinate system</remarks>
440
440
  /// <remarks>- +Y is UP</remarks>
441
441
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -448,7 +448,7 @@ namespace Csp.Multiplayer
448
448
  }
449
449
 
450
450
  /// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
451
- /// @note The coordinate system respects the following conventions:
451
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
452
452
  /// <remarks>- Right handed coordinate system</remarks>
453
453
  /// <remarks>- Positive rotation is counterclockwise</remarks>
454
454
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -466,7 +466,7 @@ namespace Csp.Multiplayer
466
466
  }
467
467
 
468
468
  /// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
469
- /// @note The coordinate system respects the following conventions:
469
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
470
470
  /// <remarks>- Right handed coordinate system</remarks>
471
471
  /// <remarks>- Positive rotation is counterclockwise</remarks>
472
472
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -483,7 +483,7 @@ namespace Csp.Multiplayer
483
483
  }
484
484
 
485
485
  /// <summary>Gets the scale of the origin of this component in world space.</summary>
486
- /// @note The coordinate system used follows the glTF 2.0 specification.
486
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
487
487
  /// <remarks>- Right handed coordinate system</remarks>
488
488
  /// <remarks>- +Y is UP</remarks>
489
489
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -500,7 +500,7 @@ namespace Csp.Multiplayer
500
500
 
501
501
  /// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
502
502
  /// <param name="Value">The new value expressed as vector (left, up, forward).</param>
503
- /// @note The coordinate system used follows the glTF 2.0 specification.
503
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
504
504
  /// <remarks>- Right handed coordinate system</remarks>
505
505
  /// <remarks>- +Y is UP</remarks>
506
506
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 356d2c9c46de456ea99de25f17ebb271
2
+ guid: 26c26d38a6b44865994b6c4f20b44ee6
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: 93b4301bed574caca8ee3ec703b8edaf
2
+ guid: cbba9a917d1a4172824da810770a8ebf
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: d2304b0ab33f436b88dc13b4db92ca6a
2
+ guid: 916d7f1b2c6b4fbe88398c529909b24c
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: f6d86c05fdf145de97a8d9206d90c1b0
2
+ guid: 2eca283063664cf9bb6a5e73cb482382
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:
@@ -433,7 +433,7 @@ namespace Csp.Multiplayer
433
433
  }
434
434
 
435
435
  /// <summary>Gets the position of the origin of this component in world space.</summary>
436
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
436
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
437
437
  /// <remarks>- Right handed coordinate system</remarks>
438
438
  /// <remarks>- +Y is UP</remarks>
439
439
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -449,7 +449,7 @@ namespace Csp.Multiplayer
449
449
  }
450
450
 
451
451
  /// <summary>Sets the position of the origin of this component in world space.</summary>
452
- /// @note The coordinate system used follows the glTF 2.0 specification, in meters.
452
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
453
453
  /// <remarks>- Right handed coordinate system</remarks>
454
454
  /// <remarks>- +Y is UP</remarks>
455
455
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -462,7 +462,7 @@ namespace Csp.Multiplayer
462
462
  }
463
463
 
464
464
  /// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
465
- /// @note The coordinate system respects the following conventions:
465
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
466
466
  /// <remarks>- Right handed coordinate system</remarks>
467
467
  /// <remarks>- Positive rotation is counterclockwise</remarks>
468
468
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -480,7 +480,7 @@ namespace Csp.Multiplayer
480
480
  }
481
481
 
482
482
  /// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
483
- /// @note The coordinate system respects the following conventions:
483
+ /// <remarks>The coordinate system respects the following conventions:</remarks>
484
484
  /// <remarks>- Right handed coordinate system</remarks>
485
485
  /// <remarks>- Positive rotation is counterclockwise</remarks>
486
486
  /// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
@@ -497,7 +497,7 @@ namespace Csp.Multiplayer
497
497
  }
498
498
 
499
499
  /// <summary>Gets the scale of the origin of this component in world space.</summary>
500
- /// @note The coordinate system used follows the glTF 2.0 specification.
500
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
501
501
  /// <remarks>- Right handed coordinate system</remarks>
502
502
  /// <remarks>- +Y is UP</remarks>
503
503
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -514,7 +514,7 @@ namespace Csp.Multiplayer
514
514
 
515
515
  /// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
516
516
  /// <param name="Value">The new value expressed as vector (left, up, forward).</param>
517
- /// @note The coordinate system used follows the glTF 2.0 specification.
517
+ /// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
518
518
  /// <remarks>- Right handed coordinate system</remarks>
519
519
  /// <remarks>- +Y is UP</remarks>
520
520
  /// <remarks>- +X is left (facing forward)</remarks>
@@ -593,7 +593,7 @@ namespace Csp.Multiplayer
593
593
  }
594
594
 
595
595
  /// <summary>Gets the ID of the asset collection associated with this component.</summary>
596
- /// @note To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.
596
+ /// <remarks>To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.</remarks>
597
597
  /// <returns>The ID of the asset collection associated with this component.</returns>
598
598
 
599
599
 
@@ -608,7 +608,7 @@ namespace Csp.Multiplayer
608
608
  }
609
609
 
610
610
  /// <summary>Sets the ID of the asset collection associated with this component.</summary>
611
- /// @note To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.
611
+ /// <remarks>To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.</remarks>
612
612
  /// <param name="Value">The ID of the asset collection associated with this component.</param>
613
613
 
614
614
 
@@ -1,11 +1,11 @@
1
1
  fileFormatVersion: 2
2
- guid: 2ec3540bd1a5469a9c146835aeeea2a5
2
+ guid: 7bc9bedab10a453ea50aaf4041643fd0
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: c6ad0b00c175472f9cd7a4be514b778c
2
+ guid: d3d535ab7fd04112b76f2197df60b606
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: f11a9e220b614309842d4b933c939d9d
2
+ guid: 76ebec24bb9d4c40bf8242ea92713b0d
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: e8d4c616bfff43c5b2f5baa01d5d0581
2
+ guid: b787aa7b052d4b208b6c70080fd27a70
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: