connected-spaces-platform.unity.core 5.20.0 → 5.21.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 (395) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +1 -1
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs.meta +1 -1
  6. package/Source/ClientUserAgent.cs.meta +1 -1
  7. package/Source/Common/AccessControlChangedNetworkEventData.cs +154 -0
  8. package/Source/{Multiplayer/AssetDetailBlobParams.cs.meta → Common/AccessControlChangedNetworkEventData.cs.meta} +1 -1
  9. package/Source/Common/Array.cs.meta +1 -1
  10. package/Source/Common/AssetDetailBlobChangedNetworkEventData.cs +184 -0
  11. package/Source/{Multiplayer/ConversationEventParams.cs.meta → Common/AssetDetailBlobChangedNetworkEventData.cs.meta} +1 -1
  12. package/Source/Common/CancellationToken.cs.meta +1 -1
  13. package/Source/{Multiplayer/ConversationEventParams.cs → Common/ConversationNetworkEventData.cs} +26 -19
  14. package/Source/Common/ConversationNetworkEventData.cs.meta +11 -0
  15. package/Source/{Multiplayer → Common}/EAssetChangeType.cs +1 -1
  16. package/Source/{Multiplayer → Common}/EAssetChangeType.cs.meta +1 -1
  17. package/Source/Common/ELoginState.cs.meta +1 -1
  18. package/Source/{Multiplayer → Common}/EPermissionChangeType.cs +1 -1
  19. package/Source/{Multiplayer → Common}/EPermissionChangeType.cs.meta +1 -1
  20. package/Source/Common/ERequestFailureReason.cs.meta +1 -1
  21. package/Source/Common/EResponseCodes.cs.meta +1 -1
  22. package/Source/Common/EResultCode.cs.meta +1 -1
  23. package/Source/{Multiplayer → Common}/ESequenceUpdateType.cs +1 -1
  24. package/Source/{Multiplayer → Common}/ESequenceUpdateType.cs.meta +1 -1
  25. package/Source/Common/EThirdPartyPlatform.cs.meta +1 -1
  26. package/Source/Common/ErrorCode.cs.meta +1 -1
  27. package/Source/Common/FileExtensions.cs.meta +1 -1
  28. package/Source/Common/HotspotSequenceChangedNetworkEventData.cs +127 -0
  29. package/Source/Common/HotspotSequenceChangedNetworkEventData.cs.meta +11 -0
  30. package/Source/Common/Interfaces/IJSScriptRunner.cs.meta +1 -1
  31. package/Source/Common/Interfaces/IRealtimeEngine.cs.meta +1 -1
  32. package/Source/Common/Interfaces/InvalidInterfaceUseError.cs.meta +1 -1
  33. package/Source/Common/Interfaces/RealtimeEngineType.cs.meta +1 -1
  34. package/Source/Common/Interfaces.meta +1 -1
  35. package/Source/Common/List.cs.meta +1 -1
  36. package/Source/Common/LoginState.cs.meta +1 -1
  37. package/Source/Common/Map.cs.meta +1 -1
  38. package/Source/{Multiplayer → Common}/MaterialChangedParams.cs +20 -23
  39. package/Source/{Multiplayer → Common}/MaterialChangedParams.cs.meta +1 -1
  40. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  41. package/Source/Common/MimeTypes.cs.meta +1 -1
  42. package/Source/Common/NetworkEventData.cs +115 -0
  43. package/Source/Common/NetworkEventData.cs.meta +11 -0
  44. package/Source/{Multiplayer → Common}/ReplicatedValue.cs +64 -64
  45. package/Source/{Multiplayer → Common}/ReplicatedValue.cs.meta +1 -1
  46. package/Source/{Multiplayer → Common}/ReplicatedValueType.cs +1 -1
  47. package/Source/{Multiplayer → Common}/ReplicatedValueType.cs.meta +1 -1
  48. package/Source/Common/SequenceChangedNetworkEventData.cs +145 -0
  49. package/Source/Common/SequenceChangedNetworkEventData.cs.meta +11 -0
  50. package/Source/Common/Systems/Log/LogLevel.cs.meta +1 -1
  51. package/Source/Common/Systems/Log/LogSystem.cs.meta +1 -1
  52. package/Source/Common/Systems/Log.meta +1 -1
  53. package/Source/Common/Systems.meta +1 -1
  54. package/Source/Common/Variant.cs.meta +1 -1
  55. package/Source/Common/VariantType.cs.meta +1 -1
  56. package/Source/Common/Vector2.cs.meta +1 -1
  57. package/Source/Common/Vector3.cs.meta +1 -1
  58. package/Source/Common/Vector4.cs.meta +1 -1
  59. package/Source/Common.meta +1 -1
  60. package/Source/Constants.cs.meta +1 -1
  61. package/Source/Csp.cs.meta +1 -1
  62. package/Source/EndpointURIs.cs.meta +1 -1
  63. package/Source/Il2cppPreserver.cs.meta +1 -1
  64. package/Source/Multiplayer/CSPSceneDescription.cs +109 -0
  65. package/Source/Multiplayer/CSPSceneDescription.cs.meta +11 -0
  66. package/Source/Multiplayer/ComponentBase.cs +2 -2
  67. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  68. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  69. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  70. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +3 -3
  93. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +3 -3
  96. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  116. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  119. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  120. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  122. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  123. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  124. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  125. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  126. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  127. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  128. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  129. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  130. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  131. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  132. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  133. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  134. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  135. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  136. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  137. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  138. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  139. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  140. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  141. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  142. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  143. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  144. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  145. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  146. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  147. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  148. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  149. package/Source/Multiplayer/Components.meta +1 -1
  150. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  151. package/Source/Multiplayer/Conversation/AnnotationData.cs.meta +1 -1
  152. package/Source/Multiplayer/Conversation/AnnotationResult.cs.meta +1 -1
  153. package/Source/Multiplayer/Conversation/AnnotationThumbnailCollectionResult.cs.meta +1 -1
  154. package/Source/Multiplayer/Conversation/AnnotationUpdateParams.cs.meta +1 -1
  155. package/Source/Multiplayer/Conversation/ConversationEventType.cs.meta +1 -1
  156. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  157. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  158. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  159. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  160. package/Source/Multiplayer/Conversation/MessageUpdateParams.cs.meta +1 -1
  161. package/Source/Multiplayer/Conversation/NumberOfRepliesResult.cs.meta +1 -1
  162. package/Source/Multiplayer/Conversation.meta +1 -1
  163. package/Source/Multiplayer/LockType.cs.meta +1 -1
  164. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  165. package/Source/Multiplayer/MultiplayerHubMethod.cs.meta +1 -1
  166. package/Source/Multiplayer/NetworkEventBus.cs +310 -0
  167. package/Source/Multiplayer/NetworkEventBus.cs.meta +11 -0
  168. package/Source/Multiplayer/NetworkEventRegistration.cs +119 -0
  169. package/Source/Multiplayer/NetworkEventRegistration.cs.meta +11 -0
  170. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  171. package/Source/Multiplayer/Script.meta +1 -1
  172. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  173. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  174. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  175. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  176. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  177. package/Source/Multiplayer.meta +1 -1
  178. package/Source/NativeClassWrapper.cs.meta +1 -1
  179. package/Source/ProgressEventArgs.cs.meta +1 -1
  180. package/Source/Ref.cs.meta +1 -1
  181. package/Source/ServiceDefinition.cs.meta +1 -1
  182. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  183. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  184. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  185. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  186. package/Source/Systems/Analytics.meta +1 -1
  187. package/Source/Systems/Assets/AlphaVideoMaterial.cs.meta +1 -1
  188. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  189. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  190. package/Source/Systems/Assets/AssetCollectionCountResult.cs.meta +1 -1
  191. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  192. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  193. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  194. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  195. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  196. package/Source/Systems/Assets/AssetSystem.cs +9 -6
  197. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  198. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  199. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  200. package/Source/Systems/Assets/EAlphaMode.cs.meta +1 -1
  201. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  202. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  203. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  204. package/Source/Systems/Assets/EBlendMode.cs.meta +1 -1
  205. package/Source/Systems/Assets/EColorChannel.cs.meta +1 -1
  206. package/Source/Systems/Assets/EShaderType.cs.meta +1 -1
  207. package/Source/Systems/Assets/ETextureResourceType.cs.meta +1 -1
  208. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  209. package/Source/Systems/Assets/GLTFMaterial.cs.meta +1 -1
  210. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  211. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  212. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  213. package/Source/Systems/Assets/Material.cs.meta +1 -1
  214. package/Source/Systems/Assets/MaterialResult.cs.meta +1 -1
  215. package/Source/Systems/Assets/MaterialsResult.cs.meta +1 -1
  216. package/Source/Systems/Assets/TextureInfo.cs.meta +1 -1
  217. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  218. package/Source/Systems/Assets.meta +1 -1
  219. package/Source/Systems/BooleanResult.cs.meta +1 -1
  220. package/Source/Systems/CSPSceneData.cs +138 -0
  221. package/Source/Systems/CSPSceneData.cs.meta +11 -0
  222. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  223. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  224. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  225. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  226. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  227. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  228. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  229. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  230. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  231. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  232. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  233. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  234. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  235. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  236. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  237. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  238. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  239. package/Source/Systems/ECommerce.meta +1 -1
  240. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  241. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  242. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  243. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  244. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  245. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  246. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  247. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  248. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  249. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  250. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  251. package/Source/Systems/EventTicketing.meta +1 -1
  252. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  253. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  254. package/Source/Systems/GraphQL.meta +1 -1
  255. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  256. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
  257. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
  258. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
  259. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +6 -6
  260. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
  261. package/Source/Systems/HotspotSequence.meta +1 -1
  262. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  263. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  264. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  265. package/Source/Systems/Maintenance.meta +1 -1
  266. package/Source/Systems/NullResult.cs.meta +1 -1
  267. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  268. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  269. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  270. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  271. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  272. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  273. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  274. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  275. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  276. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  277. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  278. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  279. package/Source/Systems/Quota.meta +1 -1
  280. package/Source/Systems/ResultBase.cs.meta +1 -1
  281. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  282. package/Source/Systems/Script.meta +1 -1
  283. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  284. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  285. package/Source/Systems/Sequence/SequenceSystem.cs +3 -3
  286. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  287. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  288. package/Source/Systems/Sequence.meta +1 -1
  289. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  290. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  291. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  292. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  293. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  294. package/Source/Systems/Settings.meta +1 -1
  295. package/Source/Systems/Spaces/AcceptedInvitesResult.cs.meta +1 -1
  296. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  297. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  298. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  299. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  300. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  301. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  302. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  303. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  304. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  305. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  306. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  307. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  308. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  309. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  310. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  311. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  312. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  313. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  314. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  315. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  316. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  317. package/Source/Systems/Spaces.meta +1 -1
  318. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  319. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  320. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  321. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  322. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  323. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  324. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  325. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  326. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  327. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  328. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  329. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  330. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  331. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  332. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  333. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  334. package/Source/Systems/Spatial.meta +1 -1
  335. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  336. package/Source/Systems/StringResult.cs.meta +1 -1
  337. package/Source/Systems/SystemBase.cs +3 -50
  338. package/Source/Systems/SystemBase.cs.meta +1 -1
  339. package/Source/Systems/SystemsManager.cs +4 -4
  340. package/Source/Systems/SystemsManager.cs.meta +1 -1
  341. package/Source/Systems/UInt64Result.cs.meta +1 -1
  342. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  343. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  344. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  345. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  346. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  347. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  348. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  349. package/Source/Systems/Users/Profile.cs.meta +1 -1
  350. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  351. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  352. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  353. package/Source/Systems/Users/TokenInfoParams.cs.meta +1 -1
  354. package/Source/Systems/Users/UserSystem.cs +6 -3
  355. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  356. package/Source/Systems/Users.meta +1 -1
  357. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  358. package/Source/Systems/Voip.meta +1 -1
  359. package/Source/Systems.meta +1 -1
  360. package/Source/WrapperHelper.cs.meta +1 -1
  361. package/Source.meta +1 -1
  362. package/android64/libConnectedSpacesPlatform.so +0 -0
  363. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  364. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  365. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  366. package/android64.meta +1 -1
  367. package/ios/libConnectedSpacesPlatform.a +0 -0
  368. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  369. package/ios/libcrypto.a.meta +1 -1
  370. package/ios/libssl.a.meta +1 -1
  371. package/ios.meta +1 -1
  372. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  373. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  374. package/macosx.meta +1 -1
  375. package/package.json +1 -1
  376. package/package.json.meta +1 -1
  377. package/visionos/libConnectedSpacesPlatform.a +0 -0
  378. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  379. package/visionos/libcrypto.a.meta +1 -1
  380. package/visionos/libssl.a.meta +1 -1
  381. package/visionos.meta +1 -1
  382. package/windows/ConnectedSpacesPlatform.dll +0 -0
  383. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  384. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  385. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  386. package/windows.meta +1 -1
  387. package/Source/Multiplayer/AssetDetailBlobParams.cs +0 -159
  388. package/Source/Multiplayer/EventBus.cs +0 -248
  389. package/Source/Multiplayer/EventBus.cs.meta +0 -11
  390. package/Source/Multiplayer/SequenceChangedParams.cs +0 -118
  391. package/Source/Multiplayer/SequenceChangedParams.cs.meta +0 -11
  392. package/Source/Multiplayer/SequenceHotspotChangedParams.cs +0 -143
  393. package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +0 -11
  394. package/Source/Multiplayer/UserPermissionsParams.cs +0 -139
  395. package/Source/Multiplayer/UserPermissionsParams.cs.meta +0 -11
