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.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +74 -2
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/AccessControlChangedNetworkEventData.cs.meta +1 -1
- package/Source/Common/ApplicationSettings.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/AssetDetailBlobChangedNetworkEventData.cs.meta +1 -1
- package/Source/Common/AsyncCallCompletedEventData.cs.meta +1 -1
- package/Source/Common/AvatarPlayMode.cs.meta +1 -1
- package/Source/Common/AvatarState.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/ConversationNetworkEventData.cs.meta +1 -1
- package/Source/Common/EAssetChangeType.cs.meta +1 -1
- package/Source/Common/ELoginState.cs.meta +1 -1
- package/Source/Common/EPermissionChangeType.cs.meta +1 -1
- package/Source/Common/ERequestFailureReason.cs.meta +1 -1
- package/Source/Common/EResponseCodes.cs.meta +1 -1
- package/Source/Common/EResultCode.cs.meta +1 -1
- package/Source/Common/ESequenceUpdateType.cs.meta +1 -1
- package/Source/Common/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/Common/ErrorCode.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/HotspotSequenceChangedNetworkEventData.cs.meta +1 -1
- package/Source/Common/Interfaces/IJSScriptRunner.cs.meta +1 -1
- package/Source/Common/Interfaces/IRealtimeEngine.cs.meta +1 -1
- package/Source/Common/Interfaces/InvalidInterfaceUseError.cs.meta +1 -1
- package/Source/Common/Interfaces/RealtimeEngineType.cs.meta +1 -1
- package/Source/Common/Interfaces.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/LoginState.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MaterialChangedParams.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +3 -3
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/NetworkEventData.cs.meta +1 -1
- package/Source/Common/ReplicatedValue.cs.meta +1 -1
- package/Source/Common/ReplicatedValueType.cs.meta +1 -1
- package/Source/Common/SequenceChangedNetworkEventData.cs.meta +1 -1
- package/Source/Common/SettingsCollection.cs.meta +1 -1
- package/Source/Common/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Common/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Common/Systems/Log.meta +1 -1
- package/Source/Common/Systems.meta +1 -1
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector2.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Constants.cs.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EFeatureFlag.cs.meta +1 -1
- package/Source/EndpointURIs.cs +14 -0
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/FeatureFlag.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/CSPSceneDescription.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AIChatbotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AIChatbotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AIChatbotVisualState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRenderBehaviourComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScreenSharingPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScreenSharingSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StereoVideoType.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationData.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationThumbnailCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationUpdateParams.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationEventType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageUpdateParams.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/NumberOfRepliesResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/LockType.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerHubMethod.cs.meta +1 -1
- package/Source/Multiplayer/NetworkEventBus.cs.meta +1 -1
- package/Source/Multiplayer/NetworkEventRegistration.cs.meta +1 -1
- package/Source/Multiplayer/OfflineRealtimeEngine.cs.meta +1 -1
- package/Source/Multiplayer/OnlineRealtimeEngine.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/ServiceDefinition.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/AlphaVideoMaterial.cs.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionCountResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsCopyResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAlphaMode.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs +1 -0
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/EBlendMode.cs.meta +1 -1
- package/Source/Systems/Assets/EColorChannel.cs.meta +1 -1
- package/Source/Systems/Assets/EShaderType.cs.meta +1 -1
- package/Source/Systems/Assets/ETextureResourceType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/GLTFMaterial.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/Material.cs.meta +1 -1
- package/Source/Systems/Assets/MaterialResult.cs.meta +1 -1
- package/Source/Systems/Assets/MaterialsResult.cs.meta +1 -1
- package/Source/Systems/Assets/TextureInfo.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/CSPSceneData.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/ExternalServices/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/ExternalServices/ExternalServiceInvocationResult.cs.meta +1 -1
- package/Source/Systems/ExternalServices/ExternalServiceProxySystem.cs.meta +1 -1
- package/Source/Systems/ExternalServices/ExternalServicesOperationParams.cs.meta +1 -1
- package/Source/Systems/ExternalServices/GetAgoraTokenResult.cs.meta +1 -1
- package/Source/Systems/ExternalServices.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
- package/Source/Systems/HotspotSequence.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/Multiplayer/MultiplayerSystem.cs +55 -0
- package/Source/Systems/Multiplayer/MultiplayerSystem.cs.meta +11 -0
- package/Source/Systems/Multiplayer/PubSubModelType.cs +27 -0
- package/Source/Systems/Multiplayer/PubSubModelType.cs.meta +11 -0
- package/Source/Systems/Multiplayer/Scope.cs +189 -0
- package/Source/Systems/Multiplayer/Scope.cs.meta +11 -0
- package/Source/Systems/Multiplayer/ScopeLeader.cs +118 -0
- package/Source/Systems/Multiplayer/ScopeLeader.cs.meta +11 -0
- package/Source/Systems/Multiplayer/ScopeLeaderResult.cs +85 -0
- package/Source/Systems/Multiplayer/ScopeLeaderResult.cs.meta +11 -0
- package/Source/Systems/Multiplayer/ScopeResult.cs +85 -0
- package/Source/Systems/Multiplayer/ScopeResult.cs.meta +11 -0
- package/Source/Systems/Multiplayer/ScopesResult.cs +85 -0
- package/Source/Systems/Multiplayer/ScopesResult.cs.meta +11 -0
- package/Source/Systems/Multiplayer.meta +7 -0
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
- package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
- package/Source/Systems/Sequence.meta +1 -1
- package/Source/Systems/ServiceStatus.cs.meta +1 -1
- package/Source/Systems/ServicesDeploymentStatus.cs.meta +1 -1
- package/Source/Systems/ServicesDeploymentStatusResult.cs.meta +1 -1
- package/Source/Systems/Settings/ApplicationSettingsResult.cs.meta +1 -1
- package/Source/Systems/Settings/ApplicationSettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/AcceptedInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +16 -0
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/TokenOptions.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/VersionMetadata.cs.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/visionos/libConnectedSpacesPlatform.a +0 -0
- package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
- package/visionos/libcrypto.a.meta +1 -1
- package/visionos/libssl.a.meta +1 -1
- package/visionos.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- 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,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,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,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,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
|
+
}
|