connected-spaces-platform.unity.core 6.10.0 → 6.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 (402) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +74 -2
  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.meta +1 -1
  8. package/Source/Common/ApplicationSettings.cs.meta +1 -1
  9. package/Source/Common/Array.cs.meta +1 -1
  10. package/Source/Common/AssetDetailBlobChangedNetworkEventData.cs.meta +1 -1
  11. package/Source/Common/AsyncCallCompletedEventData.cs.meta +1 -1
  12. package/Source/Common/AvatarPlayMode.cs.meta +1 -1
  13. package/Source/Common/AvatarState.cs.meta +1 -1
  14. package/Source/Common/CancellationToken.cs.meta +1 -1
  15. package/Source/Common/ConversationNetworkEventData.cs.meta +1 -1
  16. package/Source/Common/EAssetChangeType.cs.meta +1 -1
  17. package/Source/Common/ELoginState.cs.meta +1 -1
  18. package/Source/Common/EPermissionChangeType.cs.meta +1 -1
  19. package/Source/Common/ERequestFailureReason.cs.meta +1 -1
  20. package/Source/Common/EResponseCodes.cs.meta +1 -1
  21. package/Source/Common/EResultCode.cs.meta +1 -1
  22. package/Source/Common/ESequenceUpdateType.cs.meta +1 -1
  23. package/Source/Common/EThirdPartyPlatform.cs.meta +1 -1
  24. package/Source/Common/ErrorCode.cs.meta +1 -1
  25. package/Source/Common/FileExtensions.cs.meta +1 -1
  26. package/Source/Common/HotspotSequenceChangedNetworkEventData.cs.meta +1 -1
  27. package/Source/Common/Interfaces/IJSScriptRunner.cs.meta +1 -1
  28. package/Source/Common/Interfaces/IRealtimeEngine.cs.meta +1 -1
  29. package/Source/Common/Interfaces/InvalidInterfaceUseError.cs.meta +1 -1
  30. package/Source/Common/Interfaces/RealtimeEngineType.cs.meta +1 -1
  31. package/Source/Common/Interfaces.meta +1 -1
  32. package/Source/Common/List.cs.meta +1 -1
  33. package/Source/Common/LoginState.cs.meta +1 -1
  34. package/Source/Common/Map.cs.meta +1 -1
  35. package/Source/Common/MaterialChangedParams.cs.meta +1 -1
  36. package/Source/Common/MimeTypeHelper.cs +3 -3
  37. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  38. package/Source/Common/MimeTypes.cs.meta +1 -1
  39. package/Source/Common/NetworkEventData.cs.meta +1 -1
  40. package/Source/Common/ReplicatedValue.cs.meta +1 -1
  41. package/Source/Common/ReplicatedValueType.cs.meta +1 -1
  42. package/Source/Common/SequenceChangedNetworkEventData.cs.meta +1 -1
  43. package/Source/Common/SettingsCollection.cs.meta +1 -1
  44. package/Source/Common/Systems/Log/LogLevel.cs.meta +1 -1
  45. package/Source/Common/Systems/Log/LogSystem.cs.meta +1 -1
  46. package/Source/Common/Systems/Log.meta +1 -1
  47. package/Source/Common/Systems.meta +1 -1
  48. package/Source/Common/Variant.cs.meta +1 -1
  49. package/Source/Common/VariantType.cs.meta +1 -1
  50. package/Source/Common/Vector2.cs.meta +1 -1
  51. package/Source/Common/Vector3.cs.meta +1 -1
  52. package/Source/Common/Vector4.cs.meta +1 -1
  53. package/Source/Common.meta +1 -1
  54. package/Source/Constants.cs.meta +1 -1
  55. package/Source/Csp.cs.meta +1 -1
  56. package/Source/EFeatureFlag.cs.meta +1 -1
  57. package/Source/EndpointURIs.cs +14 -0
  58. package/Source/EndpointURIs.cs.meta +1 -1
  59. package/Source/FeatureFlag.cs.meta +1 -1
  60. package/Source/Il2cppPreserver.cs.meta +1 -1
  61. package/Source/Multiplayer/CSPSceneDescription.cs.meta +1 -1
  62. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  63. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  64. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  65. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/AIChatbotPropertyKeys.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/AIChatbotSpaceComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/AIChatbotVisualState.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  111. package/Source/Multiplayer/Components/Interfaces/IRenderBehaviourComponent.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  116. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  119. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  120. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  122. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  123. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  124. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  125. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  126. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  127. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  128. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  129. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  130. package/Source/Multiplayer/Components/ScreenSharingPropertyKeys.cs.meta +1 -1
  131. package/Source/Multiplayer/Components/ScreenSharingSpaceComponent.cs.meta +1 -1
  132. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  133. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  134. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  135. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  136. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  137. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  138. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  139. package/Source/Multiplayer/Components/StereoVideoType.cs.meta +1 -1
  140. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  141. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  142. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  143. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  144. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  145. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  146. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  147. package/Source/Multiplayer/Components.meta +1 -1
  148. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  149. package/Source/Multiplayer/Conversation/AnnotationData.cs.meta +1 -1
  150. package/Source/Multiplayer/Conversation/AnnotationResult.cs.meta +1 -1
  151. package/Source/Multiplayer/Conversation/AnnotationThumbnailCollectionResult.cs.meta +1 -1
  152. package/Source/Multiplayer/Conversation/AnnotationUpdateParams.cs.meta +1 -1
  153. package/Source/Multiplayer/Conversation/ConversationEventType.cs.meta +1 -1
  154. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  155. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  156. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  157. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  158. package/Source/Multiplayer/Conversation/MessageUpdateParams.cs.meta +1 -1
  159. package/Source/Multiplayer/Conversation/NumberOfRepliesResult.cs.meta +1 -1
  160. package/Source/Multiplayer/Conversation.meta +1 -1
  161. package/Source/Multiplayer/LockType.cs.meta +1 -1
  162. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  163. package/Source/Multiplayer/MultiplayerHubMethod.cs.meta +1 -1
  164. package/Source/Multiplayer/NetworkEventBus.cs.meta +1 -1
  165. package/Source/Multiplayer/NetworkEventRegistration.cs.meta +1 -1
  166. package/Source/Multiplayer/OfflineRealtimeEngine.cs.meta +1 -1
  167. package/Source/Multiplayer/OnlineRealtimeEngine.cs.meta +1 -1
  168. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  169. package/Source/Multiplayer/Script.meta +1 -1
  170. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  171. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  172. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  173. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  174. package/Source/Multiplayer.meta +1 -1
  175. package/Source/NativeClassWrapper.cs.meta +1 -1
  176. package/Source/ProgressEventArgs.cs.meta +1 -1
  177. package/Source/Ref.cs.meta +1 -1
  178. package/Source/ServiceDefinition.cs.meta +1 -1
  179. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  180. package/Source/Systems/Analytics.meta +1 -1
  181. package/Source/Systems/Assets/AlphaVideoMaterial.cs.meta +1 -1
  182. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  183. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  184. package/Source/Systems/Assets/AssetCollectionCountResult.cs.meta +1 -1
  185. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  186. package/Source/Systems/Assets/AssetCollectionsCopyResult.cs.meta +1 -1
  187. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  188. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  189. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  190. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  191. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  192. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  193. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  194. package/Source/Systems/Assets/EAlphaMode.cs.meta +1 -1
  195. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  196. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  197. package/Source/Systems/Assets/EAssetType.cs +1 -0
  198. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  199. package/Source/Systems/Assets/EBlendMode.cs.meta +1 -1
  200. package/Source/Systems/Assets/EColorChannel.cs.meta +1 -1
  201. package/Source/Systems/Assets/EShaderType.cs.meta +1 -1
  202. package/Source/Systems/Assets/ETextureResourceType.cs.meta +1 -1
  203. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  204. package/Source/Systems/Assets/GLTFMaterial.cs.meta +1 -1
  205. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  206. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  207. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  208. package/Source/Systems/Assets/Material.cs.meta +1 -1
  209. package/Source/Systems/Assets/MaterialResult.cs.meta +1 -1
  210. package/Source/Systems/Assets/MaterialsResult.cs.meta +1 -1
  211. package/Source/Systems/Assets/TextureInfo.cs.meta +1 -1
  212. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  213. package/Source/Systems/Assets.meta +1 -1
  214. package/Source/Systems/BooleanResult.cs.meta +1 -1
  215. package/Source/Systems/CSPSceneData.cs.meta +1 -1
  216. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  217. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  218. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  219. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  220. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  221. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  222. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  223. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  224. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  225. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  226. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  227. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  228. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  229. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  230. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  231. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  232. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  233. package/Source/Systems/ECommerce.meta +1 -1
  234. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  235. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  236. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  237. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  238. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  239. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  240. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  241. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  242. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  243. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  244. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  245. package/Source/Systems/EventTicketing.meta +1 -1
  246. package/Source/Systems/ExternalServices/AgoraUserTokenParams.cs.meta +1 -1
  247. package/Source/Systems/ExternalServices/ExternalServiceInvocationResult.cs.meta +1 -1
  248. package/Source/Systems/ExternalServices/ExternalServiceProxySystem.cs.meta +1 -1
  249. package/Source/Systems/ExternalServices/ExternalServicesOperationParams.cs.meta +1 -1
  250. package/Source/Systems/ExternalServices/GetAgoraTokenResult.cs.meta +1 -1
  251. package/Source/Systems/ExternalServices.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.meta +1 -1
  260. package/Source/Systems/HotspotSequence.meta +1 -1
  261. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  262. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  263. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  264. package/Source/Systems/Maintenance.meta +1 -1
  265. package/Source/Systems/Multiplayer/MultiplayerSystem.cs +55 -0
  266. package/Source/Systems/Multiplayer/MultiplayerSystem.cs.meta +11 -0
  267. package/Source/Systems/Multiplayer/PubSubModelType.cs +27 -0
  268. package/Source/Systems/Multiplayer/PubSubModelType.cs.meta +11 -0
  269. package/Source/Systems/Multiplayer/Scope.cs +189 -0
  270. package/Source/Systems/Multiplayer/Scope.cs.meta +11 -0
  271. package/Source/Systems/Multiplayer/ScopeLeader.cs +118 -0
  272. package/Source/Systems/Multiplayer/ScopeLeader.cs.meta +11 -0
  273. package/Source/Systems/Multiplayer/ScopeLeaderResult.cs +85 -0
  274. package/Source/Systems/Multiplayer/ScopeLeaderResult.cs.meta +11 -0
  275. package/Source/Systems/Multiplayer/ScopeResult.cs +85 -0
  276. package/Source/Systems/Multiplayer/ScopeResult.cs.meta +11 -0
  277. package/Source/Systems/Multiplayer/ScopesResult.cs +85 -0
  278. package/Source/Systems/Multiplayer/ScopesResult.cs.meta +11 -0
  279. package/Source/Systems/Multiplayer.meta +7 -0
  280. package/Source/Systems/NullResult.cs.meta +1 -1
  281. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  282. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  283. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  284. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  285. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  286. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  287. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  288. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  289. package/Source/Systems/Quota/TierFeatures.cs +1 -1
  290. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  291. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  292. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  293. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  294. package/Source/Systems/Quota.meta +1 -1
  295. package/Source/Systems/ResultBase.cs.meta +1 -1
  296. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  297. package/Source/Systems/Script.meta +1 -1
  298. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  299. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  300. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  301. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  302. package/Source/Systems/Sequence.meta +1 -1
  303. package/Source/Systems/ServiceStatus.cs.meta +1 -1
  304. package/Source/Systems/ServicesDeploymentStatus.cs.meta +1 -1
  305. package/Source/Systems/ServicesDeploymentStatusResult.cs.meta +1 -1
  306. package/Source/Systems/Settings/ApplicationSettingsResult.cs.meta +1 -1
  307. package/Source/Systems/Settings/ApplicationSettingsSystem.cs.meta +1 -1
  308. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  309. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  310. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  311. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  312. package/Source/Systems/Settings.meta +1 -1
  313. package/Source/Systems/Spaces/AcceptedInvitesResult.cs.meta +1 -1
  314. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  315. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  316. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  317. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  318. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  319. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  320. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  321. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  322. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  323. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  324. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  325. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  326. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  327. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  328. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  329. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  330. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  331. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  332. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  333. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  334. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  335. package/Source/Systems/Spaces.meta +1 -1
  336. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  337. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  338. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  339. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  340. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  341. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  342. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  343. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  344. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  345. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  346. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  347. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  348. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  349. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  350. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  351. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  352. package/Source/Systems/Spatial.meta +1 -1
  353. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  354. package/Source/Systems/StringResult.cs.meta +1 -1
  355. package/Source/Systems/SystemBase.cs.meta +1 -1
  356. package/Source/Systems/SystemsManager.cs +16 -0
  357. package/Source/Systems/SystemsManager.cs.meta +1 -1
  358. package/Source/Systems/UInt64Result.cs.meta +1 -1
  359. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  360. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  361. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  362. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  363. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  364. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  365. package/Source/Systems/Users/Profile.cs.meta +1 -1
  366. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  367. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  368. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  369. package/Source/Systems/Users/TokenOptions.cs.meta +1 -1
  370. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  371. package/Source/Systems/Users.meta +1 -1
  372. package/Source/Systems/VersionMetadata.cs.meta +1 -1
  373. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  374. package/Source/Systems/Voip.meta +1 -1
  375. package/Source/Systems.meta +1 -1
  376. package/Source/WrapperHelper.cs.meta +1 -1
  377. package/Source.meta +1 -1
  378. package/android64/libConnectedSpacesPlatform.so +0 -0
  379. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  380. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  381. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  382. package/android64.meta +1 -1
  383. package/ios/libConnectedSpacesPlatform.a +0 -0
  384. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  385. package/ios/libcrypto.a.meta +1 -1
  386. package/ios/libssl.a.meta +1 -1
  387. package/ios.meta +1 -1
  388. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  389. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  390. package/macosx.meta +1 -1
  391. package/package.json +1 -1
  392. package/package.json.meta +1 -1
  393. package/visionos/libConnectedSpacesPlatform.a +0 -0
  394. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  395. package/visionos/libcrypto.a.meta +1 -1
  396. package/visionos/libssl.a.meta +1 -1
  397. package/visionos.meta +1 -1
  398. package/windows/ConnectedSpacesPlatform.dll +0 -0
  399. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  400. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  401. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  402. package/windows.meta +1 -1
