connected-spaces-platform.unity.core 5.19.0 → 5.21.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +1 -1
- 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 +154 -0
- package/Source/{Multiplayer/ConversationEventParams.cs.meta → Common/AccessControlChangedNetworkEventData.cs.meta} +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/AssetDetailBlobChangedNetworkEventData.cs +184 -0
- package/Source/{Multiplayer/AssetDetailBlobParams.cs.meta → Common/AssetDetailBlobChangedNetworkEventData.cs.meta} +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/{Multiplayer/ConversationEventParams.cs → Common/ConversationNetworkEventData.cs} +26 -19
- package/Source/Common/ConversationNetworkEventData.cs.meta +11 -0
- package/Source/{Multiplayer → Common}/EAssetChangeType.cs +1 -1
- package/Source/{Multiplayer → Common}/EAssetChangeType.cs.meta +1 -1
- package/Source/{Systems/Users → Common}/ELoginState.cs +3 -1
- package/Source/{Systems/Users → Common}/ELoginState.cs.meta +1 -1
- package/Source/{Multiplayer → Common}/EPermissionChangeType.cs +1 -1
- package/Source/{Multiplayer → 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/{Multiplayer → Common}/ESequenceUpdateType.cs +1 -1
- package/Source/{Multiplayer → Common}/ESequenceUpdateType.cs.meta +1 -1
- package/Source/{EThirdPartyPlatform.cs → Common/EThirdPartyPlatform.cs} +2 -3
- package/Source/{EThirdPartyPlatform.cs.meta → 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 +127 -0
- package/Source/Common/HotspotSequenceChangedNetworkEventData.cs.meta +11 -0
- package/Source/Common/Interfaces/IJSScriptRunner.cs +80 -0
- package/Source/Common/Interfaces/IJSScriptRunner.cs.meta +11 -0
- package/Source/Common/Interfaces/IRealtimeEngine.cs.meta +1 -1
- package/Source/Common/Interfaces/InvalidInterfaceUseError.cs +79 -0
- package/Source/Common/Interfaces/InvalidInterfaceUseError.cs.meta +11 -0
- 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/{Systems/Users → Common}/LoginState.cs +32 -32
- package/Source/{Systems/Users → Common}/LoginState.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/{Multiplayer → Common}/MaterialChangedParams.cs +20 -23
- package/Source/{Multiplayer → Common}/MaterialChangedParams.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/NetworkEventData.cs +115 -0
- package/Source/Common/NetworkEventData.cs.meta +11 -0
- package/Source/{Multiplayer → Common}/ReplicatedValue.cs +64 -64
- package/Source/{Multiplayer → Common}/ReplicatedValue.cs.meta +1 -1
- package/Source/{Multiplayer → Common}/ReplicatedValueType.cs +1 -1
- package/Source/{Multiplayer → Common}/ReplicatedValueType.cs.meta +1 -1
- package/Source/Common/SequenceChangedNetworkEventData.cs +145 -0
- package/Source/Common/SequenceChangedNetworkEventData.cs.meta +11 -0
- 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/EndpointURIs.cs +35 -35
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/CSPSceneDescription.cs +109 -0
- package/Source/Multiplayer/CSPSceneDescription.cs.meta +11 -0
- package/Source/Multiplayer/ComponentBase.cs +2 -2
- 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/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/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.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 +3 -3
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +3 -3
- 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/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/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/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 +34 -0
- package/Source/Multiplayer/MultiplayerHubMethod.cs.meta +11 -0
- package/Source/Multiplayer/NetworkEventBus.cs +310 -0
- package/Source/Multiplayer/NetworkEventBus.cs.meta +11 -0
- package/Source/Multiplayer/NetworkEventRegistration.cs +119 -0
- package/Source/Multiplayer/NetworkEventRegistration.cs.meta +11 -0
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +9 -4
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +5 -2
- package/Source/Multiplayer/SpaceEntitySystem.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 +129 -0
- package/Source/ServiceDefinition.cs.meta +11 -0
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.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/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 +9 -6
- 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.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 +138 -0
- package/Source/Systems/CSPSceneData.cs.meta +11 -0
- 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/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 +11 -10
- 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/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.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 +9 -2
- 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 +3 -3
- 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/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.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 +3 -50
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +4 -4
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.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 +2 -2
- 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/TokenInfoParams.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +8 -5
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.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
- package/Source/Multiplayer/AssetDetailBlobParams.cs +0 -159
- package/Source/Multiplayer/EventBus.cs +0 -248
- package/Source/Multiplayer/EventBus.cs.meta +0 -11
- package/Source/Multiplayer/SequenceChangedParams.cs +0 -118
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +0 -11
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs +0 -143
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +0 -11
- package/Source/Multiplayer/UserPermissionsParams.cs +0 -139
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +0 -11
|
@@ -1,248 +0,0 @@
|
|
|
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.Multiplayer
|
|
14
|
-
{
|
|
15
|
-
/// @ingroup Multiplayer
|
|
16
|
-
/// <summary>Handling of all network events.</summary>
|
|
17
|
-
|
|
18
|
-
public class EventBus : NativeClassWrapper, IDisposable
|
|
19
|
-
{
|
|
20
|
-
internal override string _safeTypeName { get; } = "csp_multiplayer_EventBus";
|
|
21
|
-
|
|
22
|
-
#region P/Invoke
|
|
23
|
-
#pragma warning disable IDE1006
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
[DllImport(Csp.Constants.DllName)]
|
|
28
|
-
[SuppressUnmanagedCodeSecurity]
|
|
29
|
-
static extern void csp_multiplayer_EventBus_SendNetworkEvent_void_StringRC_ArrayRC_ErrorCodeCallbackHandler(
|
|
30
|
-
IntPtr @class,
|
|
31
|
-
string EventName,
|
|
32
|
-
IntPtr Args,
|
|
33
|
-
SendNetworkEventCallbackDelegate callback,
|
|
34
|
-
IntPtr callbackStateObject
|
|
35
|
-
);
|
|
36
|
-
|
|
37
|
-
[DllImport(Csp.Constants.DllName)]
|
|
38
|
-
[SuppressUnmanagedCodeSecurity]
|
|
39
|
-
static extern void csp_multiplayer_EventBus_SendNetworkEventToClient_void_StringRC_ArrayRC_uint64_t_ErrorCodeCallbackHandler(
|
|
40
|
-
IntPtr @class,
|
|
41
|
-
string EventName,
|
|
42
|
-
IntPtr Args,
|
|
43
|
-
ulong TargetClientId,
|
|
44
|
-
SendNetworkEventToClientCallbackDelegate callback,
|
|
45
|
-
IntPtr callbackStateObject
|
|
46
|
-
);
|
|
47
|
-
|
|
48
|
-
[DllImport(Csp.Constants.DllName)]
|
|
49
|
-
[SuppressUnmanagedCodeSecurity]
|
|
50
|
-
static extern void csp_multiplayer_EventBus_ListenNetworkEvent_void_StringRC_ParameterisedCallbackHandler(
|
|
51
|
-
IntPtr @class,
|
|
52
|
-
IntPtr EventName,
|
|
53
|
-
_ListenNetworkEventCallbackDelegate Callback,
|
|
54
|
-
IntPtr CallbackStateObject
|
|
55
|
-
);
|
|
56
|
-
|
|
57
|
-
[DllImport(Csp.Constants.DllName)]
|
|
58
|
-
[SuppressUnmanagedCodeSecurity]
|
|
59
|
-
static extern void csp_multiplayer_EventBus_StopListenNetworkEvent_void_StringRC(
|
|
60
|
-
IntPtr @class,
|
|
61
|
-
IntPtr EventName
|
|
62
|
-
);
|
|
63
|
-
|
|
64
|
-
[DllImport(Csp.Constants.DllName)]
|
|
65
|
-
[SuppressUnmanagedCodeSecurity]
|
|
66
|
-
static extern void csp_multiplayer_EventBus_StartEventMessageListening_void(IntPtr @class);
|
|
67
|
-
|
|
68
|
-
[DllImport(Csp.Constants.DllName)]
|
|
69
|
-
[SuppressUnmanagedCodeSecurity]
|
|
70
|
-
static extern void csp_multiplayer_EventBus_Dtor(IntPtr @class);
|
|
71
|
-
|
|
72
|
-
#pragma warning restore IDE1006
|
|
73
|
-
#endregion
|
|
74
|
-
|
|
75
|
-
internal EventBus(NativePointer ptr) : base(ptr) { }
|
|
76
|
-
|
|
77
|
-
delegate void SendNetworkEventCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
78
|
-
|
|
79
|
-
delegate void SendNetworkEventToClientCallbackDelegate(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode arg1);
|
|
80
|
-
|
|
81
|
-
delegate void _ListenNetworkEventCallbackDelegate(IntPtr _StateObject__, bool arg1, NativePointer arg2);
|
|
82
|
-
|
|
83
|
-
public delegate void ListenNetworkEventCallbackDelegate(
|
|
84
|
-
bool arg1,
|
|
85
|
-
Csp.Common.Array<Csp.Multiplayer.ReplicatedValue> arg2
|
|
86
|
-
);
|
|
87
|
-
|
|
88
|
-
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
89
|
-
[AOT.MonoPInvokeCallback (typeof (SendNetworkEventCallbackDelegate))]
|
|
90
|
-
#endif
|
|
91
|
-
static void SendNetworkEventCallbackDelegateFunction(IntPtr _StateObject__, Csp.Multiplayer.ErrorCode _arg1)
|
|
92
|
-
{
|
|
93
|
-
var _handle = (GCHandle)_StateObject__;
|
|
94
|
-
var tcs = (TaskCompletionSource<Csp.Multiplayer.ErrorCode>)_handle.Target;
|
|
95
|
-
var _this = (EventBus)tcs.Task.AsyncState;
|
|
96
|
-
|
|
97
|
-
var task_result = _arg1;
|
|
98
|
-
|
|
99
|
-
tcs.SetResult(task_result);
|
|
100
|
-
_handle.Free();
|
|
101
|
-
}
|
|
102
|
-
|
|
103
|
-
static readonly SendNetworkEventCallbackDelegate SendNetworkEventDelegateInstance =
|
|
104
|
-
SendNetworkEventCallbackDelegateFunction;
|
|
105
|
-
|
|
106
|
-
/// <summary>Sends a network event by EventName to all currently connected clients.</summary>
|
|
107
|
-
/// <param name="EventName">The identifying name for the event.</param>
|
|
108
|
-
/// <param name="Args">An array of arguments (ReplicatedValue) to be passed as part of the event payload.</param>
|
|
109
|
-
/// <returns>The result for the request</returns>
|
|
110
|
-
|
|
111
|
-
public Task<Csp.Multiplayer.ErrorCode> SendNetworkEvent(
|
|
112
|
-
string EventName,
|
|
113
|
-
Csp.Common.Array<Csp.Multiplayer.ReplicatedValue> Args
|
|
114
|
-
) {
|
|
115
|
-
var tcs = new TaskCompletionSource<Csp.Multiplayer.ErrorCode>(this);
|
|
116
|
-
var handle = GCHandle.Alloc(tcs);
|
|
117
|
-
|
|
118
|
-
csp_multiplayer_EventBus_SendNetworkEvent_void_StringRC_ArrayRC_ErrorCodeCallbackHandler(
|
|
119
|
-
_ptr,
|
|
120
|
-
EventName,
|
|
121
|
-
Args._ptr,
|
|
122
|
-
SendNetworkEventDelegateInstance,
|
|
123
|
-
(IntPtr)handle
|
|
124
|
-
);
|
|
125
|
-
|
|
126
|
-
return tcs.Task;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
130
|
-
[AOT.MonoPInvokeCallback (typeof (SendNetworkEventToClientCallbackDelegate))]
|
|
131
|
-
#endif
|
|
132
|
-
static void SendNetworkEventToClientCallbackDelegateFunction(
|
|
133
|
-
IntPtr _StateObject__,
|
|
134
|
-
Csp.Multiplayer.ErrorCode _arg1
|
|
135
|
-
) {
|
|
136
|
-
var _handle = (GCHandle)_StateObject__;
|
|
137
|
-
var tcs = (TaskCompletionSource<Csp.Multiplayer.ErrorCode>)_handle.Target;
|
|
138
|
-
var _this = (EventBus)tcs.Task.AsyncState;
|
|
139
|
-
|
|
140
|
-
var task_result = _arg1;
|
|
141
|
-
|
|
142
|
-
tcs.SetResult(task_result);
|
|
143
|
-
_handle.Free();
|
|
144
|
-
}
|
|
145
|
-
|
|
146
|
-
static readonly SendNetworkEventToClientCallbackDelegate SendNetworkEventToClientDelegateInstance =
|
|
147
|
-
SendNetworkEventToClientCallbackDelegateFunction;
|
|
148
|
-
|
|
149
|
-
/// <summary>Sends a network event by EventName, to TargetClientId.</summary>
|
|
150
|
-
/// <param name="EventName">The identifying name for the event.</param>
|
|
151
|
-
/// <param name="Args">An array of arguments (ReplicatedValue) to be passed as part of the event payload.</param>
|
|
152
|
-
/// <param name="TargetClientId">The client ID to send the event to.</param>
|
|
153
|
-
/// <returns>The result for the request</returns>
|
|
154
|
-
|
|
155
|
-
public Task<Csp.Multiplayer.ErrorCode> SendNetworkEventToClient(
|
|
156
|
-
string EventName,
|
|
157
|
-
Csp.Common.Array<Csp.Multiplayer.ReplicatedValue> Args,
|
|
158
|
-
ulong TargetClientId
|
|
159
|
-
) {
|
|
160
|
-
var tcs = new TaskCompletionSource<Csp.Multiplayer.ErrorCode>(this);
|
|
161
|
-
var handle = GCHandle.Alloc(tcs);
|
|
162
|
-
|
|
163
|
-
csp_multiplayer_EventBus_SendNetworkEventToClient_void_StringRC_ArrayRC_uint64_t_ErrorCodeCallbackHandler(
|
|
164
|
-
_ptr,
|
|
165
|
-
EventName,
|
|
166
|
-
Args._ptr,
|
|
167
|
-
TargetClientId,
|
|
168
|
-
SendNetworkEventToClientDelegateInstance,
|
|
169
|
-
(IntPtr)handle
|
|
170
|
-
);
|
|
171
|
-
|
|
172
|
-
return tcs.Task;
|
|
173
|
-
}
|
|
174
|
-
|
|
175
|
-
/// <summary>Registers a callback to listen for the named event</summary>
|
|
176
|
-
/// <param name="EventName">The identifying name for the event to listen for.</param>
|
|
177
|
-
/// <param name="Callback">A callback to register for the event which contains the parameter payload data.</param>
|
|
178
|
-
|
|
179
|
-
static void ListenNetworkEventCallbackDelegateFunction(IntPtr _StateObject__, bool arg1, NativePointer arg2)
|
|
180
|
-
{
|
|
181
|
-
var _handle = (GCHandle)_StateObject__;
|
|
182
|
-
var _Callback = (ListenNetworkEventCallbackDelegate)_handle.Target;
|
|
183
|
-
|
|
184
|
-
var _arg1 = arg1;
|
|
185
|
-
var _arg2 = new Csp.Common.Array<Csp.Multiplayer.ReplicatedValue>(arg2);
|
|
186
|
-
|
|
187
|
-
_Callback(_arg1, _arg2);
|
|
188
|
-
// TODO: Queue persistent callback handles to be freed on exit
|
|
189
|
-
// _handle.Free();
|
|
190
|
-
}
|
|
191
|
-
|
|
192
|
-
public void ListenNetworkEvent(string EventName, ListenNetworkEventCallbackDelegate Callback)
|
|
193
|
-
{
|
|
194
|
-
var _Callback = GCHandle.Alloc(Callback);
|
|
195
|
-
csp_multiplayer_EventBus_ListenNetworkEvent_void_StringRC_ParameterisedCallbackHandler(
|
|
196
|
-
_ptr,
|
|
197
|
-
WrapperHelper.StringToNativeUTF8(EventName),
|
|
198
|
-
ListenNetworkEventCallbackDelegateFunction,
|
|
199
|
-
(IntPtr)_Callback
|
|
200
|
-
);
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
/// <summary>Stops the event bus from listening for a particular event, for any system or callback</summary>
|
|
204
|
-
/// <summary>that were registered.</summary>
|
|
205
|
-
/// <param name="EventName">The identifying name for the event to stop listening for.</param>
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
public void StopListenNetworkEvent(string EventName)
|
|
209
|
-
{
|
|
210
|
-
csp_multiplayer_EventBus_StopListenNetworkEvent_void_StringRC(
|
|
211
|
-
_ptr,
|
|
212
|
-
WrapperHelper.StringToNativeUTF8(EventName)
|
|
213
|
-
);
|
|
214
|
-
}
|
|
215
|
-
|
|
216
|
-
/// <summary>Instructs the event bus to start listening to messages</summary>
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
public void StartEventMessageListening()
|
|
220
|
-
{
|
|
221
|
-
csp_multiplayer_EventBus_StartEventMessageListening_void(_ptr);
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
protected EventBus() { }
|
|
225
|
-
|
|
226
|
-
~EventBus()
|
|
227
|
-
{
|
|
228
|
-
//RealDispose();
|
|
229
|
-
}
|
|
230
|
-
|
|
231
|
-
void RealDispose()
|
|
232
|
-
{
|
|
233
|
-
if (_ownsPtr && !_disposed)
|
|
234
|
-
{
|
|
235
|
-
csp_multiplayer_EventBus_Dtor(_ptr);
|
|
236
|
-
_disposed = true;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
|
-
_disposed = true;
|
|
240
|
-
}
|
|
241
|
-
|
|
242
|
-
public void Dispose()
|
|
243
|
-
{
|
|
244
|
-
RealDispose();
|
|
245
|
-
GC.SuppressFinalize(this);
|
|
246
|
-
}
|
|
247
|
-
}
|
|
248
|
-
}
|
|
@@ -1,118 +0,0 @@
|
|
|
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.Multiplayer
|
|
14
|
-
{
|
|
15
|
-
public class SequenceChangedParams : NativeClassWrapper, IDisposable
|
|
16
|
-
{
|
|
17
|
-
internal override string _safeTypeName { get; } = "csp_multiplayer_SequenceChangedParams";
|
|
18
|
-
|
|
19
|
-
#region P/Invoke
|
|
20
|
-
#pragma warning disable IDE1006
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[DllImport(Csp.Constants.DllName)]
|
|
24
|
-
[SuppressUnmanagedCodeSecurity]
|
|
25
|
-
static extern Csp.Multiplayer.ESequenceUpdateType csp_multiplayer_SequenceChangedParams__Get_UpdateType(
|
|
26
|
-
IntPtr @class
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
[DllImport(Csp.Constants.DllName)]
|
|
30
|
-
[SuppressUnmanagedCodeSecurity]
|
|
31
|
-
static extern void csp_multiplayer_SequenceChangedParams__Set_UpdateType(
|
|
32
|
-
IntPtr @class,
|
|
33
|
-
Csp.Multiplayer.ESequenceUpdateType value
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
[DllImport(Csp.Constants.DllName)]
|
|
37
|
-
[SuppressUnmanagedCodeSecurity]
|
|
38
|
-
static extern IntPtr csp_multiplayer_SequenceChangedParams__Get_Key(IntPtr @class);
|
|
39
|
-
|
|
40
|
-
[DllImport(Csp.Constants.DllName)]
|
|
41
|
-
[SuppressUnmanagedCodeSecurity]
|
|
42
|
-
static extern void csp_multiplayer_SequenceChangedParams__Set_Key(IntPtr @class, IntPtr value);
|
|
43
|
-
|
|
44
|
-
[DllImport(Csp.Constants.DllName)]
|
|
45
|
-
[SuppressUnmanagedCodeSecurity]
|
|
46
|
-
static extern IntPtr csp_multiplayer_SequenceChangedParams__Get_NewKey(IntPtr @class);
|
|
47
|
-
|
|
48
|
-
[DllImport(Csp.Constants.DllName)]
|
|
49
|
-
[SuppressUnmanagedCodeSecurity]
|
|
50
|
-
static extern void csp_multiplayer_SequenceChangedParams__Set_NewKey(IntPtr @class, IntPtr value);
|
|
51
|
-
|
|
52
|
-
[DllImport(Csp.Constants.DllName)]
|
|
53
|
-
[SuppressUnmanagedCodeSecurity]
|
|
54
|
-
static extern NativePointer csp_multiplayer_SequenceChangedParams_Ctor();
|
|
55
|
-
|
|
56
|
-
[DllImport(Csp.Constants.DllName)]
|
|
57
|
-
[SuppressUnmanagedCodeSecurity]
|
|
58
|
-
static extern void csp_multiplayer_SequenceChangedParams_Dtor(IntPtr @class);
|
|
59
|
-
|
|
60
|
-
#pragma warning restore IDE1006
|
|
61
|
-
#endregion
|
|
62
|
-
|
|
63
|
-
internal SequenceChangedParams(NativePointer ptr) : base(ptr) { }
|
|
64
|
-
|
|
65
|
-
/// @brief The type of update to the sequence.
|
|
66
|
-
|
|
67
|
-
public Csp.Multiplayer.ESequenceUpdateType UpdateType
|
|
68
|
-
{
|
|
69
|
-
get => csp_multiplayer_SequenceChangedParams__Get_UpdateType(_ptr);
|
|
70
|
-
set => csp_multiplayer_SequenceChangedParams__Set_UpdateType(_ptr, value);
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
/// @brief The key of the sequence which was updated.
|
|
74
|
-
|
|
75
|
-
public string Key
|
|
76
|
-
{
|
|
77
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_SequenceChangedParams__Get_Key(_ptr));
|
|
78
|
-
set => csp_multiplayer_SequenceChangedParams__Set_Key(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/// @brief If a sequence is renamed using the RenameSequence function, this will be the new key.
|
|
82
|
-
|
|
83
|
-
public string NewKey
|
|
84
|
-
{
|
|
85
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_SequenceChangedParams__Get_NewKey(_ptr));
|
|
86
|
-
set => csp_multiplayer_SequenceChangedParams__Set_NewKey(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
public SequenceChangedParams()
|
|
90
|
-
{
|
|
91
|
-
var np = csp_multiplayer_SequenceChangedParams_Ctor();
|
|
92
|
-
_ptr = np.Pointer;
|
|
93
|
-
_ownsPtr = np.OwnsOwnData;
|
|
94
|
-
}
|
|
95
|
-
|
|
96
|
-
~SequenceChangedParams()
|
|
97
|
-
{
|
|
98
|
-
//RealDispose();
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
void RealDispose()
|
|
102
|
-
{
|
|
103
|
-
if (_ownsPtr && !_disposed)
|
|
104
|
-
{
|
|
105
|
-
csp_multiplayer_SequenceChangedParams_Dtor(_ptr);
|
|
106
|
-
_disposed = true;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
_disposed = true;
|
|
110
|
-
}
|
|
111
|
-
|
|
112
|
-
public void Dispose()
|
|
113
|
-
{
|
|
114
|
-
RealDispose();
|
|
115
|
-
GC.SuppressFinalize(this);
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
}
|
|
@@ -1,143 +0,0 @@
|
|
|
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.Multiplayer
|
|
14
|
-
{
|
|
15
|
-
public class SequenceHotspotChangedParams : NativeClassWrapper, IDisposable
|
|
16
|
-
{
|
|
17
|
-
internal override string _safeTypeName { get; } = "csp_multiplayer_SequenceHotspotChangedParams";
|
|
18
|
-
|
|
19
|
-
#region P/Invoke
|
|
20
|
-
#pragma warning disable IDE1006
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
[DllImport(Csp.Constants.DllName)]
|
|
24
|
-
[SuppressUnmanagedCodeSecurity]
|
|
25
|
-
static extern Csp.Multiplayer.ESequenceUpdateType csp_multiplayer_SequenceHotspotChangedParams__Get_UpdateType(
|
|
26
|
-
IntPtr @class
|
|
27
|
-
);
|
|
28
|
-
|
|
29
|
-
[DllImport(Csp.Constants.DllName)]
|
|
30
|
-
[SuppressUnmanagedCodeSecurity]
|
|
31
|
-
static extern void csp_multiplayer_SequenceHotspotChangedParams__Set_UpdateType(
|
|
32
|
-
IntPtr @class,
|
|
33
|
-
Csp.Multiplayer.ESequenceUpdateType value
|
|
34
|
-
);
|
|
35
|
-
|
|
36
|
-
[DllImport(Csp.Constants.DllName)]
|
|
37
|
-
[SuppressUnmanagedCodeSecurity]
|
|
38
|
-
static extern IntPtr csp_multiplayer_SequenceHotspotChangedParams__Get_SpaceId(IntPtr @class);
|
|
39
|
-
|
|
40
|
-
[DllImport(Csp.Constants.DllName)]
|
|
41
|
-
[SuppressUnmanagedCodeSecurity]
|
|
42
|
-
static extern void csp_multiplayer_SequenceHotspotChangedParams__Set_SpaceId(IntPtr @class, IntPtr value);
|
|
43
|
-
|
|
44
|
-
[DllImport(Csp.Constants.DllName)]
|
|
45
|
-
[SuppressUnmanagedCodeSecurity]
|
|
46
|
-
static extern IntPtr csp_multiplayer_SequenceHotspotChangedParams__Get_Name(IntPtr @class);
|
|
47
|
-
|
|
48
|
-
[DllImport(Csp.Constants.DllName)]
|
|
49
|
-
[SuppressUnmanagedCodeSecurity]
|
|
50
|
-
static extern void csp_multiplayer_SequenceHotspotChangedParams__Set_Name(IntPtr @class, IntPtr value);
|
|
51
|
-
|
|
52
|
-
[DllImport(Csp.Constants.DllName)]
|
|
53
|
-
[SuppressUnmanagedCodeSecurity]
|
|
54
|
-
static extern IntPtr csp_multiplayer_SequenceHotspotChangedParams__Get_NewName(IntPtr @class);
|
|
55
|
-
|
|
56
|
-
[DllImport(Csp.Constants.DllName)]
|
|
57
|
-
[SuppressUnmanagedCodeSecurity]
|
|
58
|
-
static extern void csp_multiplayer_SequenceHotspotChangedParams__Set_NewName(IntPtr @class, IntPtr value);
|
|
59
|
-
|
|
60
|
-
[DllImport(Csp.Constants.DllName)]
|
|
61
|
-
[SuppressUnmanagedCodeSecurity]
|
|
62
|
-
static extern NativePointer csp_multiplayer_SequenceHotspotChangedParams_Ctor();
|
|
63
|
-
|
|
64
|
-
[DllImport(Csp.Constants.DllName)]
|
|
65
|
-
[SuppressUnmanagedCodeSecurity]
|
|
66
|
-
static extern void csp_multiplayer_SequenceHotspotChangedParams_Dtor(IntPtr @class);
|
|
67
|
-
|
|
68
|
-
#pragma warning restore IDE1006
|
|
69
|
-
#endregion
|
|
70
|
-
|
|
71
|
-
internal SequenceHotspotChangedParams(NativePointer ptr) : base(ptr) { }
|
|
72
|
-
|
|
73
|
-
/// @brief The type of update to the sequence.
|
|
74
|
-
|
|
75
|
-
public Csp.Multiplayer.ESequenceUpdateType UpdateType
|
|
76
|
-
{
|
|
77
|
-
get => csp_multiplayer_SequenceHotspotChangedParams__Get_UpdateType(_ptr);
|
|
78
|
-
set => csp_multiplayer_SequenceHotspotChangedParams__Set_UpdateType(_ptr, value);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
/// @brief The unique identifier of the space that this hotspot sequence belongs to.
|
|
82
|
-
|
|
83
|
-
public string SpaceId
|
|
84
|
-
{
|
|
85
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_SequenceHotspotChangedParams__Get_SpaceId(_ptr));
|
|
86
|
-
set =>
|
|
87
|
-
csp_multiplayer_SequenceHotspotChangedParams__Set_SpaceId(
|
|
88
|
-
_ptr,
|
|
89
|
-
WrapperHelper.StringToNativeUTF8(value)
|
|
90
|
-
);
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/// @brief The name of the hotspot group that has been changed.
|
|
94
|
-
|
|
95
|
-
public string Name
|
|
96
|
-
{
|
|
97
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_SequenceHotspotChangedParams__Get_Name(_ptr));
|
|
98
|
-
set =>
|
|
99
|
-
csp_multiplayer_SequenceHotspotChangedParams__Set_Name(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/// @brief If a hotspot sequence is renamed, this will be the new name.
|
|
103
|
-
|
|
104
|
-
public string NewName
|
|
105
|
-
{
|
|
106
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_SequenceHotspotChangedParams__Get_NewName(_ptr));
|
|
107
|
-
set =>
|
|
108
|
-
csp_multiplayer_SequenceHotspotChangedParams__Set_NewName(
|
|
109
|
-
_ptr,
|
|
110
|
-
WrapperHelper.StringToNativeUTF8(value)
|
|
111
|
-
);
|
|
112
|
-
}
|
|
113
|
-
|
|
114
|
-
public SequenceHotspotChangedParams()
|
|
115
|
-
{
|
|
116
|
-
var np = csp_multiplayer_SequenceHotspotChangedParams_Ctor();
|
|
117
|
-
_ptr = np.Pointer;
|
|
118
|
-
_ownsPtr = np.OwnsOwnData;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
~SequenceHotspotChangedParams()
|
|
122
|
-
{
|
|
123
|
-
//RealDispose();
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
void RealDispose()
|
|
127
|
-
{
|
|
128
|
-
if (_ownsPtr && !_disposed)
|
|
129
|
-
{
|
|
130
|
-
csp_multiplayer_SequenceHotspotChangedParams_Dtor(_ptr);
|
|
131
|
-
_disposed = true;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
_disposed = true;
|
|
135
|
-
}
|
|
136
|
-
|
|
137
|
-
public void Dispose()
|
|
138
|
-
{
|
|
139
|
-
RealDispose();
|
|
140
|
-
GC.SuppressFinalize(this);
|
|
141
|
-
}
|
|
142
|
-
}
|
|
143
|
-
}
|
|
@@ -1,139 +0,0 @@
|
|
|
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.Multiplayer
|
|
14
|
-
{
|
|
15
|
-
/// <summary>Class used to provide details of a permission change that has happened to a user whilst the client application is connected to a space.</summary>
|
|
16
|
-
|
|
17
|
-
public class UserPermissionsParams : NativeClassWrapper, IDisposable
|
|
18
|
-
{
|
|
19
|
-
internal override string _safeTypeName { get; } = "csp_multiplayer_UserPermissionsParams";
|
|
20
|
-
|
|
21
|
-
#region P/Invoke
|
|
22
|
-
#pragma warning disable IDE1006
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
[DllImport(Csp.Constants.DllName)]
|
|
26
|
-
[SuppressUnmanagedCodeSecurity]
|
|
27
|
-
static extern IntPtr csp_multiplayer_UserPermissionsParams__Get_SpaceId(IntPtr @class);
|
|
28
|
-
|
|
29
|
-
[DllImport(Csp.Constants.DllName)]
|
|
30
|
-
[SuppressUnmanagedCodeSecurity]
|
|
31
|
-
static extern void csp_multiplayer_UserPermissionsParams__Set_SpaceId(IntPtr @class, IntPtr value);
|
|
32
|
-
|
|
33
|
-
[DllImport(Csp.Constants.DllName)]
|
|
34
|
-
[SuppressUnmanagedCodeSecurity]
|
|
35
|
-
static extern NativePointer csp_multiplayer_UserPermissionsParams__Get_UserRoles(IntPtr @class);
|
|
36
|
-
|
|
37
|
-
[DllImport(Csp.Constants.DllName)]
|
|
38
|
-
[SuppressUnmanagedCodeSecurity]
|
|
39
|
-
static extern void csp_multiplayer_UserPermissionsParams__Set_UserRoles(IntPtr @class, IntPtr value);
|
|
40
|
-
|
|
41
|
-
[DllImport(Csp.Constants.DllName)]
|
|
42
|
-
[SuppressUnmanagedCodeSecurity]
|
|
43
|
-
static extern Csp.Multiplayer.EPermissionChangeType csp_multiplayer_UserPermissionsParams__Get_ChangeType(
|
|
44
|
-
IntPtr @class
|
|
45
|
-
);
|
|
46
|
-
|
|
47
|
-
[DllImport(Csp.Constants.DllName)]
|
|
48
|
-
[SuppressUnmanagedCodeSecurity]
|
|
49
|
-
static extern void csp_multiplayer_UserPermissionsParams__Set_ChangeType(
|
|
50
|
-
IntPtr @class,
|
|
51
|
-
Csp.Multiplayer.EPermissionChangeType value
|
|
52
|
-
);
|
|
53
|
-
|
|
54
|
-
[DllImport(Csp.Constants.DllName)]
|
|
55
|
-
[SuppressUnmanagedCodeSecurity]
|
|
56
|
-
static extern IntPtr csp_multiplayer_UserPermissionsParams__Get_UserId(IntPtr @class);
|
|
57
|
-
|
|
58
|
-
[DllImport(Csp.Constants.DllName)]
|
|
59
|
-
[SuppressUnmanagedCodeSecurity]
|
|
60
|
-
static extern void csp_multiplayer_UserPermissionsParams__Set_UserId(IntPtr @class, IntPtr value);
|
|
61
|
-
|
|
62
|
-
[DllImport(Csp.Constants.DllName)]
|
|
63
|
-
[SuppressUnmanagedCodeSecurity]
|
|
64
|
-
static extern NativePointer csp_multiplayer_UserPermissionsParams_Ctor();
|
|
65
|
-
|
|
66
|
-
[DllImport(Csp.Constants.DllName)]
|
|
67
|
-
[SuppressUnmanagedCodeSecurity]
|
|
68
|
-
static extern void csp_multiplayer_UserPermissionsParams_Dtor(IntPtr @class);
|
|
69
|
-
|
|
70
|
-
#pragma warning restore IDE1006
|
|
71
|
-
#endregion
|
|
72
|
-
|
|
73
|
-
internal UserPermissionsParams(NativePointer ptr) : base(ptr) { }
|
|
74
|
-
|
|
75
|
-
/// @brief The unique identifier of the space for which a user's permissions have changed.
|
|
76
|
-
|
|
77
|
-
public string SpaceId
|
|
78
|
-
{
|
|
79
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_UserPermissionsParams__Get_SpaceId(_ptr));
|
|
80
|
-
set => csp_multiplayer_UserPermissionsParams__Set_SpaceId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
/// @brief The roles that a user has for the given space
|
|
84
|
-
|
|
85
|
-
public Csp.Common.Array<Csp.Systems.SpaceUserRole> UserRoles
|
|
86
|
-
{
|
|
87
|
-
get =>
|
|
88
|
-
new Csp.Common.Array<Csp.Systems.SpaceUserRole>(
|
|
89
|
-
csp_multiplayer_UserPermissionsParams__Get_UserRoles(_ptr)
|
|
90
|
-
);
|
|
91
|
-
set => csp_multiplayer_UserPermissionsParams__Set_UserRoles(_ptr, value._ptr);
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
/// @brief The type of permissions change that has occurred the user.
|
|
95
|
-
|
|
96
|
-
public Csp.Multiplayer.EPermissionChangeType ChangeType
|
|
97
|
-
{
|
|
98
|
-
get => csp_multiplayer_UserPermissionsParams__Get_ChangeType(_ptr);
|
|
99
|
-
set => csp_multiplayer_UserPermissionsParams__Set_ChangeType(_ptr, value);
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/// @brief The unique identifier of the user whose permissions have been changed.
|
|
103
|
-
|
|
104
|
-
public string UserId
|
|
105
|
-
{
|
|
106
|
-
get => WrapperHelper.NativeUTF8ToString(csp_multiplayer_UserPermissionsParams__Get_UserId(_ptr));
|
|
107
|
-
set => csp_multiplayer_UserPermissionsParams__Set_UserId(_ptr, WrapperHelper.StringToNativeUTF8(value));
|
|
108
|
-
}
|
|
109
|
-
|
|
110
|
-
public UserPermissionsParams()
|
|
111
|
-
{
|
|
112
|
-
var np = csp_multiplayer_UserPermissionsParams_Ctor();
|
|
113
|
-
_ptr = np.Pointer;
|
|
114
|
-
_ownsPtr = np.OwnsOwnData;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
~UserPermissionsParams()
|
|
118
|
-
{
|
|
119
|
-
//RealDispose();
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
void RealDispose()
|
|
123
|
-
{
|
|
124
|
-
if (_ownsPtr && !_disposed)
|
|
125
|
-
{
|
|
126
|
-
csp_multiplayer_UserPermissionsParams_Dtor(_ptr);
|
|
127
|
-
_disposed = true;
|
|
128
|
-
}
|
|
129
|
-
|
|
130
|
-
_disposed = true;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
public void Dispose()
|
|
134
|
-
{
|
|
135
|
-
RealDispose();
|
|
136
|
-
GC.SuppressFinalize(this);
|
|
137
|
-
}
|
|
138
|
-
}
|
|
139
|
-
}
|