@@ -10,14 +10,14 @@ using System.Runtime.InteropServices;
10
10
  using System.Security;
11
11
  using System.Threading.Tasks;
12
12
 
13
- namespace Csp.Multiplayer
13
+ namespace Csp.Common
14
14
  {
15
15
  /// <summary>ReplicatedValue is an intermediate class that enables clients to pack data into types that are supported by Connected Spaces Platform</summary>
16
16
  /// <remarks>replication systems.</remarks>
17
17
 
18
18
  public class ReplicatedValue : NativeClassWrapper, IDisposable
19
19
  {
20
- internal override string _safeTypeName { get; } = "csp_multiplayer_ReplicatedValue";
20
+ internal override string _safeTypeName { get; } = "csp_common_ReplicatedValue";
21
21
 
22
22
  #region P/Invoke
23
23
  #pragma warning disable IDE1006
@@ -26,117 +26,117 @@ namespace Csp.Multiplayer
26
26
 
27
27
  [DllImport(Csp.Constants.DllName)]
28
28
  [SuppressUnmanagedCodeSecurity]
29
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor();
29
+ static extern NativePointer csp_common_ReplicatedValue_Ctor();
30
30
 
31
31
  [DllImport(Csp.Constants.DllName)]
32
32
  [SuppressUnmanagedCodeSecurity]
33
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_bool(bool InBoolValue);
33
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_bool(bool InBoolValue);
34
34
 
35
35
  [DllImport(Csp.Constants.DllName)]
36
36
  [SuppressUnmanagedCodeSecurity]
37
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_float(float InFloatValue);
37
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_float(float InFloatValue);
38
38
 
39
39
  [DllImport(Csp.Constants.DllName)]
40
40
  [SuppressUnmanagedCodeSecurity]
41
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_int64_t(long InLongValue);
41
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_int64_t(long InLongValue);
42
42
 
43
43
  [DllImport(Csp.Constants.DllName)]
44
44
  [SuppressUnmanagedCodeSecurity]
45
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_StringRC(string InStringValue);
45
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_StringRC(string InStringValue);
46
46
 
47
47
  [DllImport(Csp.Constants.DllName)]
48
48
  [SuppressUnmanagedCodeSecurity]
49
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_Vector2RC(IntPtr InVector2Value);
49
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_Vector2RC(IntPtr InVector2Value);
50
50
 
51
51
  [DllImport(Csp.Constants.DllName)]
52
52
  [SuppressUnmanagedCodeSecurity]
53
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_Vector3RC(IntPtr InVector3Value);
53
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_Vector3RC(IntPtr InVector3Value);
54
54
 
55
55
  [DllImport(Csp.Constants.DllName)]
56
56
  [SuppressUnmanagedCodeSecurity]
57
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_Vector4RC(IntPtr InVector4Value);
57
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_Vector4RC(IntPtr InVector4Value);
58
58
 
59
59
  [DllImport(Csp.Constants.DllName)]
60
60
  [SuppressUnmanagedCodeSecurity]
61
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_MapRC(IntPtr InMapValue);
61
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_MapRC(IntPtr InMapValue);
62
62
 
63
63
  [DllImport(Csp.Constants.DllName)]
64
64
  [SuppressUnmanagedCodeSecurity]
65
- static extern NativePointer csp_multiplayer_ReplicatedValue_Ctor_ReplicatedValueRC(IntPtr Other);
65
+ static extern NativePointer csp_common_ReplicatedValue_Ctor_ReplicatedValueRC(IntPtr Other);
66
66
 
67
67
  [DllImport(Csp.Constants.DllName)]
68
68
  [SuppressUnmanagedCodeSecurity]
69
- static extern void csp_multiplayer_ReplicatedValue_Dtor(IntPtr @class);
69
+ static extern void csp_common_ReplicatedValue_Dtor(IntPtr @class);
70
70
 
71
71
  [DllImport(Csp.Constants.DllName)]
72
72
  [SuppressUnmanagedCodeSecurity]
73
- static extern Csp.Multiplayer.ReplicatedValueType csp_multiplayer_ReplicatedValue_GetReplicatedValueTypeC_ReplicatedValueType(
73
+ static extern Csp.Common.ReplicatedValueType csp_common_ReplicatedValue_GetReplicatedValueTypeC_ReplicatedValueType(
74
74
  IntPtr @class
75
75
  );
76
76
 
77
77
  [DllImport(Csp.Constants.DllName)]
78
78
  [SuppressUnmanagedCodeSecurity]
79
- static extern void csp_multiplayer_ReplicatedValue_SetBool_void_bool(IntPtr @class, bool InValue);
79
+ static extern void csp_common_ReplicatedValue_SetBool_void_bool(IntPtr @class, bool InValue);
80
80
 
81
81
  [DllImport(Csp.Constants.DllName)]
82
82
  [SuppressUnmanagedCodeSecurity]
83
- static extern bool csp_multiplayer_ReplicatedValue_GetBoolC_bool(IntPtr @class);
83
+ static extern bool csp_common_ReplicatedValue_GetBoolC_bool(IntPtr @class);
84
84
 
85
85
  [DllImport(Csp.Constants.DllName)]
86
86
  [SuppressUnmanagedCodeSecurity]
87
- static extern void csp_multiplayer_ReplicatedValue_SetFloat_void_float(IntPtr @class, float InValue);
87
+ static extern void csp_common_ReplicatedValue_SetFloat_void_float(IntPtr @class, float InValue);
88
88
 
89
89
  [DllImport(Csp.Constants.DllName)]
90
90
  [SuppressUnmanagedCodeSecurity]
91
- static extern float csp_multiplayer_ReplicatedValue_GetFloatC_float(IntPtr @class);
91
+ static extern float csp_common_ReplicatedValue_GetFloatC_float(IntPtr @class);
92
92
 
93
93
  [DllImport(Csp.Constants.DllName)]
94
94
  [SuppressUnmanagedCodeSecurity]
95
- static extern void csp_multiplayer_ReplicatedValue_SetInt_void_int64_t(IntPtr @class, long InValue);
95
+ static extern void csp_common_ReplicatedValue_SetInt_void_int64_t(IntPtr @class, long InValue);
96
96
 
97
97
  [DllImport(Csp.Constants.DllName)]
98
98
  [SuppressUnmanagedCodeSecurity]
99
- static extern long csp_multiplayer_ReplicatedValue_GetIntC_int64_t(IntPtr @class);
99
+ static extern long csp_common_ReplicatedValue_GetIntC_int64_t(IntPtr @class);
100
100
 
101
101
  [DllImport(Csp.Constants.DllName)]
102
102
  [SuppressUnmanagedCodeSecurity]
103
- static extern void csp_multiplayer_ReplicatedValue_SetString_void_StringRC(IntPtr @class, IntPtr InValue);
103
+ static extern void csp_common_ReplicatedValue_SetString_void_StringRC(IntPtr @class, IntPtr InValue);
104
104
 
105
105
  [DllImport(Csp.Constants.DllName)]
106
106
  [SuppressUnmanagedCodeSecurity]
107
- static extern IntPtr csp_multiplayer_ReplicatedValue_GetStringC_StringRC(IntPtr @class);
107
+ static extern IntPtr csp_common_ReplicatedValue_GetStringC_StringRC(IntPtr @class);
108
108
 
109
109
  [DllImport(Csp.Constants.DllName)]
110
110
  [SuppressUnmanagedCodeSecurity]
111
- static extern void csp_multiplayer_ReplicatedValue_SetVector2_void_Vector2RC(IntPtr @class, IntPtr InValue);
111
+ static extern void csp_common_ReplicatedValue_SetVector2_void_Vector2RC(IntPtr @class, IntPtr InValue);
112
112
 
113
113
  [DllImport(Csp.Constants.DllName)]
114
114
  [SuppressUnmanagedCodeSecurity]
115
- static extern NativePointer csp_multiplayer_ReplicatedValue_GetVector2C_Vector2RC(IntPtr @class);
115
+ static extern NativePointer csp_common_ReplicatedValue_GetVector2C_Vector2RC(IntPtr @class);
116
116
 
117
117
  [DllImport(Csp.Constants.DllName)]
118
118
  [SuppressUnmanagedCodeSecurity]
119
- static extern void csp_multiplayer_ReplicatedValue_SetVector3_void_Vector3RC(IntPtr @class, IntPtr InValue);
119
+ static extern void csp_common_ReplicatedValue_SetVector3_void_Vector3RC(IntPtr @class, IntPtr InValue);
120
120
 
121
121
  [DllImport(Csp.Constants.DllName)]
122
122
  [SuppressUnmanagedCodeSecurity]
123
- static extern NativePointer csp_multiplayer_ReplicatedValue_GetVector3C_Vector3RC(IntPtr @class);
123
+ static extern NativePointer csp_common_ReplicatedValue_GetVector3C_Vector3RC(IntPtr @class);
124
124
 
125
125
  [DllImport(Csp.Constants.DllName)]
126
126
  [SuppressUnmanagedCodeSecurity]
127
- static extern void csp_multiplayer_ReplicatedValue_SetVector4_void_Vector4RC(IntPtr @class, IntPtr InValue);
127
+ static extern void csp_common_ReplicatedValue_SetVector4_void_Vector4RC(IntPtr @class, IntPtr InValue);
128
128
 
129
129
  [DllImport(Csp.Constants.DllName)]
130
130
  [SuppressUnmanagedCodeSecurity]
131
- static extern NativePointer csp_multiplayer_ReplicatedValue_GetVector4C_Vector4RC(IntPtr @class);
131
+ static extern NativePointer csp_common_ReplicatedValue_GetVector4C_Vector4RC(IntPtr @class);
132
132
 
133
133
  [DllImport(Csp.Constants.DllName)]
134
134
  [SuppressUnmanagedCodeSecurity]
135
- static extern NativePointer csp_multiplayer_ReplicatedValue_GetStringMapC_MapRC(IntPtr @class);
135
+ static extern NativePointer csp_common_ReplicatedValue_GetStringMapC_MapRC(IntPtr @class);
136
136
 
137
137
  [DllImport(Csp.Constants.DllName)]
138
138
  [SuppressUnmanagedCodeSecurity]
139
- static extern void csp_multiplayer_ReplicatedValue_SetStringMap_void_MapRC(IntPtr @class, IntPtr InValue);
139
+ static extern void csp_common_ReplicatedValue_SetStringMap_void_MapRC(IntPtr @class, IntPtr InValue);
140
140
 
141
141
  #pragma warning restore IDE1006
142
142
  #endregion
@@ -148,7 +148,7 @@ namespace Csp.Multiplayer
148
148
 
149
149
  public ReplicatedValue()
150
150
  {
151
- var np = csp_multiplayer_ReplicatedValue_Ctor();
151
+ var np = csp_common_ReplicatedValue_Ctor();
152
152
  _ptr = np.Pointer;
153
153
  _ownsPtr = np.OwnsOwnData;
154
154
  }
@@ -158,7 +158,7 @@ namespace Csp.Multiplayer
158
158
 
159
159
  public ReplicatedValue(bool InBoolValue)
160
160
  {
161
- var np = csp_multiplayer_ReplicatedValue_Ctor_bool(InBoolValue);
161
+ var np = csp_common_ReplicatedValue_Ctor_bool(InBoolValue);
162
162
  _ptr = np.Pointer;
163
163
  _ownsPtr = np.OwnsOwnData;
164
164
  }
@@ -168,7 +168,7 @@ namespace Csp.Multiplayer
168
168
 
169
169
  public ReplicatedValue(float InFloatValue)
170
170
  {
171
- var np = csp_multiplayer_ReplicatedValue_Ctor_float(InFloatValue);
171
+ var np = csp_common_ReplicatedValue_Ctor_float(InFloatValue);
172
172
  _ptr = np.Pointer;
173
173
  _ownsPtr = np.OwnsOwnData;
174
174
  }
@@ -178,7 +178,7 @@ namespace Csp.Multiplayer
178
178
 
179
179
  public ReplicatedValue(long InLongValue)
180
180
  {
181
- var np = csp_multiplayer_ReplicatedValue_Ctor_int64_t(InLongValue);
181
+ var np = csp_common_ReplicatedValue_Ctor_int64_t(InLongValue);
182
182
  _ptr = np.Pointer;
183
183
  _ownsPtr = np.OwnsOwnData;
184
184
  }
@@ -188,7 +188,7 @@ namespace Csp.Multiplayer
188
188
 
189
189
  public ReplicatedValue(string InStringValue)
190
190
  {
191
- var np = csp_multiplayer_ReplicatedValue_Ctor_StringRC(InStringValue);
191
+ var np = csp_common_ReplicatedValue_Ctor_StringRC(InStringValue);
192
192
  _ptr = np.Pointer;
193
193
  _ownsPtr = np.OwnsOwnData;
194
194
  }
@@ -198,7 +198,7 @@ namespace Csp.Multiplayer
198
198
 
199
199
  public ReplicatedValue(Csp.Common.Vector2 InVector2Value)
200
200
  {
201
- var np = csp_multiplayer_ReplicatedValue_Ctor_Vector2RC(InVector2Value._ptr);
201
+ var np = csp_common_ReplicatedValue_Ctor_Vector2RC(InVector2Value._ptr);
202
202
  _ptr = np.Pointer;
203
203
  _ownsPtr = np.OwnsOwnData;
204
204
  }
@@ -208,7 +208,7 @@ namespace Csp.Multiplayer
208
208
 
209
209
  public ReplicatedValue(Csp.Common.Vector3 InVector3Value)
210
210
  {
211
- var np = csp_multiplayer_ReplicatedValue_Ctor_Vector3RC(InVector3Value._ptr);
211
+ var np = csp_common_ReplicatedValue_Ctor_Vector3RC(InVector3Value._ptr);
212
212
  _ptr = np.Pointer;
213
213
  _ownsPtr = np.OwnsOwnData;
214
214
  }
@@ -218,7 +218,7 @@ namespace Csp.Multiplayer
218
218
 
219
219
  public ReplicatedValue(Csp.Common.Vector4 InVector4Value)
220
220
  {
221
- var np = csp_multiplayer_ReplicatedValue_Ctor_Vector4RC(InVector4Value._ptr);
221
+ var np = csp_common_ReplicatedValue_Ctor_Vector4RC(InVector4Value._ptr);
222
222
  _ptr = np.Pointer;
223
223
  _ownsPtr = np.OwnsOwnData;
224
224
  }
@@ -226,9 +226,9 @@ namespace Csp.Multiplayer
226
226
  /// <summary>Construct a ReplicatedValue based on an csp::common::Map type with a string value as the key.</summary>
227
227
  /// <param name="InMapValue">Initial value.</param>
228
228
 
229
- public ReplicatedValue(Csp.Common.Map<string, Csp.Multiplayer.ReplicatedValue> InMapValue)
229
+ public ReplicatedValue(Csp.Common.Map<string, Csp.Common.ReplicatedValue> InMapValue)
230
230
  {
231
- var np = csp_multiplayer_ReplicatedValue_Ctor_MapRC(InMapValue._ptr);
231
+ var np = csp_common_ReplicatedValue_Ctor_MapRC(InMapValue._ptr);
232
232
  _ptr = np.Pointer;
233
233
  _ownsPtr = np.OwnsOwnData;
234
234
  }
@@ -236,9 +236,9 @@ namespace Csp.Multiplayer
236
236
  /// <summary>Copy constructor</summary>
237
237
  /// <param name="Other">The value to copy.</param>
238
238
 
239
- public ReplicatedValue(Csp.Multiplayer.ReplicatedValue Other)
239
+ public ReplicatedValue(Csp.Common.ReplicatedValue Other)
240
240
  {
241
- var np = csp_multiplayer_ReplicatedValue_Ctor_ReplicatedValueRC(Other._ptr);
241
+ var np = csp_common_ReplicatedValue_Ctor_ReplicatedValueRC(Other._ptr);
242
242
  _ptr = np.Pointer;
243
243
  _ownsPtr = np.OwnsOwnData;
244
244
  }
@@ -254,7 +254,7 @@ namespace Csp.Multiplayer
254
254
  {
255
255
  if (_ownsPtr && !_disposed)
256
256
  {
257
- csp_multiplayer_ReplicatedValue_Dtor(_ptr);
257
+ csp_common_ReplicatedValue_Dtor(_ptr);
258
258
  _disposed = true;
259
259
  }
260
260
 
@@ -291,9 +291,9 @@ namespace Csp.Multiplayer
291
291
  /// <returns>Enum representing all supported replication base types.</returns>
292
292
 
293
293
 
294
- public Csp.Multiplayer.ReplicatedValueType GetReplicatedValueType()
294
+ public Csp.Common.ReplicatedValueType GetReplicatedValueType()
295
295
  {
296
- var _value = csp_multiplayer_ReplicatedValue_GetReplicatedValueTypeC_ReplicatedValueType(_ptr);
296
+ var _value = csp_common_ReplicatedValue_GetReplicatedValueTypeC_ReplicatedValueType(_ptr);
297
297
 
298
298
  var _result = _value;
299
299
 
@@ -306,7 +306,7 @@ namespace Csp.Multiplayer
306
306
 
307
307
  public void SetBool(bool InValue)
308
308
  {
309
- csp_multiplayer_ReplicatedValue_SetBool_void_bool(_ptr, InValue);
309
+ csp_common_ReplicatedValue_SetBool_void_bool(_ptr, InValue);
310
310
  }
311
311
 
312
312
  /// <summary>Get a bool value from this replicated value, will assert if not a bool type.</summary>
@@ -316,7 +316,7 @@ namespace Csp.Multiplayer
316
316
 
317
317
  public bool GetBool()
318
318
  {
319
- var _value = csp_multiplayer_ReplicatedValue_GetBoolC_bool(_ptr);
319
+ var _value = csp_common_ReplicatedValue_GetBoolC_bool(_ptr);
320
320
 
321
321
  var _result = _value;
322
322
 
@@ -329,7 +329,7 @@ namespace Csp.Multiplayer
329
329
 
330
330
  public void SetFloat(float InValue)
331
331
  {
332
- csp_multiplayer_ReplicatedValue_SetFloat_void_float(_ptr, InValue);
332
+ csp_common_ReplicatedValue_SetFloat_void_float(_ptr, InValue);
333
333
  }
334
334
 
335
335
  /// <summary>Get a float value from this replicated value, will assert if not a float type.</summary>
@@ -339,7 +339,7 @@ namespace Csp.Multiplayer
339
339
 
340
340
  public float GetFloat()
341
341
  {
342
- var _value = csp_multiplayer_ReplicatedValue_GetFloatC_float(_ptr);
342
+ var _value = csp_common_ReplicatedValue_GetFloatC_float(_ptr);
343
343
 
344
344
  var _result = _value;
345
345
 
@@ -352,7 +352,7 @@ namespace Csp.Multiplayer
352
352
 
353
353
  public void SetInt(long InValue)
354
354
  {
355
- csp_multiplayer_ReplicatedValue_SetInt_void_int64_t(_ptr, InValue);
355
+ csp_common_ReplicatedValue_SetInt_void_int64_t(_ptr, InValue);
356
356
  }
357
357
 
358
358
  /// <summary>Get a int64 value from this replicated value, will assert if not a int64 type.</summary>
@@ -362,7 +362,7 @@ namespace Csp.Multiplayer
362
362
 
363
363
  public long GetInt()
364
364
  {
365
- var _value = csp_multiplayer_ReplicatedValue_GetIntC_int64_t(_ptr);
365
+ var _value = csp_common_ReplicatedValue_GetIntC_int64_t(_ptr);
366
366
 
367
367
  var _result = _value;
368
368
 
@@ -371,7 +371,7 @@ namespace Csp.Multiplayer
371
371
 
372
372
  public void SetString(string InValue)
373
373
  {
374
- csp_multiplayer_ReplicatedValue_SetString_void_StringRC(_ptr, WrapperHelper.StringToNativeUTF8(InValue));
374
+ csp_common_ReplicatedValue_SetString_void_StringRC(_ptr, WrapperHelper.StringToNativeUTF8(InValue));
375
375
  }
376
376
 
377
377
  /// <summary>Get a csp::common::String& value from this replicated value, will assert if not a csp::common::String type.</summary>
@@ -381,7 +381,7 @@ namespace Csp.Multiplayer
381
381
 
382
382
  public string GetString()
383
383
  {
384
- var _value = csp_multiplayer_ReplicatedValue_GetStringC_StringRC(_ptr);
384
+ var _value = csp_common_ReplicatedValue_GetStringC_StringRC(_ptr);
385
385
 
386
386
  var _result = _value;
387
387
 
@@ -396,7 +396,7 @@ namespace Csp.Multiplayer
396
396
 
397
397
  public void SetVector2(Csp.Common.Vector2 InValue)
398
398
  {
399
- csp_multiplayer_ReplicatedValue_SetVector2_void_Vector2RC(_ptr, InValue._ptr);
399
+ csp_common_ReplicatedValue_SetVector2_void_Vector2RC(_ptr, InValue._ptr);
400
400
  }
401
401
 
402
402
  /// <summary>Get a csp::common::Vector2 value from this replicated value, will assert if not a csp::common::Vector2 type.</summary>
@@ -406,7 +406,7 @@ namespace Csp.Multiplayer
406
406
 
407
407
  public Csp.Common.Vector2 GetVector2()
408
408
  {
409
- var _value = csp_multiplayer_ReplicatedValue_GetVector2C_Vector2RC(_ptr);
409
+ var _value = csp_common_ReplicatedValue_GetVector2C_Vector2RC(_ptr);
410
410
 
411
411
  WrapperHelper.CheckNativePointer(_value);
412
412
  var _result = new Csp.Common.Vector2(_value);
@@ -420,7 +420,7 @@ namespace Csp.Multiplayer
420
420
 
421
421
  public void SetVector3(Csp.Common.Vector3 InValue)
422
422
  {
423
- csp_multiplayer_ReplicatedValue_SetVector3_void_Vector3RC(_ptr, InValue._ptr);
423
+ csp_common_ReplicatedValue_SetVector3_void_Vector3RC(_ptr, InValue._ptr);
424
424
  }
425
425
 
426
426
  /// <summary>Get a csp::common::Vector3 value from this replicated value, will assert if not a csp::common::Vector3 type.</summary>
@@ -430,7 +430,7 @@ namespace Csp.Multiplayer
430
430
 
431
431
  public Csp.Common.Vector3 GetVector3()
432
432
  {
433
- var _value = csp_multiplayer_ReplicatedValue_GetVector3C_Vector3RC(_ptr);
433
+ var _value = csp_common_ReplicatedValue_GetVector3C_Vector3RC(_ptr);
434
434
 
435
435
  WrapperHelper.CheckNativePointer(_value);
436
436
  var _result = new Csp.Common.Vector3(_value);
@@ -444,7 +444,7 @@ namespace Csp.Multiplayer
444
444
 
445
445
  public void SetVector4(Csp.Common.Vector4 InValue)
446
446
  {
447
- csp_multiplayer_ReplicatedValue_SetVector4_void_Vector4RC(_ptr, InValue._ptr);
447
+ csp_common_ReplicatedValue_SetVector4_void_Vector4RC(_ptr, InValue._ptr);
448
448
  }
449
449
 
450
450
  /// <summary>Get a csp::common::Vector4 value from this replicated value, will assert if not a csp::common::Vector4 type.</summary>
@@ -454,7 +454,7 @@ namespace Csp.Multiplayer
454
454
 
455
455
  public Csp.Common.Vector4 GetVector4()
456
456
  {
457
- var _value = csp_multiplayer_ReplicatedValue_GetVector4C_Vector4RC(_ptr);
457
+ var _value = csp_common_ReplicatedValue_GetVector4C_Vector4RC(_ptr);
458
458
 
459
459
  WrapperHelper.CheckNativePointer(_value);
460
460
  var _result = new Csp.Common.Vector4(_value);
@@ -469,12 +469,12 @@ namespace Csp.Multiplayer
469
469
  /// <remarks>/// @return csp::common::Map</remarks>
470
470
 
471
471
 
472
- public Csp.Common.Map<string, Csp.Multiplayer.ReplicatedValue> GetStringMap()
472
+ public Csp.Common.Map<string, Csp.Common.ReplicatedValue> GetStringMap()
473
473
  {
474
- var _value = csp_multiplayer_ReplicatedValue_GetStringMapC_MapRC(_ptr);
474
+ var _value = csp_common_ReplicatedValue_GetStringMapC_MapRC(_ptr);
475
475
 
476
476
  WrapperHelper.CheckNativePointer(_value);
477
- var _result = new Csp.Common.Map<string, Csp.Multiplayer.ReplicatedValue>(_value);
477
+ var _result = new Csp.Common.Map<string, Csp.Common.ReplicatedValue>(_value);
478
478
  ;
479
479
 
480
480
  return _result;
@@ -483,9 +483,9 @@ namespace Csp.Multiplayer
483
483
  /// <summary>Set a string Map value for this replicated value from a csp::common::Map, will overwrite any previous value.</summary>
484
484
 
485
485
 
486
- public void SetStringMap(Csp.Common.Map<string, Csp.Multiplayer.ReplicatedValue> InValue)
486
+ public void SetStringMap(Csp.Common.Map<string, Csp.Common.ReplicatedValue> InValue)
487
487
  {
488
- csp_multiplayer_ReplicatedValue_SetStringMap_void_MapRC(_ptr, InValue._ptr);
488
+ csp_common_ReplicatedValue_SetStringMap_void_MapRC(_ptr, InValue._ptr);
489
489
  }
490
490
  }
491
491
  }
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a44737748c6340e0940e004a48a22cbf
2
+ guid: fbf2a91c603e49d8bed38fed488b5ea4
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -10,7 +10,7 @@ using System.Runtime.InteropServices;
10
10
  using System.Security;
11
11
  using System.Threading.Tasks;
12
12
 
13
- namespace Csp.Multiplayer
13
+ namespace Csp.Common
14
14
  {
15
15
  /// <summary>Enum representing the type of a replicated value.</summary>
16
16
  /// <remarks>These values are serialized and stored as integers.</remarks>
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 1174ca5950284f848ec4b34cf407bc3f
2
+ guid: 9ce71da7a56a48ee816798fc0bed05ba
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -0,0 +1,145 @@
1
+ // WARNING: DO NOT EDIT THIS FILE! IT IS A GENERATED FILE AND
2
+ // ANY CHANGES YOU MAKE WILL BE OVERWRITTEN ON THE NEXT BUILD
3
+
4
+ #nullable enable annotations
5
+
6
+ using System;
7
+ using System.Collections.Generic;
8
+ using System.Reflection;
9
+ using System.Runtime.InteropServices;
10
+ using System.Security;
11
+ using System.Threading.Tasks;
12
+
13
+ namespace Csp.Common
14
+ {
15
+ public class SequenceChangedNetworkEventData : Csp.Common.NetworkEventData, IDisposable
16
+ {
17
+ internal override string _safeTypeName { get; } = "csp_common_SequenceChangedNetworkEventData";
18
+
19
+ #region P/Invoke
20
+ #pragma warning disable IDE1006
21
+
22
+
23
+ [DllImport(Csp.Constants.DllName)]
24
+ [SuppressUnmanagedCodeSecurity]
25
+ static extern Csp.Common.ESequenceUpdateType csp_common_SequenceChangedNetworkEventData__Get_UpdateType(
26
+ IntPtr @class
27
+ );
28
+
29
+ [DllImport(Csp.Constants.DllName)]
30
+ [SuppressUnmanagedCodeSecurity]
31
+ static extern void csp_common_SequenceChangedNetworkEventData__Set_UpdateType(
32
+ IntPtr @class,
33
+ Csp.Common.ESequenceUpdateType value
34
+ );
35
+
36
+ [DllImport(Csp.Constants.DllName)]
37
+ [SuppressUnmanagedCodeSecurity]
38
+ static extern IntPtr csp_common_SequenceChangedNetworkEventData__Get_Key(IntPtr @class);
39
+
40
+ [DllImport(Csp.Constants.DllName)]
41
+ [SuppressUnmanagedCodeSecurity]
42
+ static extern void csp_common_SequenceChangedNetworkEventData__Set_Key(IntPtr @class, IntPtr value);
43
+
44
+ [DllImport(Csp.Constants.DllName)]
45
+ [SuppressUnmanagedCodeSecurity]
46
+ static extern IntPtr csp_common_SequenceChangedNetworkEventData__Get_NewKey(IntPtr @class);
47
+
48
+ [DllImport(Csp.Constants.DllName)]
49
+ [SuppressUnmanagedCodeSecurity]
50
+ static extern void csp_common_SequenceChangedNetworkEventData__Set_NewKey(IntPtr @class, IntPtr value);
51
+
52
+ [DllImport(Csp.Constants.DllName)]
53
+ [SuppressUnmanagedCodeSecurity]
54
+ static extern NativePointer csp_common_SequenceChangedNetworkEventData__Get_HotspotData(IntPtr @class);
55
+
56
+ [DllImport(Csp.Constants.DllName)]
57
+ [SuppressUnmanagedCodeSecurity]
58
+ static extern void csp_common_SequenceChangedNetworkEventData__Set_HotspotData(IntPtr @class, IntPtr value);
59
+
60
+ [DllImport(Csp.Constants.DllName)]
61
+ [SuppressUnmanagedCodeSecurity]
62
+ static extern NativePointer csp_common_SequenceChangedNetworkEventData_Ctor();
63
+
64
+ [DllImport(Csp.Constants.DllName)]
65
+ [SuppressUnmanagedCodeSecurity]
66
+ static extern void csp_common_SequenceChangedNetworkEventData_Dtor(IntPtr @class);
67
+
68
+ #pragma warning restore IDE1006
69
+ #endregion
70
+
71
+ internal SequenceChangedNetworkEventData(NativePointer ptr) : base(ptr) { }
72
+
73
+ public SequenceChangedNetworkEventData(Csp.Common.NetworkEventData baseInstance)
74
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
75
+ {
76
+ // Prevent previous instance from freeing underlying pointer when destroyed
77
+ baseInstance._ownsPtr = false;
78
+ }
79
+
80
+ /// @brief The type of update to the sequence.
81
+
82
+ public Csp.Common.ESequenceUpdateType UpdateType
83
+ {
84
+ get => csp_common_SequenceChangedNetworkEventData__Get_UpdateType(_ptr);
85
+ set => csp_common_SequenceChangedNetworkEventData__Set_UpdateType(_ptr, value);
86
+ }
87
+
88
+ /// @brief The key of the sequence which was updated.
89
+
90
+ public string Key
91
+ {
92
+ get => WrapperHelper.NativeUTF8ToString(csp_common_SequenceChangedNetworkEventData__Get_Key(_ptr));
93
+ set => csp_common_SequenceChangedNetworkEventData__Set_Key(_ptr, WrapperHelper.StringToNativeUTF8(value));
94
+ }
95
+
96
+ /// @brief If a sequence is renamed using the RenameSequence function, this will be the new key.
97
+
98
+ public string NewKey
99
+ {
100
+ get => WrapperHelper.NativeUTF8ToString(csp_common_SequenceChangedNetworkEventData__Get_NewKey(_ptr));
101
+ set =>
102
+ csp_common_SequenceChangedNetworkEventData__Set_NewKey(_ptr, WrapperHelper.StringToNativeUTF8(value));
103
+ }
104
+
105
+ /// @brief Additional data if this sequence event is a hotspot sequence event. Will be non-empty in that case only.
106
+
107
+ public Csp.Common.HotspotSequenceChangedNetworkEventData HotspotData
108
+ {
109
+ get =>
110
+ new Csp.Common.HotspotSequenceChangedNetworkEventData(
111
+ csp_common_SequenceChangedNetworkEventData__Get_HotspotData(_ptr)
112
+ );
113
+ set => csp_common_SequenceChangedNetworkEventData__Set_HotspotData(_ptr, value._ptr);
114
+ }
115
+
116
+ public SequenceChangedNetworkEventData()
117
+ {
118
+ var np = csp_common_SequenceChangedNetworkEventData_Ctor();
119
+ _ptr = np.Pointer;
120
+ _ownsPtr = np.OwnsOwnData;
121
+ }
122
+
123
+ ~SequenceChangedNetworkEventData()
124
+ {
125
+ //RealDispose();
126
+ }
127
+
128
+ void RealDispose()
129
+ {
130
+ if (_ownsPtr && !_disposed)
131
+ {
132
+ csp_common_SequenceChangedNetworkEventData_Dtor(_ptr);
133
+ _disposed = true;
134
+ }
135
+
136
+ _disposed = true;
137
+ }
138
+
139
+ new public void Dispose()
140
+ {
141
+ RealDispose();
142
+ GC.SuppressFinalize(this);
143
+ }
144
+ }
145
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 2fa3a295efea4b4da518fc96de8f46b2
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b506af3c40bb4b7b90d7e626a702d667
2
+ guid: 6455c5ed78e847d6b41fe2f7735b0187
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 9412381a88fa4da88584d9921bc199b7
2
+ guid: 2b88bf50109f4b649112d01c585d0190
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f2332a7b2aad4f9fb4f7d72ef3103f9c
2
+ guid: edbbdcce556649edaa7b801fc77dcb44
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 7fc43fb21a5547f59c8a65fbca105622
2
+ guid: b4c4f7b9ba69409081d150f195878d3d
3
3
  DefaultImporter:
4
4
  externalObjects: {}
5
5
  userData:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b6bfce61fc414e7cb333f7462b4e2e08
2
+ guid: 3e4009c4d8ed4d62b2632f3bf25e6518
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 98b8edb7866f490db934245d509aac40
2
+ guid: daee1440b10040048cabd94b3f8cee0d
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 678228aa7fc14382820f0ca5054d062f
2
+ guid: 5d7d2a9cd4e048dfb4c429ee2312f04b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2