@@ -0,0 +1,189 @@
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.Systems
14
+ {
15
+ /// @ingroup Multiplayer System
16
+ /// <summary>Data representation for a scope in a space.</summary>
17
+ /// <remarks>Scopes represent different channels in a space which objects can exist in.</remarks>
18
+ /// <remarks>This allows csp/mcs to only reason about objects in specific scopes.</remarks>
19
+
20
+ public class Scope : NativeClassWrapper, IDisposable
21
+ {
22
+ internal override string _safeTypeName { get; } = "csp_systems_Scope";
23
+
24
+ #region P/Invoke
25
+ #pragma warning disable IDE1006
26
+
27
+
28
+ [DllImport(Csp.Constants.DllName)]
29
+ [SuppressUnmanagedCodeSecurity]
30
+ static extern IntPtr csp_systems_Scope__Get_Id(IntPtr @class);
31
+
32
+ [DllImport(Csp.Constants.DllName)]
33
+ [SuppressUnmanagedCodeSecurity]
34
+ static extern void csp_systems_Scope__Set_Id(IntPtr @class, IntPtr value);
35
+
36
+ [DllImport(Csp.Constants.DllName)]
37
+ [SuppressUnmanagedCodeSecurity]
38
+ static extern IntPtr csp_systems_Scope__Get_ReferenceId(IntPtr @class);
39
+
40
+ [DllImport(Csp.Constants.DllName)]
41
+ [SuppressUnmanagedCodeSecurity]
42
+ static extern void csp_systems_Scope__Set_ReferenceId(IntPtr @class, IntPtr value);
43
+
44
+ [DllImport(Csp.Constants.DllName)]
45
+ [SuppressUnmanagedCodeSecurity]
46
+ static extern IntPtr csp_systems_Scope__Get_ReferenceType(IntPtr @class);
47
+
48
+ [DllImport(Csp.Constants.DllName)]
49
+ [SuppressUnmanagedCodeSecurity]
50
+ static extern void csp_systems_Scope__Set_ReferenceType(IntPtr @class, IntPtr value);
51
+
52
+ [DllImport(Csp.Constants.DllName)]
53
+ [SuppressUnmanagedCodeSecurity]
54
+ static extern IntPtr csp_systems_Scope__Get_Name(IntPtr @class);
55
+
56
+ [DllImport(Csp.Constants.DllName)]
57
+ [SuppressUnmanagedCodeSecurity]
58
+ static extern void csp_systems_Scope__Set_Name(IntPtr @class, IntPtr value);
59
+
60
+ [DllImport(Csp.Constants.DllName)]
61
+ [SuppressUnmanagedCodeSecurity]
62
+ static extern Csp.Systems.PubSubModelType csp_systems_Scope__Get_PubSubType(IntPtr @class);
63
+
64
+ [DllImport(Csp.Constants.DllName)]
65
+ [SuppressUnmanagedCodeSecurity]
66
+ static extern void csp_systems_Scope__Set_PubSubType(IntPtr @class, Csp.Systems.PubSubModelType value);
67
+
68
+ [DllImport(Csp.Constants.DllName)]
69
+ [SuppressUnmanagedCodeSecurity]
70
+ static extern double csp_systems_Scope__Get_SolveRadius(IntPtr @class);
71
+
72
+ [DllImport(Csp.Constants.DllName)]
73
+ [SuppressUnmanagedCodeSecurity]
74
+ static extern void csp_systems_Scope__Set_SolveRadius(IntPtr @class, double value);
75
+
76
+ [DllImport(Csp.Constants.DllName)]
77
+ [SuppressUnmanagedCodeSecurity]
78
+ static extern bool csp_systems_Scope__Get_ManagedLeaderElection(IntPtr @class);
79
+
80
+ [DllImport(Csp.Constants.DllName)]
81
+ [SuppressUnmanagedCodeSecurity]
82
+ static extern void csp_systems_Scope__Set_ManagedLeaderElection(IntPtr @class, bool value);
83
+
84
+ [DllImport(Csp.Constants.DllName)]
85
+ [SuppressUnmanagedCodeSecurity]
86
+ static extern NativePointer csp_systems_Scope_Ctor();
87
+
88
+ [DllImport(Csp.Constants.DllName)]
89
+ [SuppressUnmanagedCodeSecurity]
90
+ static extern void csp_systems_Scope_Dtor(IntPtr @class);
91
+
92
+ #pragma warning restore IDE1006
93
+ #endregion
94
+
95
+ internal Scope(NativePointer ptr) : base(ptr) { }
96
+
97
+ /// @brief The unique identifier of the scope.
98
+ /// This is set internally by MCS.
99
+
100
+ public string Id
101
+ {
102
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_Scope__Get_Id(_ptr));
103
+ set => csp_systems_Scope__Set_Id(_ptr, WrapperHelper.StringToNativeUTF8(value));
104
+ }
105
+
106
+ /// @brief The id of the object this scope relates to.
107
+ /// This is currently always the space id.
108
+
109
+ public string ReferenceId
110
+ {
111
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_Scope__Get_ReferenceId(_ptr));
112
+ set => csp_systems_Scope__Set_ReferenceId(_ptr, WrapperHelper.StringToNativeUTF8(value));
113
+ }
114
+
115
+ /// @brief The type of object this scope relates to.
116
+ /// This is currently always "GroupId", as it references the space.
117
+
118
+ public string ReferenceType
119
+ {
120
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_Scope__Get_ReferenceType(_ptr));
121
+ set => csp_systems_Scope__Set_ReferenceType(_ptr, WrapperHelper.StringToNativeUTF8(value));
122
+ }
123
+
124
+ /// @brief The name of the scope, this should be a human readable string to identify the scope.
125
+
126
+ public string Name
127
+ {
128
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_Scope__Get_Name(_ptr));
129
+ set => csp_systems_Scope__Set_Name(_ptr, WrapperHelper.StringToNativeUTF8(value));
130
+ }
131
+
132
+ /// @brief The pub/sub model of the scope.
133
+ /// This allows us define a global scope for the entire space, or a scope with a position and size.
134
+ /// See csp::systems::PubSubModelType for more details.
135
+
136
+ public Csp.Systems.PubSubModelType PubSubType
137
+ {
138
+ get => csp_systems_Scope__Get_PubSubType(_ptr);
139
+ set => csp_systems_Scope__Set_PubSubType(_ptr, value);
140
+ }
141
+
142
+ /// @brief Determines the size of the scope using the radius from the object in meters.
143
+ /// This is only used when PubSubType is set to "Object".
144
+
145
+ public double SolveRadius
146
+ {
147
+ get => csp_systems_Scope__Get_SolveRadius(_ptr);
148
+ set => csp_systems_Scope__Set_SolveRadius(_ptr, value);
149
+ }
150
+
151
+ /// @brief Determines whether server side leader election is enabled on this scope.
152
+ /// If this is true, MCS will automatically determine the leader for this scope.
153
+
154
+ public bool ManagedLeaderElection
155
+ {
156
+ get => csp_systems_Scope__Get_ManagedLeaderElection(_ptr);
157
+ set => csp_systems_Scope__Set_ManagedLeaderElection(_ptr, value);
158
+ }
159
+
160
+ public Scope() : base(NativePointer.Zero)
161
+ {
162
+ var np = csp_systems_Scope_Ctor();
163
+ _ptr = np.Pointer;
164
+ _ownsPtr = np.OwnsOwnData;
165
+ }
166
+
167
+ ~Scope()
168
+ {
169
+ //RealDispose();
170
+ }
171
+
172
+ void RealDispose()
173
+ {
174
+ if (_ownsPtr && !_disposed)
175
+ {
176
+ csp_systems_Scope_Dtor(_ptr);
177
+ }
178
+
179
+ _ptr = IntPtr.Zero;
180
+ _disposed = true;
181
+ }
182
+
183
+ public void Dispose()
184
+ {
185
+ RealDispose();
186
+ GC.SuppressFinalize(this);
187
+ }
188
+ }
189
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 42f5c5f944de4d2d816d5c73f2b3284a
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,118 @@
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.Systems
14
+ {
15
+ /// @ingroup Multiplayer System
16
+ /// <summary>Data representation for a scope leader.</summary>
17
+ /// <remarks>A scope leader represents a user which owns a specific scope in a space.</remarks>
18
+ /// <remarks>The scope leader will run scripts and other operations for the scope.</remarks>
19
+
20
+ public class ScopeLeader : NativeClassWrapper, IDisposable
21
+ {
22
+ internal override string _safeTypeName { get; } = "csp_systems_ScopeLeader";
23
+
24
+ #region P/Invoke
25
+ #pragma warning disable IDE1006
26
+
27
+
28
+ [DllImport(Csp.Constants.DllName)]
29
+ [SuppressUnmanagedCodeSecurity]
30
+ static extern IntPtr csp_systems_ScopeLeader__Get_ScopeId(IntPtr @class);
31
+
32
+ [DllImport(Csp.Constants.DllName)]
33
+ [SuppressUnmanagedCodeSecurity]
34
+ static extern void csp_systems_ScopeLeader__Set_ScopeId(IntPtr @class, IntPtr value);
35
+
36
+ [DllImport(Csp.Constants.DllName)]
37
+ [SuppressUnmanagedCodeSecurity]
38
+ static extern IntPtr csp_systems_ScopeLeader__Get_ScopeLeaderUserId(IntPtr @class);
39
+
40
+ [DllImport(Csp.Constants.DllName)]
41
+ [SuppressUnmanagedCodeSecurity]
42
+ static extern void csp_systems_ScopeLeader__Set_ScopeLeaderUserId(IntPtr @class, IntPtr value);
43
+
44
+ [DllImport(Csp.Constants.DllName)]
45
+ [SuppressUnmanagedCodeSecurity]
46
+ static extern bool csp_systems_ScopeLeader__Get_ElectionInProgress(IntPtr @class);
47
+
48
+ [DllImport(Csp.Constants.DllName)]
49
+ [SuppressUnmanagedCodeSecurity]
50
+ static extern void csp_systems_ScopeLeader__Set_ElectionInProgress(IntPtr @class, bool value);
51
+
52
+ [DllImport(Csp.Constants.DllName)]
53
+ [SuppressUnmanagedCodeSecurity]
54
+ static extern NativePointer csp_systems_ScopeLeader_Ctor();
55
+
56
+ [DllImport(Csp.Constants.DllName)]
57
+ [SuppressUnmanagedCodeSecurity]
58
+ static extern void csp_systems_ScopeLeader_Dtor(IntPtr @class);
59
+
60
+ #pragma warning restore IDE1006
61
+ #endregion
62
+
63
+ internal ScopeLeader(NativePointer ptr) : base(ptr) { }
64
+
65
+ /// @brief The scope id the client is leader of.
66
+
67
+ public string ScopeId
68
+ {
69
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_ScopeLeader__Get_ScopeId(_ptr));
70
+ set => csp_systems_ScopeLeader__Set_ScopeId(_ptr, WrapperHelper.StringToNativeUTF8(value));
71
+ }
72
+
73
+ /// @brief The client id which is the leader.
74
+
75
+ public string ScopeLeaderUserId
76
+ {
77
+ get => WrapperHelper.NativeUTF8ToString(csp_systems_ScopeLeader__Get_ScopeLeaderUserId(_ptr));
78
+ set => csp_systems_ScopeLeader__Set_ScopeLeaderUserId(_ptr, WrapperHelper.StringToNativeUTF8(value));
79
+ }
80
+
81
+ /// @brief Whether there is a server side election currently in progress when this object is received.
82
+
83
+ public bool ElectionInProgress
84
+ {
85
+ get => csp_systems_ScopeLeader__Get_ElectionInProgress(_ptr);
86
+ set => csp_systems_ScopeLeader__Set_ElectionInProgress(_ptr, value);
87
+ }
88
+
89
+ public ScopeLeader() : base(NativePointer.Zero)
90
+ {
91
+ var np = csp_systems_ScopeLeader_Ctor();
92
+ _ptr = np.Pointer;
93
+ _ownsPtr = np.OwnsOwnData;
94
+ }
95
+
96
+ ~ScopeLeader()
97
+ {
98
+ //RealDispose();
99
+ }
100
+
101
+ void RealDispose()
102
+ {
103
+ if (_ownsPtr && !_disposed)
104
+ {
105
+ csp_systems_ScopeLeader_Dtor(_ptr);
106
+ }
107
+
108
+ _ptr = IntPtr.Zero;
109
+ _disposed = true;
110
+ }
111
+
112
+ public void Dispose()
113
+ {
114
+ RealDispose();
115
+ GC.SuppressFinalize(this);
116
+ }
117
+ }
118
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 3505135ea97a4a81b1c1215d17c582e9
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,85 @@
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.Systems
14
+ {
15
+ /// @ingroup Multiplayer System
16
+ /// <summary>Contains details about an async operation which returns a scope leader.</summary>
17
+ /// <remarks>If the ResultCode is successful, this will contain a valid scope leader.</remarks>
18
+
19
+ public class ScopeLeaderResult : Csp.Systems.ResultBase, IDisposable
20
+ {
21
+ internal override string _safeTypeName { get; } = "csp_systems_ScopeLeaderResult";
22
+
23
+ #region P/Invoke
24
+ #pragma warning disable IDE1006
25
+
26
+
27
+
28
+ [DllImport(Csp.Constants.DllName)]
29
+ [SuppressUnmanagedCodeSecurity]
30
+ static extern NativePointer csp_systems_ScopeLeaderResult_GetScopeLeaderC_ScopeLeaderRC(IntPtr @class);
31
+
32
+ [DllImport(Csp.Constants.DllName)]
33
+ [SuppressUnmanagedCodeSecurity]
34
+ static extern void csp_systems_ScopeLeaderResult_Dtor(IntPtr @class);
35
+
36
+ #pragma warning restore IDE1006
37
+ #endregion
38
+
39
+ internal ScopeLeaderResult(NativePointer ptr) : base(ptr) { }
40
+
41
+ public ScopeLeaderResult(Csp.Systems.ResultBase baseInstance)
42
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
43
+ {
44
+ // Prevent previous instance from freeing underlying pointer when destroyed
45
+ baseInstance._ownsPtr = false;
46
+ }
47
+
48
+ /// <summary>Returns the scope leader if this result is successful.</summary>
49
+ /// <returns>The scope leader retrieved by this result.</returns>
50
+
51
+
52
+ public Csp.Systems.ScopeLeader GetScopeLeader()
53
+ {
54
+ var _value = csp_systems_ScopeLeaderResult_GetScopeLeaderC_ScopeLeaderRC(_ptr);
55
+
56
+ WrapperHelper.CheckNativePointer(_value);
57
+ var _result = new Csp.Systems.ScopeLeader(_value);
58
+ ;
59
+
60
+ return _result;
61
+ }
62
+
63
+ ~ScopeLeaderResult()
64
+ {
65
+ //RealDispose();
66
+ }
67
+
68
+ void RealDispose()
69
+ {
70
+ if (_ownsPtr && !_disposed)
71
+ {
72
+ csp_systems_ScopeLeaderResult_Dtor(_ptr);
73
+ }
74
+
75
+ _ptr = IntPtr.Zero;
76
+ _disposed = true;
77
+ }
78
+
79
+ new public void Dispose()
80
+ {
81
+ RealDispose();
82
+ GC.SuppressFinalize(this);
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: c57d7303f4924b2f803ce1cf61aa5063
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,85 @@
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.Systems
14
+ {
15
+ /// @ingroup Multiplayer System
16
+ /// <summary>Contains details about an async operation which returns a scope.</summary>
17
+ /// <remarks>If the ResultCode is successful, this will contain a valid scope.</remarks>
18
+
19
+ public class ScopeResult : Csp.Systems.ResultBase, IDisposable
20
+ {
21
+ internal override string _safeTypeName { get; } = "csp_systems_ScopeResult";
22
+
23
+ #region P/Invoke
24
+ #pragma warning disable IDE1006
25
+
26
+
27
+
28
+ [DllImport(Csp.Constants.DllName)]
29
+ [SuppressUnmanagedCodeSecurity]
30
+ static extern NativePointer csp_systems_ScopeResult_GetScopeC_ScopeRC(IntPtr @class);
31
+
32
+ [DllImport(Csp.Constants.DllName)]
33
+ [SuppressUnmanagedCodeSecurity]
34
+ static extern void csp_systems_ScopeResult_Dtor(IntPtr @class);
35
+
36
+ #pragma warning restore IDE1006
37
+ #endregion
38
+
39
+ internal ScopeResult(NativePointer ptr) : base(ptr) { }
40
+
41
+ public ScopeResult(Csp.Systems.ResultBase baseInstance)
42
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
43
+ {
44
+ // Prevent previous instance from freeing underlying pointer when destroyed
45
+ baseInstance._ownsPtr = false;
46
+ }
47
+
48
+ /// <summary>Returns the scope if this result is successful.</summary>
49
+ /// <returns>The scope retrieved by this result.</returns>
50
+
51
+
52
+ public Csp.Systems.Scope GetScope()
53
+ {
54
+ var _value = csp_systems_ScopeResult_GetScopeC_ScopeRC(_ptr);
55
+
56
+ WrapperHelper.CheckNativePointer(_value);
57
+ var _result = new Csp.Systems.Scope(_value);
58
+ ;
59
+
60
+ return _result;
61
+ }
62
+
63
+ ~ScopeResult()
64
+ {
65
+ //RealDispose();
66
+ }
67
+
68
+ void RealDispose()
69
+ {
70
+ if (_ownsPtr && !_disposed)
71
+ {
72
+ csp_systems_ScopeResult_Dtor(_ptr);
73
+ }
74
+
75
+ _ptr = IntPtr.Zero;
76
+ _disposed = true;
77
+ }
78
+
79
+ new public void Dispose()
80
+ {
81
+ RealDispose();
82
+ GC.SuppressFinalize(this);
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 7f88873762da494b9c6bf3525191ce38
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,85 @@
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.Systems
14
+ {
15
+ /// @ingroup Multiplayer System
16
+ /// <summary>Contains details about an async operation which returns an array of scopes.</summary>
17
+ /// <remarks>If the ResultCode is successful, this will contain a valid array of scopes.</remarks>
18
+
19
+ public class ScopesResult : Csp.Systems.ResultBase, IDisposable
20
+ {
21
+ internal override string _safeTypeName { get; } = "csp_systems_ScopesResult";
22
+
23
+ #region P/Invoke
24
+ #pragma warning disable IDE1006
25
+
26
+
27
+
28
+ [DllImport(Csp.Constants.DllName)]
29
+ [SuppressUnmanagedCodeSecurity]
30
+ static extern NativePointer csp_systems_ScopesResult_GetScopesC_ArrayRC(IntPtr @class);
31
+
32
+ [DllImport(Csp.Constants.DllName)]
33
+ [SuppressUnmanagedCodeSecurity]
34
+ static extern void csp_systems_ScopesResult_Dtor(IntPtr @class);
35
+
36
+ #pragma warning restore IDE1006
37
+ #endregion
38
+
39
+ internal ScopesResult(NativePointer ptr) : base(ptr) { }
40
+
41
+ public ScopesResult(Csp.Systems.ResultBase baseInstance)
42
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
43
+ {
44
+ // Prevent previous instance from freeing underlying pointer when destroyed
45
+ baseInstance._ownsPtr = false;
46
+ }
47
+
48
+ /// <summary>Returns the an array of scopes if this result is successful.</summary>
49
+ /// <returns>The array of scopes retrieved by this result.</returns>
50
+
51
+
52
+ public Csp.Common.Array<Csp.Systems.Scope> GetScopes()
53
+ {
54
+ var _value = csp_systems_ScopesResult_GetScopesC_ArrayRC(_ptr);
55
+
56
+ WrapperHelper.CheckNativePointer(_value);
57
+ var _result = new Csp.Common.Array<Csp.Systems.Scope>(_value);
58
+ ;
59
+
60
+ return _result;
61
+ }
62
+
63
+ ~ScopesResult()
64
+ {
65
+ //RealDispose();
66
+ }
67
+
68
+ void RealDispose()
69
+ {
70
+ if (_ownsPtr && !_disposed)
71
+ {
72
+ csp_systems_ScopesResult_Dtor(_ptr);
73
+ }
74
+
75
+ _ptr = IntPtr.Zero;
76
+ _disposed = true;
77
+ }
78
+
79
+ new public void Dispose()
80
+ {
81
+ RealDispose();
82
+ GC.SuppressFinalize(this);
83
+ }
84
+ }
85
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 06a12c6409da43e393f6a23af9e569fc
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,7 @@
1
+ fileFormatVersion: 2
2
+ guid: f9105a0d815f4f95b233441aa1f55a4b
3
+ DefaultImporter:
4
+ externalObjects: {}
5
+ userData:
6
+ assetBundleName:
7
+ assetBundleVariant:
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f2726905d83b4b87965e07b2eeea5066
2
+ guid: f578dd70343f4b719e7d436e75dd8cf0
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 86a0e85b638b407a872e8c39e6cc4bfb
2
+ guid: b99f245d38db4d7fb2ba3f50fba10fd3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 5e8e17fc69434b44bfbf528b7b837c0d
2
+ guid: dbce4a33279a4f528369ea9fd0e9e878
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: fda890b61a464c91b654863a6ccde33e
2
+ guid: 1cc9a74ae69547af8d0c4e8c819f0039
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 19078bc8a0d049ec932d257f8a9a48e7
2
+ guid: 1c5d3191045d470db3f3bdf6bcc313fb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: aee9dc048400493c87a9c7805f6d6184
2
+ guid: fa52bdfc06134edcbd69e85f1bd753b6
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 2200aa0bb3294084bd9f99085dd46b48
2
+ guid: 4625580f11574f0db1d798ece7e0f6df
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2