connected-spaces-platform.unity.core 5.2.0 → 5.4.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 +2 -200
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +37 -12
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +0 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs +0 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +8 -3
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +0 -1
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs +0 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs +0 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +8 -3
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +0 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +25 -8
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs +0 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector2.cs +10 -3
- package/Source/Common/Vector2.cs.meta +1 -1
- package/Source/Common/Vector3.cs +10 -3
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +15 -4
- 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/EThirdPartyPlatform.cs +0 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +0 -1
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +0 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +21 -9
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs +0 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +0 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs +0 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs +0 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +47 -20
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs +0 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +35 -12
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs +0 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs +0 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +53 -20
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs +0 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs +0 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +38 -13
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs +49 -22
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs +0 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs +0 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +64 -27
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +28 -13
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +24 -13
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs +0 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +8 -3
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs +0 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +38 -17
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +35 -18
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs +0 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +55 -18
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +40 -17
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +29 -10
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +44 -15
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs +0 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs +0 -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 +0 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs +0 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +51 -16
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs +0 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs +0 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +14 -5
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs +0 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +25 -8
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs +0 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +9 -4
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +12 -6
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +38 -19
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextSpaceComponent.cs +51 -18
- package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs +0 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs +0 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs +0 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs +0 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +71 -28
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs +0 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +0 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +0 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs +0 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +5 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +0 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +8 -5
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +0 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +5 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +0 -1
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs +0 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs +0 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ESequenceUpdateType.cs +1 -1
- package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs +0 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs +0 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs +0 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +63 -8
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +85 -9
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +15 -6
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SequenceChangedParams.cs +0 -1
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchy.cs +3 -2
- package/Source/Multiplayer/SequenceHierarchy.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +0 -1
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +6 -3
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchyResult.cs +5 -4
- package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs +143 -0
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +11 -0
- package/Source/Multiplayer/SpaceEntity.cs +118 -44
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +81 -41
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs +0 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +0 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +0 -1
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +0 -1
- package/Source/Multiplayer/UserPermissionsParams.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/Systems/Analytics/AnalyticsEvent.cs +15 -6
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +7 -5
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +0 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +0 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +6 -3
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +10 -5
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +5 -4
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +8 -5
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -3
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs +0 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +5 -2
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +0 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +5 -2
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +3 -2
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs +0 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs +0 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs +0 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +3 -2
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +0 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +0 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +5 -2
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +3 -2
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +3 -2
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +5 -4
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +0 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +5 -2
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +0 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +0 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +5 -4
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +0 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +0 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +5 -4
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +0 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +5 -4
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +5 -4
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +0 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +0 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +0 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +0 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +0 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs +0 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs +0 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +0 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +5 -2
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +0 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs +0 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -2
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs +0 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +0 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +5 -4
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +5 -4
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +0 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +6 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +3 -2
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +0 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -2
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs +0 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +5 -4
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +5 -4
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +54 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
- package/Source/Systems/HotspotSequence.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs +0 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +6 -3
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +3 -2
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +18 -11
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +0 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +0 -1
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs +0 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +0 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +0 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs +0 -1
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs +5 -4
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs +0 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs +5 -4
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs +3 -2
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +0 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +5 -4
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +0 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +5 -4
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +5 -4
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +5 -4
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs +0 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +0 -1
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs +0 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs +0 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs +0 -1
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +5 -4
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +18 -7
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +6 -3
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs +0 -1
- package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceResult.cs +5 -2
- package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceSystem.cs +62 -1
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
- package/Source/Systems/Sequence/SequencesResult.cs +5 -4
- package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
- package/Source/Systems/Sequence.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +8 -3
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs +0 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +0 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +5 -4
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +0 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +0 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +5 -2
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +8 -5
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +0 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +0 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +5 -4
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +0 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +5 -2
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +5 -4
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +0 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs +0 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +0 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +8 -5
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +5 -2
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +8 -3
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +8 -3
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs +0 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -4
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +5 -2
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -4
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +0 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +0 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +5 -4
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs +0 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +0 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +5 -4
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +5 -4
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +5 -2
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +0 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs +0 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +3 -2
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +0 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +0 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +5 -4
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +5 -4
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +0 -1
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +0 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -2
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +3 -2
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +0 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +125 -46
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +3 -2
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +0 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +0 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +5 -4
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs +0 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs +0 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +3 -2
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +5 -2
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +0 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs +5 -4
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs +0 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +5 -2
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +5 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +0 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +10 -5
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +3 -2
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs +0 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs +8 -0
- 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 +0 -0
- 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
|
@@ -123,7 +123,11 @@ namespace Csp.Systems
|
|
|
123
123
|
|
|
124
124
|
public static Csp.Systems.SystemsManager Get()
|
|
125
125
|
{
|
|
126
|
-
var
|
|
126
|
+
var _value = csp_systems_SystemsManager_Get_SystemsManagerR();
|
|
127
|
+
|
|
128
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
129
|
+
var _result = new Csp.Systems.SystemsManager(_value);
|
|
130
|
+
;
|
|
127
131
|
|
|
128
132
|
return _result;
|
|
129
133
|
}
|
|
@@ -134,7 +138,12 @@ namespace Csp.Systems
|
|
|
134
138
|
|
|
135
139
|
public Csp.Systems.UserSystem GetUserSystem()
|
|
136
140
|
{
|
|
137
|
-
var
|
|
141
|
+
var _value = csp_systems_SystemsManager_GetUserSystem_UserSystemP(_ptr);
|
|
142
|
+
|
|
143
|
+
if (_value.Equals(NativePointer.Zero))
|
|
144
|
+
return null;
|
|
145
|
+
var _result = new Csp.Systems.UserSystem(_value);
|
|
146
|
+
;
|
|
138
147
|
|
|
139
148
|
return _result;
|
|
140
149
|
}
|
|
@@ -145,7 +154,12 @@ namespace Csp.Systems
|
|
|
145
154
|
|
|
146
155
|
public Csp.Systems.SpaceSystem GetSpaceSystem()
|
|
147
156
|
{
|
|
148
|
-
var
|
|
157
|
+
var _value = csp_systems_SystemsManager_GetSpaceSystem_SpaceSystemP(_ptr);
|
|
158
|
+
|
|
159
|
+
if (_value.Equals(NativePointer.Zero))
|
|
160
|
+
return null;
|
|
161
|
+
var _result = new Csp.Systems.SpaceSystem(_value);
|
|
162
|
+
;
|
|
149
163
|
|
|
150
164
|
return _result;
|
|
151
165
|
}
|
|
@@ -156,7 +170,12 @@ namespace Csp.Systems
|
|
|
156
170
|
|
|
157
171
|
public Csp.Systems.AssetSystem GetAssetSystem()
|
|
158
172
|
{
|
|
159
|
-
var
|
|
173
|
+
var _value = csp_systems_SystemsManager_GetAssetSystem_AssetSystemP(_ptr);
|
|
174
|
+
|
|
175
|
+
if (_value.Equals(NativePointer.Zero))
|
|
176
|
+
return null;
|
|
177
|
+
var _result = new Csp.Systems.AssetSystem(_value);
|
|
178
|
+
;
|
|
160
179
|
|
|
161
180
|
return _result;
|
|
162
181
|
}
|
|
@@ -167,7 +186,12 @@ namespace Csp.Systems
|
|
|
167
186
|
|
|
168
187
|
public Csp.Systems.VoipSystem GetVoipSystem()
|
|
169
188
|
{
|
|
170
|
-
var
|
|
189
|
+
var _value = csp_systems_SystemsManager_GetVoipSystem_VoipSystemP(_ptr);
|
|
190
|
+
|
|
191
|
+
if (_value.Equals(NativePointer.Zero))
|
|
192
|
+
return null;
|
|
193
|
+
var _result = new Csp.Systems.VoipSystem(_value);
|
|
194
|
+
;
|
|
171
195
|
|
|
172
196
|
return _result;
|
|
173
197
|
}
|
|
@@ -178,7 +202,12 @@ namespace Csp.Systems
|
|
|
178
202
|
|
|
179
203
|
public Csp.Systems.ScriptSystem GetScriptSystem()
|
|
180
204
|
{
|
|
181
|
-
var
|
|
205
|
+
var _value = csp_systems_SystemsManager_GetScriptSystem_ScriptSystemP(_ptr);
|
|
206
|
+
|
|
207
|
+
if (_value.Equals(NativePointer.Zero))
|
|
208
|
+
return null;
|
|
209
|
+
var _result = new Csp.Systems.ScriptSystem(_value);
|
|
210
|
+
;
|
|
182
211
|
|
|
183
212
|
return _result;
|
|
184
213
|
}
|
|
@@ -189,9 +218,12 @@ namespace Csp.Systems
|
|
|
189
218
|
|
|
190
219
|
public Csp.Systems.PointOfInterestSystem GetPointOfInterestSystem()
|
|
191
220
|
{
|
|
192
|
-
var
|
|
193
|
-
|
|
194
|
-
)
|
|
221
|
+
var _value = csp_systems_SystemsManager_GetPointOfInterestSystem_PointOfInterestSystemP(_ptr);
|
|
222
|
+
|
|
223
|
+
if (_value.Equals(NativePointer.Zero))
|
|
224
|
+
return null;
|
|
225
|
+
var _result = new Csp.Systems.PointOfInterestSystem(_value);
|
|
226
|
+
;
|
|
195
227
|
|
|
196
228
|
return _result;
|
|
197
229
|
}
|
|
@@ -202,7 +234,12 @@ namespace Csp.Systems
|
|
|
202
234
|
|
|
203
235
|
public Csp.Systems.AnchorSystem GetAnchorSystem()
|
|
204
236
|
{
|
|
205
|
-
var
|
|
237
|
+
var _value = csp_systems_SystemsManager_GetAnchorSystem_AnchorSystemP(_ptr);
|
|
238
|
+
|
|
239
|
+
if (_value.Equals(NativePointer.Zero))
|
|
240
|
+
return null;
|
|
241
|
+
var _result = new Csp.Systems.AnchorSystem(_value);
|
|
242
|
+
;
|
|
206
243
|
|
|
207
244
|
return _result;
|
|
208
245
|
}
|
|
@@ -213,7 +250,12 @@ namespace Csp.Systems
|
|
|
213
250
|
|
|
214
251
|
public Csp.Systems.LogSystem GetLogSystem()
|
|
215
252
|
{
|
|
216
|
-
var
|
|
253
|
+
var _value = csp_systems_SystemsManager_GetLogSystem_LogSystemP(_ptr);
|
|
254
|
+
|
|
255
|
+
if (_value.Equals(NativePointer.Zero))
|
|
256
|
+
return null;
|
|
257
|
+
var _result = new Csp.Systems.LogSystem(_value);
|
|
258
|
+
;
|
|
217
259
|
|
|
218
260
|
return _result;
|
|
219
261
|
}
|
|
@@ -224,9 +266,12 @@ namespace Csp.Systems
|
|
|
224
266
|
|
|
225
267
|
public Csp.Systems.SettingsSystem GetSettingsSystem()
|
|
226
268
|
{
|
|
227
|
-
var
|
|
228
|
-
|
|
229
|
-
)
|
|
269
|
+
var _value = csp_systems_SystemsManager_GetSettingsSystem_SettingsSystemP(_ptr);
|
|
270
|
+
|
|
271
|
+
if (_value.Equals(NativePointer.Zero))
|
|
272
|
+
return null;
|
|
273
|
+
var _result = new Csp.Systems.SettingsSystem(_value);
|
|
274
|
+
;
|
|
230
275
|
|
|
231
276
|
return _result;
|
|
232
277
|
}
|
|
@@ -237,9 +282,12 @@ namespace Csp.Systems
|
|
|
237
282
|
|
|
238
283
|
public Csp.Systems.GraphQLSystem GetGraphQLSystem()
|
|
239
284
|
{
|
|
240
|
-
var
|
|
241
|
-
|
|
242
|
-
)
|
|
285
|
+
var _value = csp_systems_SystemsManager_GetGraphQLSystem_GraphQLSystemP(_ptr);
|
|
286
|
+
|
|
287
|
+
if (_value.Equals(NativePointer.Zero))
|
|
288
|
+
return null;
|
|
289
|
+
var _result = new Csp.Systems.GraphQLSystem(_value);
|
|
290
|
+
;
|
|
243
291
|
|
|
244
292
|
return _result;
|
|
245
293
|
}
|
|
@@ -250,9 +298,12 @@ namespace Csp.Systems
|
|
|
250
298
|
|
|
251
299
|
public Csp.Systems.AnalyticsSystem GetAnalyticsSystem()
|
|
252
300
|
{
|
|
253
|
-
var
|
|
254
|
-
|
|
255
|
-
)
|
|
301
|
+
var _value = csp_systems_SystemsManager_GetAnalyticsSystem_AnalyticsSystemP(_ptr);
|
|
302
|
+
|
|
303
|
+
if (_value.Equals(NativePointer.Zero))
|
|
304
|
+
return null;
|
|
305
|
+
var _result = new Csp.Systems.AnalyticsSystem(_value);
|
|
306
|
+
;
|
|
256
307
|
|
|
257
308
|
return _result;
|
|
258
309
|
}
|
|
@@ -263,9 +314,12 @@ namespace Csp.Systems
|
|
|
263
314
|
|
|
264
315
|
public Csp.Systems.MaintenanceSystem GetMaintenanceSystem()
|
|
265
316
|
{
|
|
266
|
-
var
|
|
267
|
-
|
|
268
|
-
)
|
|
317
|
+
var _value = csp_systems_SystemsManager_GetMaintenanceSystem_MaintenanceSystemP(_ptr);
|
|
318
|
+
|
|
319
|
+
if (_value.Equals(NativePointer.Zero))
|
|
320
|
+
return null;
|
|
321
|
+
var _result = new Csp.Systems.MaintenanceSystem(_value);
|
|
322
|
+
;
|
|
269
323
|
|
|
270
324
|
return _result;
|
|
271
325
|
}
|
|
@@ -276,9 +330,12 @@ namespace Csp.Systems
|
|
|
276
330
|
|
|
277
331
|
public Csp.Systems.EventTicketingSystem GetEventTicketingSystem()
|
|
278
332
|
{
|
|
279
|
-
var
|
|
280
|
-
|
|
281
|
-
)
|
|
333
|
+
var _value = csp_systems_SystemsManager_GetEventTicketingSystem_EventTicketingSystemP(_ptr);
|
|
334
|
+
|
|
335
|
+
if (_value.Equals(NativePointer.Zero))
|
|
336
|
+
return null;
|
|
337
|
+
var _result = new Csp.Systems.EventTicketingSystem(_value);
|
|
338
|
+
;
|
|
282
339
|
|
|
283
340
|
return _result;
|
|
284
341
|
}
|
|
@@ -289,9 +346,12 @@ namespace Csp.Systems
|
|
|
289
346
|
|
|
290
347
|
public Csp.Systems.ECommerceSystem GetECommerceSystem()
|
|
291
348
|
{
|
|
292
|
-
var
|
|
293
|
-
|
|
294
|
-
)
|
|
349
|
+
var _value = csp_systems_SystemsManager_GetECommerceSystem_ECommerceSystemP(_ptr);
|
|
350
|
+
|
|
351
|
+
if (_value.Equals(NativePointer.Zero))
|
|
352
|
+
return null;
|
|
353
|
+
var _result = new Csp.Systems.ECommerceSystem(_value);
|
|
354
|
+
;
|
|
295
355
|
|
|
296
356
|
return _result;
|
|
297
357
|
}
|
|
@@ -302,7 +362,12 @@ namespace Csp.Systems
|
|
|
302
362
|
|
|
303
363
|
public Csp.Systems.QuotaSystem GetQuotaSystem()
|
|
304
364
|
{
|
|
305
|
-
var
|
|
365
|
+
var _value = csp_systems_SystemsManager_GetQuotaSystem_QuotaSystemP(_ptr);
|
|
366
|
+
|
|
367
|
+
if (_value.Equals(NativePointer.Zero))
|
|
368
|
+
return null;
|
|
369
|
+
var _result = new Csp.Systems.QuotaSystem(_value);
|
|
370
|
+
;
|
|
306
371
|
|
|
307
372
|
return _result;
|
|
308
373
|
}
|
|
@@ -313,9 +378,12 @@ namespace Csp.Systems
|
|
|
313
378
|
|
|
314
379
|
public Csp.Systems.OrganizationSystem GetOrganizationSystem()
|
|
315
380
|
{
|
|
316
|
-
var
|
|
317
|
-
|
|
318
|
-
)
|
|
381
|
+
var _value = csp_systems_SystemsManager_GetOrganizationSystem_OrganizationSystemP(_ptr);
|
|
382
|
+
|
|
383
|
+
if (_value.Equals(NativePointer.Zero))
|
|
384
|
+
return null;
|
|
385
|
+
var _result = new Csp.Systems.OrganizationSystem(_value);
|
|
386
|
+
;
|
|
319
387
|
|
|
320
388
|
return _result;
|
|
321
389
|
}
|
|
@@ -326,9 +394,12 @@ namespace Csp.Systems
|
|
|
326
394
|
|
|
327
395
|
public Csp.Systems.SequenceSystem GetSequenceSystem()
|
|
328
396
|
{
|
|
329
|
-
var
|
|
330
|
-
|
|
331
|
-
)
|
|
397
|
+
var _value = csp_systems_SystemsManager_GetSequenceSystem_SequenceSystemP(_ptr);
|
|
398
|
+
|
|
399
|
+
if (_value.Equals(NativePointer.Zero))
|
|
400
|
+
return null;
|
|
401
|
+
var _result = new Csp.Systems.SequenceSystem(_value);
|
|
402
|
+
;
|
|
332
403
|
|
|
333
404
|
return _result;
|
|
334
405
|
}
|
|
@@ -339,27 +410,36 @@ namespace Csp.Systems
|
|
|
339
410
|
|
|
340
411
|
public Csp.Systems.HotspotSequenceSystem GetHotspotSequenceSystem()
|
|
341
412
|
{
|
|
342
|
-
var
|
|
343
|
-
|
|
344
|
-
)
|
|
413
|
+
var _value = csp_systems_SystemsManager_GetHotspotSequenceSystem_HotspotSequenceSystemP(_ptr);
|
|
414
|
+
|
|
415
|
+
if (_value.Equals(NativePointer.Zero))
|
|
416
|
+
return null;
|
|
417
|
+
var _result = new Csp.Systems.HotspotSequenceSystem(_value);
|
|
418
|
+
;
|
|
345
419
|
|
|
346
420
|
return _result;
|
|
347
421
|
}
|
|
348
422
|
|
|
349
423
|
public Csp.Multiplayer.SpaceEntitySystem GetSpaceEntitySystem()
|
|
350
424
|
{
|
|
351
|
-
var
|
|
352
|
-
|
|
353
|
-
)
|
|
425
|
+
var _value = csp_systems_SystemsManager_GetSpaceEntitySystem_SpaceEntitySystemP(_ptr);
|
|
426
|
+
|
|
427
|
+
if (_value.Equals(NativePointer.Zero))
|
|
428
|
+
return null;
|
|
429
|
+
var _result = new Csp.Multiplayer.SpaceEntitySystem(_value);
|
|
430
|
+
;
|
|
354
431
|
|
|
355
432
|
return _result;
|
|
356
433
|
}
|
|
357
434
|
|
|
358
435
|
public Csp.Multiplayer.MultiplayerConnection GetMultiplayerConnection()
|
|
359
436
|
{
|
|
360
|
-
var
|
|
361
|
-
|
|
362
|
-
)
|
|
437
|
+
var _value = csp_systems_SystemsManager_GetMultiplayerConnection_MultiplayerConnectionP(_ptr);
|
|
438
|
+
|
|
439
|
+
if (_value.Equals(NativePointer.Zero))
|
|
440
|
+
return null;
|
|
441
|
+
var _result = new Csp.Multiplayer.MultiplayerConnection(_value);
|
|
442
|
+
;
|
|
363
443
|
|
|
364
444
|
return _result;
|
|
365
445
|
}
|
|
@@ -367,4 +447,3 @@ namespace Csp.Systems
|
|
|
367
447
|
protected SystemsManager() { }
|
|
368
448
|
}
|
|
369
449
|
}
|
|
370
|
-
|
|
@@ -48,7 +48,9 @@ namespace Csp.Systems
|
|
|
48
48
|
|
|
49
49
|
public ulong GetValue()
|
|
50
50
|
{
|
|
51
|
-
var
|
|
51
|
+
var _value = csp_systems_UInt64Result_GetValueC_uint64_t(_ptr);
|
|
52
|
+
|
|
53
|
+
var _result = _value;
|
|
52
54
|
|
|
53
55
|
return _result;
|
|
54
56
|
}
|
|
@@ -78,4 +80,3 @@ namespace Csp.Systems
|
|
|
78
80
|
}
|
|
79
81
|
}
|
|
80
82
|
}
|
|
81
|
-
|
|
@@ -45,9 +45,11 @@ namespace Csp.Systems
|
|
|
45
45
|
|
|
46
46
|
public Csp.Common.Array<Csp.Systems.BasicProfile> GetProfiles()
|
|
47
47
|
{
|
|
48
|
-
var
|
|
49
|
-
|
|
50
|
-
);
|
|
48
|
+
var _value = csp_systems_BasicProfilesResult_GetProfiles_ArrayR(_ptr);
|
|
49
|
+
|
|
50
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
51
|
+
var _result = new Csp.Common.Array<Csp.Systems.BasicProfile>(_value);
|
|
52
|
+
;
|
|
51
53
|
|
|
52
54
|
return _result;
|
|
53
55
|
}
|
|
@@ -75,4 +77,3 @@ namespace Csp.Systems
|
|
|
75
77
|
}
|
|
76
78
|
}
|
|
77
79
|
}
|
|
78
|
-
|
|
@@ -169,10 +169,11 @@ namespace Csp.Systems
|
|
|
169
169
|
|
|
170
170
|
public bool RefreshNeeded()
|
|
171
171
|
{
|
|
172
|
-
var
|
|
172
|
+
var _value = csp_systems_LoginState_RefreshNeededC_bool(_ptr);
|
|
173
|
+
|
|
174
|
+
var _result = _value;
|
|
173
175
|
|
|
174
176
|
return _result;
|
|
175
177
|
}
|
|
176
178
|
}
|
|
177
179
|
}
|
|
178
|
-
|
|
@@ -45,7 +45,11 @@ namespace Csp.Systems
|
|
|
45
45
|
|
|
46
46
|
public Csp.Systems.LoginState GetLoginState()
|
|
47
47
|
{
|
|
48
|
-
var
|
|
48
|
+
var _value = csp_systems_LoginStateResult_GetLoginStateC_LoginStateRC(_ptr);
|
|
49
|
+
|
|
50
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
51
|
+
var _result = new Csp.Systems.LoginState(_value);
|
|
52
|
+
;
|
|
49
53
|
|
|
50
54
|
return _result;
|
|
51
55
|
}
|
|
@@ -75,4 +79,3 @@ namespace Csp.Systems
|
|
|
75
79
|
}
|
|
76
80
|
}
|
|
77
81
|
}
|
|
78
|
-
|
|
@@ -46,9 +46,11 @@ namespace Csp.Systems
|
|
|
46
46
|
|
|
47
47
|
public Csp.Systems.LoginTokenInfo GetLoginTokenInfo()
|
|
48
48
|
{
|
|
49
|
-
var
|
|
50
|
-
|
|
51
|
-
);
|
|
49
|
+
var _value = csp_systems_LoginTokenInfoResult_GetLoginTokenInfoC_LoginTokenInfoRC(_ptr);
|
|
50
|
+
|
|
51
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
52
|
+
var _result = new Csp.Systems.LoginTokenInfo(_value);
|
|
53
|
+
;
|
|
52
54
|
|
|
53
55
|
return _result;
|
|
54
56
|
}
|
|
@@ -78,4 +80,3 @@ namespace Csp.Systems
|
|
|
78
80
|
}
|
|
79
81
|
}
|
|
80
82
|
}
|
|
81
|
-
|
|
@@ -45,7 +45,11 @@ namespace Csp.Systems
|
|
|
45
45
|
|
|
46
46
|
public Csp.Systems.Profile GetProfile()
|
|
47
47
|
{
|
|
48
|
-
var
|
|
48
|
+
var _value = csp_systems_ProfileResult_GetProfile_ProfileR(_ptr);
|
|
49
|
+
|
|
50
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
51
|
+
var _result = new Csp.Systems.Profile(_value);
|
|
52
|
+
;
|
|
49
53
|
|
|
50
54
|
return _result;
|
|
51
55
|
}
|
|
@@ -73,4 +77,3 @@ namespace Csp.Systems
|
|
|
73
77
|
}
|
|
74
78
|
}
|
|
75
79
|
}
|
|
76
|
-
|
|
@@ -69,9 +69,11 @@ namespace Csp.Systems
|
|
|
69
69
|
|
|
70
70
|
public Csp.Systems.ThirdPartyProviderDetails GetDetails()
|
|
71
71
|
{
|
|
72
|
-
var
|
|
73
|
-
|
|
74
|
-
);
|
|
72
|
+
var _value = csp_systems_ProviderDetailsResult_GetDetails_ThirdPartyProviderDetailsR(_ptr);
|
|
73
|
+
|
|
74
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
75
|
+
var _result = new Csp.Systems.ThirdPartyProviderDetails(_value);
|
|
76
|
+
;
|
|
75
77
|
|
|
76
78
|
return _result;
|
|
77
79
|
}
|
|
@@ -99,4 +101,3 @@ namespace Csp.Systems
|
|
|
99
101
|
}
|
|
100
102
|
}
|
|
101
103
|
}
|
|
102
|
-
|
|
@@ -356,7 +356,11 @@ namespace Csp.Systems
|
|
|
356
356
|
|
|
357
357
|
public Csp.Systems.LoginState GetLoginState()
|
|
358
358
|
{
|
|
359
|
-
var
|
|
359
|
+
var _value = csp_systems_UserSystem_GetLoginStateC_LoginStateRC(_ptr);
|
|
360
|
+
|
|
361
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
362
|
+
var _result = new Csp.Systems.LoginState(_value);
|
|
363
|
+
;
|
|
360
364
|
|
|
361
365
|
return _result;
|
|
362
366
|
}
|
|
@@ -531,9 +535,11 @@ namespace Csp.Systems
|
|
|
531
535
|
|
|
532
536
|
public Csp.Common.Array<Csp.Systems.EThirdPartyAuthenticationProviders> GetSupportedThirdPartyAuthenticationProviders()
|
|
533
537
|
{
|
|
534
|
-
var
|
|
535
|
-
|
|
536
|
-
);
|
|
538
|
+
var _value = csp_systems_UserSystem_GetSupportedThirdPartyAuthenticationProvidersC_Array(_ptr);
|
|
539
|
+
|
|
540
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
541
|
+
|
|
542
|
+
var _result = new Csp.Common.Array<Csp.Systems.EThirdPartyAuthenticationProviders>(_value);
|
|
537
543
|
|
|
538
544
|
return _result;
|
|
539
545
|
}
|
|
@@ -1355,4 +1361,3 @@ namespace Csp.Systems
|
|
|
1355
1361
|
protected UserSystem() { }
|
|
1356
1362
|
}
|
|
1357
1363
|
}
|
|
1358
|
-
|