connected-spaces-platform.unity.core 5.3.1 → 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 +1 -1
- 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 +28 -9
- 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 +0 -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 +15 -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 +0 -1
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +1 -1
- 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 +0 -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 +0 -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.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/Editor.meta
CHANGED
package/README.md
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
## Built from changelist ID:
|
|
1
|
+
## Built from changelist ID: 03e19011f974a8fcd8673aae85bcf544962e9300
|
|
2
2
|
The Release Notes for this package can be found [here](https://github.com/magnopus-opensource/connected-spaces-platform/releases).
|
package/README.md.meta
CHANGED
package/Source/CSPFoundation.cs
CHANGED
|
@@ -93,11 +93,13 @@ namespace Csp
|
|
|
93
93
|
|
|
94
94
|
public static bool Initialise(string EndpointRootURI, string Tenant)
|
|
95
95
|
{
|
|
96
|
-
var
|
|
96
|
+
var _value = csp_CSPFoundation_Initialise_bool_StringRC_StringRC(
|
|
97
97
|
WrapperHelper.StringToNativeUTF8(EndpointRootURI),
|
|
98
98
|
WrapperHelper.StringToNativeUTF8(Tenant)
|
|
99
99
|
);
|
|
100
100
|
|
|
101
|
+
var _result = _value;
|
|
102
|
+
|
|
101
103
|
return _result;
|
|
102
104
|
}
|
|
103
105
|
|
|
@@ -109,7 +111,9 @@ namespace Csp
|
|
|
109
111
|
|
|
110
112
|
public static bool Shutdown()
|
|
111
113
|
{
|
|
112
|
-
var
|
|
114
|
+
var _value = csp_CSPFoundation_Shutdown_bool();
|
|
115
|
+
|
|
116
|
+
var _result = _value;
|
|
113
117
|
|
|
114
118
|
return _result;
|
|
115
119
|
}
|
|
@@ -129,7 +133,9 @@ namespace Csp
|
|
|
129
133
|
|
|
130
134
|
public static string GetVersion()
|
|
131
135
|
{
|
|
132
|
-
var
|
|
136
|
+
var _value = csp_CSPFoundation_GetVersion_StringRC();
|
|
137
|
+
|
|
138
|
+
var _result = _value;
|
|
133
139
|
|
|
134
140
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
135
141
|
Global.Free(_result);
|
|
@@ -143,7 +149,9 @@ namespace Csp
|
|
|
143
149
|
|
|
144
150
|
public static string GetBuildType()
|
|
145
151
|
{
|
|
146
|
-
var
|
|
152
|
+
var _value = csp_CSPFoundation_GetBuildType_StringRC();
|
|
153
|
+
|
|
154
|
+
var _result = _value;
|
|
147
155
|
|
|
148
156
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
149
157
|
Global.Free(_result);
|
|
@@ -158,7 +166,9 @@ namespace Csp
|
|
|
158
166
|
|
|
159
167
|
public static string GetBuildID()
|
|
160
168
|
{
|
|
161
|
-
var
|
|
169
|
+
var _value = csp_CSPFoundation_GetBuildID_StringRC();
|
|
170
|
+
|
|
171
|
+
var _result = _value;
|
|
162
172
|
|
|
163
173
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
164
174
|
Global.Free(_result);
|
|
@@ -173,7 +183,9 @@ namespace Csp
|
|
|
173
183
|
|
|
174
184
|
public static string GetDeviceId()
|
|
175
185
|
{
|
|
176
|
-
var
|
|
186
|
+
var _value = csp_CSPFoundation_GetDeviceId_StringRC();
|
|
187
|
+
|
|
188
|
+
var _result = _value;
|
|
177
189
|
|
|
178
190
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
179
191
|
Global.Free(_result);
|
|
@@ -187,7 +199,9 @@ namespace Csp
|
|
|
187
199
|
|
|
188
200
|
public static bool GetIsInitialised()
|
|
189
201
|
{
|
|
190
|
-
var
|
|
202
|
+
var _value = csp_CSPFoundation_GetIsInitialised_bool();
|
|
203
|
+
|
|
204
|
+
var _result = _value;
|
|
191
205
|
|
|
192
206
|
return _result;
|
|
193
207
|
}
|
|
@@ -199,7 +213,11 @@ namespace Csp
|
|
|
199
213
|
|
|
200
214
|
public static Csp.EndpointURIs GetEndpoints()
|
|
201
215
|
{
|
|
202
|
-
var
|
|
216
|
+
var _value = csp_CSPFoundation_GetEndpoints_EndpointURIsRC();
|
|
217
|
+
|
|
218
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
219
|
+
var _result = new Csp.EndpointURIs(_value);
|
|
220
|
+
;
|
|
203
221
|
|
|
204
222
|
return _result;
|
|
205
223
|
}
|
|
@@ -220,7 +238,11 @@ namespace Csp
|
|
|
220
238
|
|
|
221
239
|
public static Csp.ClientUserAgent GetClientUserAgentInfo()
|
|
222
240
|
{
|
|
223
|
-
var
|
|
241
|
+
var _value = csp_CSPFoundation_GetClientUserAgentInfo_ClientUserAgentRC();
|
|
242
|
+
|
|
243
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
244
|
+
var _result = new Csp.ClientUserAgent(_value);
|
|
245
|
+
;
|
|
224
246
|
|
|
225
247
|
return _result;
|
|
226
248
|
}
|
|
@@ -232,7 +254,9 @@ namespace Csp
|
|
|
232
254
|
|
|
233
255
|
public static string GetClientUserAgentString()
|
|
234
256
|
{
|
|
235
|
-
var
|
|
257
|
+
var _value = csp_CSPFoundation_GetClientUserAgentString_StringRC();
|
|
258
|
+
|
|
259
|
+
var _result = _value;
|
|
236
260
|
|
|
237
261
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
238
262
|
Global.Free(_result);
|
|
@@ -246,7 +270,9 @@ namespace Csp
|
|
|
246
270
|
|
|
247
271
|
public static string GetTenant()
|
|
248
272
|
{
|
|
249
|
-
var
|
|
273
|
+
var _value = csp_CSPFoundation_GetTenant_StringRC();
|
|
274
|
+
|
|
275
|
+
var _result = _value;
|
|
250
276
|
|
|
251
277
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
252
278
|
Global.Free(_result);
|
|
@@ -255,4 +281,3 @@ namespace Csp
|
|
|
255
281
|
}
|
|
256
282
|
}
|
|
257
283
|
}
|
|
258
|
-
|
package/Source/Common/Array.cs
CHANGED
|
@@ -105,7 +105,9 @@ namespace Csp.Common
|
|
|
105
105
|
|
|
106
106
|
public bool Cancelled()
|
|
107
107
|
{
|
|
108
|
-
var
|
|
108
|
+
var _value = csp_common_CancellationToken_CancelledC_bool(_ptr);
|
|
109
|
+
|
|
110
|
+
var _result = _value;
|
|
109
111
|
|
|
110
112
|
return _result;
|
|
111
113
|
}
|
|
@@ -116,10 +118,13 @@ namespace Csp.Common
|
|
|
116
118
|
|
|
117
119
|
public static Csp.Common.CancellationToken Dummy()
|
|
118
120
|
{
|
|
119
|
-
var
|
|
121
|
+
var _value = csp_common_CancellationToken_Dummy_CancellationTokenR();
|
|
122
|
+
|
|
123
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
124
|
+
var _result = new Csp.Common.CancellationToken(_value);
|
|
125
|
+
;
|
|
120
126
|
|
|
121
127
|
return _result;
|
|
122
128
|
}
|
|
123
129
|
}
|
|
124
130
|
}
|
|
125
|
-
|
package/Source/Common/List.cs
CHANGED
package/Source/Common/Map.cs
CHANGED
|
@@ -73,7 +73,11 @@ namespace Csp.Common
|
|
|
73
73
|
|
|
74
74
|
public static Csp.Common.MimeTypeHelper Get()
|
|
75
75
|
{
|
|
76
|
-
var
|
|
76
|
+
var _value = csp_common_MimeTypeHelper_Get_MimeTypeHelperR();
|
|
77
|
+
|
|
78
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
79
|
+
var _result = new Csp.Common.MimeTypeHelper(_value);
|
|
80
|
+
;
|
|
77
81
|
|
|
78
82
|
return _result;
|
|
79
83
|
}
|
|
@@ -85,11 +89,13 @@ namespace Csp.Common
|
|
|
85
89
|
|
|
86
90
|
public string GetMimeType(string FilePath)
|
|
87
91
|
{
|
|
88
|
-
var
|
|
92
|
+
var _value = csp_common_MimeTypeHelper_GetMimeType_StringR_StringRC(
|
|
89
93
|
_ptr,
|
|
90
94
|
WrapperHelper.StringToNativeUTF8(FilePath)
|
|
91
95
|
);
|
|
92
96
|
|
|
97
|
+
var _result = _value;
|
|
98
|
+
|
|
93
99
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
94
100
|
Global.Free(_result);
|
|
95
101
|
|
|
@@ -123,4 +129,3 @@ namespace Csp.Common
|
|
|
123
129
|
}
|
|
124
130
|
}
|
|
125
131
|
}
|
|
126
|
-
|
package/Source/Common/Variant.cs
CHANGED
|
@@ -227,7 +227,9 @@ namespace Csp.Common
|
|
|
227
227
|
|
|
228
228
|
public Csp.Common.VariantType GetValueType()
|
|
229
229
|
{
|
|
230
|
-
var
|
|
230
|
+
var _value = csp_common_Variant_GetValueTypeC_VariantType(_ptr);
|
|
231
|
+
|
|
232
|
+
var _result = _value;
|
|
231
233
|
|
|
232
234
|
return _result;
|
|
233
235
|
}
|
|
@@ -246,7 +248,9 @@ namespace Csp.Common
|
|
|
246
248
|
|
|
247
249
|
public bool GetBool()
|
|
248
250
|
{
|
|
249
|
-
var
|
|
251
|
+
var _value = csp_common_Variant_GetBoolC_bool(_ptr);
|
|
252
|
+
|
|
253
|
+
var _result = _value;
|
|
250
254
|
|
|
251
255
|
return _result;
|
|
252
256
|
}
|
|
@@ -265,7 +269,9 @@ namespace Csp.Common
|
|
|
265
269
|
|
|
266
270
|
public double GetFloat()
|
|
267
271
|
{
|
|
268
|
-
var
|
|
272
|
+
var _value = csp_common_Variant_GetFloatC_double(_ptr);
|
|
273
|
+
|
|
274
|
+
var _result = _value;
|
|
269
275
|
|
|
270
276
|
return _result;
|
|
271
277
|
}
|
|
@@ -284,7 +290,9 @@ namespace Csp.Common
|
|
|
284
290
|
|
|
285
291
|
public long GetInt()
|
|
286
292
|
{
|
|
287
|
-
var
|
|
293
|
+
var _value = csp_common_Variant_GetIntC_int64_t(_ptr);
|
|
294
|
+
|
|
295
|
+
var _result = _value;
|
|
288
296
|
|
|
289
297
|
return _result;
|
|
290
298
|
}
|
|
@@ -303,7 +311,9 @@ namespace Csp.Common
|
|
|
303
311
|
|
|
304
312
|
public string GetString()
|
|
305
313
|
{
|
|
306
|
-
var
|
|
314
|
+
var _value = csp_common_Variant_GetStringC_StringRC(_ptr);
|
|
315
|
+
|
|
316
|
+
var _result = _value;
|
|
307
317
|
|
|
308
318
|
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
309
319
|
Global.Free(_result);
|
|
@@ -325,7 +335,11 @@ namespace Csp.Common
|
|
|
325
335
|
|
|
326
336
|
public Csp.Common.Vector3 GetVector3()
|
|
327
337
|
{
|
|
328
|
-
var
|
|
338
|
+
var _value = csp_common_Variant_GetVector3C_Vector3(_ptr);
|
|
339
|
+
|
|
340
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
341
|
+
|
|
342
|
+
var _result = new Csp.Common.Vector3(_value);
|
|
329
343
|
|
|
330
344
|
return _result;
|
|
331
345
|
}
|
|
@@ -344,10 +358,13 @@ namespace Csp.Common
|
|
|
344
358
|
|
|
345
359
|
public Csp.Common.Vector4 GetVector4()
|
|
346
360
|
{
|
|
347
|
-
var
|
|
361
|
+
var _value = csp_common_Variant_GetVector4C_Vector4(_ptr);
|
|
362
|
+
|
|
363
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
364
|
+
|
|
365
|
+
var _result = new Csp.Common.Vector4(_value);
|
|
348
366
|
|
|
349
367
|
return _result;
|
|
350
368
|
}
|
|
351
369
|
}
|
|
352
370
|
}
|
|
353
|
-
|
package/Source/Common/Vector2.cs
CHANGED
|
@@ -81,7 +81,11 @@ namespace Csp.Common
|
|
|
81
81
|
|
|
82
82
|
public static Csp.Common.Vector2 Zero()
|
|
83
83
|
{
|
|
84
|
-
var
|
|
84
|
+
var _value = csp_common_Vector2_Zero_Vector2RC();
|
|
85
|
+
|
|
86
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
87
|
+
var _result = new Csp.Common.Vector2(_value);
|
|
88
|
+
;
|
|
85
89
|
|
|
86
90
|
return _result;
|
|
87
91
|
}
|
|
@@ -92,7 +96,11 @@ namespace Csp.Common
|
|
|
92
96
|
|
|
93
97
|
public static Csp.Common.Vector2 One()
|
|
94
98
|
{
|
|
95
|
-
var
|
|
99
|
+
var _value = csp_common_Vector2_One_Vector2RC();
|
|
100
|
+
|
|
101
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
102
|
+
var _result = new Csp.Common.Vector2(_value);
|
|
103
|
+
;
|
|
96
104
|
|
|
97
105
|
return _result;
|
|
98
106
|
}
|
|
@@ -161,4 +169,3 @@ namespace Csp.Common
|
|
|
161
169
|
}
|
|
162
170
|
}
|
|
163
171
|
}
|
|
164
|
-
|
package/Source/Common/Vector3.cs
CHANGED
|
@@ -95,7 +95,11 @@ namespace Csp.Common
|
|
|
95
95
|
|
|
96
96
|
public static Csp.Common.Vector3 Zero()
|
|
97
97
|
{
|
|
98
|
-
var
|
|
98
|
+
var _value = csp_common_Vector3_Zero_Vector3RC();
|
|
99
|
+
|
|
100
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
101
|
+
var _result = new Csp.Common.Vector3(_value);
|
|
102
|
+
;
|
|
99
103
|
|
|
100
104
|
return _result;
|
|
101
105
|
}
|
|
@@ -106,7 +110,11 @@ namespace Csp.Common
|
|
|
106
110
|
|
|
107
111
|
public static Csp.Common.Vector3 One()
|
|
108
112
|
{
|
|
109
|
-
var
|
|
113
|
+
var _value = csp_common_Vector3_One_Vector3RC();
|
|
114
|
+
|
|
115
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
116
|
+
var _result = new Csp.Common.Vector3(_value);
|
|
117
|
+
;
|
|
110
118
|
|
|
111
119
|
return _result;
|
|
112
120
|
}
|
|
@@ -176,4 +184,3 @@ namespace Csp.Common
|
|
|
176
184
|
}
|
|
177
185
|
}
|
|
178
186
|
}
|
|
179
|
-
|
package/Source/Common/Vector4.cs
CHANGED
|
@@ -113,7 +113,11 @@ namespace Csp.Common
|
|
|
113
113
|
|
|
114
114
|
public static Csp.Common.Vector4 Zero()
|
|
115
115
|
{
|
|
116
|
-
var
|
|
116
|
+
var _value = csp_common_Vector4_Zero_Vector4RC();
|
|
117
|
+
|
|
118
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
119
|
+
var _result = new Csp.Common.Vector4(_value);
|
|
120
|
+
;
|
|
117
121
|
|
|
118
122
|
return _result;
|
|
119
123
|
}
|
|
@@ -124,7 +128,11 @@ namespace Csp.Common
|
|
|
124
128
|
|
|
125
129
|
public static Csp.Common.Vector4 One()
|
|
126
130
|
{
|
|
127
|
-
var
|
|
131
|
+
var _value = csp_common_Vector4_One_Vector4RC();
|
|
132
|
+
|
|
133
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
134
|
+
var _result = new Csp.Common.Vector4(_value);
|
|
135
|
+
;
|
|
128
136
|
|
|
129
137
|
return _result;
|
|
130
138
|
}
|
|
@@ -135,7 +143,11 @@ namespace Csp.Common
|
|
|
135
143
|
|
|
136
144
|
public static Csp.Common.Vector4 Identity()
|
|
137
145
|
{
|
|
138
|
-
var
|
|
146
|
+
var _value = csp_common_Vector4_Identity_Vector4RC();
|
|
147
|
+
|
|
148
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
149
|
+
var _result = new Csp.Common.Vector4(_value);
|
|
150
|
+
;
|
|
139
151
|
|
|
140
152
|
return _result;
|
|
141
153
|
}
|
|
@@ -206,4 +218,3 @@ namespace Csp.Common
|
|
|
206
218
|
}
|
|
207
219
|
}
|
|
208
220
|
}
|
|
209
|
-
|
package/Source/Common.meta
CHANGED
package/Source/Constants.cs.meta
CHANGED
package/Source/Csp.cs.meta
CHANGED
package/Source/EndpointURIs.cs
CHANGED