connected-spaces-platform.unity.core 4.11.0 → 4.12.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.asmdef.meta +3 -3
- package/Editor/NativePluginBuildProcessor.cs.meta +4 -4
- package/Editor.meta +4 -4
- package/README.md +14 -16
- package/Source/CSPFoundation.cs +1 -1
- package/Source/CSPFoundation.cs.meta +4 -4
- package/Source/ClientUserAgent.cs.meta +4 -4
- package/Source/Common/Array.cs.meta +4 -4
- package/Source/Common/CancellationToken.cs.meta +4 -4
- package/Source/Common/FileExtensions.cs.meta +4 -4
- package/Source/Common/List.cs.meta +4 -4
- package/Source/Common/Map.cs.meta +4 -4
- package/Source/Common/MimeTypeHelper.cs.meta +4 -4
- package/Source/Common/MimeTypes.cs.meta +4 -4
- package/Source/Common/Variant.cs.meta +4 -4
- package/Source/Common/VariantType.cs.meta +4 -4
- package/Source/Common/Vector3.cs.meta +4 -4
- package/Source/Common/Vector4.cs.meta +4 -4
- package/Source/Common.meta +4 -4
- package/Source/ConnectedSpacesPlatform.Unity.Core.asmdef.meta +3 -3
- package/Source/Csp.cs.meta +4 -4
- package/Source/EThirdPartyPlatform.cs.meta +4 -4
- package/Source/EndpointURIs.cs.meta +4 -4
- package/Source/Il2cppPreserver.cs.meta +4 -4
- package/Source/Multiplayer/AssetDetailBlobParams.cs +11 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +4 -4
- package/Source/Multiplayer/ComponentBase.cs.meta +4 -4
- package/Source/Multiplayer/ComponentType.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AudioType.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +20 -20
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/AvatarState.cs.meta +4 -4
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogMode.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +6 -6
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +8 -8
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/Interfaces.meta +4 -4
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/LightType.cs.meta +4 -4
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +4 -4
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +4 -4
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +4 -4
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +4 -4
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +10 -10
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +4 -4
- package/Source/Multiplayer/Components.meta +4 -4
- package/Source/Multiplayer/ConnectionState.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +4 -4
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +4 -4
- package/Source/Multiplayer/Conversation.meta +4 -4
- package/Source/Multiplayer/ConversationSystemParams.cs +5 -1
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +4 -4
- package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
- package/Source/Multiplayer/EPermissionChangeType.cs +25 -0
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +11 -0
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
- package/Source/Multiplayer/MultiplayerConnection.cs +58 -0
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +4 -4
- package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValue.cs.meta +4 -4
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +4 -4
- package/Source/Multiplayer/Script/EntityScript.cs.meta +4 -4
- package/Source/Multiplayer/Script.meta +4 -4
- package/Source/Multiplayer/SpaceEntity.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityType.cs.meta +4 -4
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +4 -4
- package/Source/Multiplayer/SpaceTransform.cs +3 -3
- package/Source/Multiplayer/SpaceTransform.cs.meta +4 -4
- package/Source/Multiplayer/UserPermissionsParams.cs +240 -0
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +11 -0
- package/Source/Multiplayer.meta +4 -4
- package/Source/NativeClassWrapper.cs.meta +4 -4
- package/Source/ProgressEventArgs.cs.meta +4 -4
- package/Source/Ref.cs.meta +4 -4
- package/Source/Services/EResultBaseFailureReason.cs.meta +4 -4
- package/Source/Services/EResultCode.cs.meta +4 -4
- package/Source/Services/ResultBase.cs.meta +4 -4
- package/Source/Services/WebService.cs.meta +4 -4
- package/Source/Services.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +4 -4
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +4 -4
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +4 -4
- package/Source/Systems/Analytics.meta +4 -4
- package/Source/Systems/Assets/Asset.cs +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollection.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +4 -4
- package/Source/Systems/Assets/AssetSystem.cs.meta +4 -4
- package/Source/Systems/Assets/AssetsResult.cs.meta +4 -4
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +4 -4
- package/Source/Systems/Assets/EAssetType.cs.meta +4 -4
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +4 -4
- package/Source/Systems/Assets/LODAsset.cs.meta +4 -4
- package/Source/Systems/Assets/LODChain.cs.meta +4 -4
- package/Source/Systems/Assets/LODChainResult.cs.meta +4 -4
- package/Source/Systems/Assets/UriResult.cs.meta +4 -4
- package/Source/Systems/Assets.meta +4 -4
- package/Source/Systems/BooleanResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs +4 -4
- package/Source/Systems/ECommerce/CartInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CartLine.cs +3 -3
- package/Source/Systems/ECommerce/CartLine.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfo.cs +2 -2
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/CurrencyInfo.cs +2 -2
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +5 -5
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +7 -7
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +5 -5
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +4 -4
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +2 -2
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +4 -4
- package/Source/Systems/ECommerce.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicket.cs +9 -9
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +4 -4
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +4 -4
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEvent.cs +6 -6
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +4 -4
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +4 -4
- package/Source/Systems/EventTicketing.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +4 -4
- package/Source/Systems/GraphQL.meta +4 -4
- package/Source/Systems/HTTPHeadersResult.cs.meta +4 -4
- package/Source/Systems/Log/LogLevel.cs.meta +4 -4
- package/Source/Systems/Log/LogSystem.cs.meta +4 -4
- package/Source/Systems/Log.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +4 -4
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +4 -4
- package/Source/Systems/Maintenance.meta +4 -4
- package/Source/Systems/NullResult.cs.meta +4 -4
- package/Source/Systems/Script/ScriptSystem.cs.meta +4 -4
- package/Source/Systems/Script.meta +4 -4
- package/Source/Systems/Settings/SettingsCollection.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +4 -4
- package/Source/Systems/Settings/SettingsSystem.cs.meta +4 -4
- package/Source/Systems/Settings.meta +4 -4
- package/Source/Systems/Spaces/BasicSpace.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +4 -4
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Site.cs.meta +4 -4
- package/Source/Systems/Spaces/SiteResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/Space.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +4 -4
- package/Source/Systems/Spaces/SpaceUserRole.cs +1 -0
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +4 -4
- package/Source/Systems/Spaces/SpacesResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +4 -4
- package/Source/Systems/Spaces.meta +4 -4
- package/Source/Systems/Spatial/Anchor.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorResult.cs.meta +4 -4
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +4 -4
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +4 -4
- package/Source/Systems/Spatial/GeoLocation.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +4 -4
- package/Source/Systems/Spatial/OlyRotation.cs.meta +4 -4
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +4 -4
- package/Source/Systems/Spatial/POIResult.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +4 -4
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +4 -4
- package/Source/Systems/Spatial.meta +4 -4
- package/Source/Systems/StringArrayResult.cs.meta +4 -4
- package/Source/Systems/StringResult.cs.meta +4 -4
- package/Source/Systems/SystemBase.cs.meta +4 -4
- package/Source/Systems/SystemsManager.cs.meta +4 -4
- package/Source/Systems/UInt64Result.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +4 -4
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfile.cs.meta +4 -4
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +4 -4
- package/Source/Systems/Users/ELoginState.cs.meta +4 -4
- package/Source/Systems/Users/ELoginStateResultFailureReason.cs.meta +4 -4
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +4 -4
- package/Source/Systems/Users/LoginState.cs.meta +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +4 -4
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +4 -4
- package/Source/Systems/Users/LogoutResult.cs.meta +4 -4
- package/Source/Systems/Users/PingResponseReceived.cs.meta +4 -4
- package/Source/Systems/Users/Profile.cs.meta +4 -4
- package/Source/Systems/Users/ProfileResult.cs.meta +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +4 -4
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +4 -4
- package/Source/Systems/Users/UserSystem.cs.meta +4 -4
- package/Source/Systems/Users.meta +4 -4
- package/Source/Systems/Voip/VoipSystem.cs.meta +4 -4
- package/Source/Systems/Voip.meta +4 -4
- package/Source/Systems.meta +4 -4
- package/Source/Web/EResponseCodes.cs.meta +4 -4
- package/Source/Web.meta +4 -4
- package/Source/WrapperHelper.cs.meta +4 -4
- package/Source.meta +4 -4
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +6 -6
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +6 -6
- package/android64.meta +4 -4
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +6 -6
- package/ios/libcrypto.a.meta +6 -6
- package/ios/libssl.a.meta +6 -6
- package/ios.meta +4 -4
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +6 -6
- package/macosx.meta +4 -4
- package/package.json +1 -1
- package/package.json.meta +4 -4
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +6 -6
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +6 -6
- package/windows.meta +4 -4
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 88b1506291de4fbc82eb61bf08d1d32a
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: f0374188f6c44d98b60920d9be7576a4
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: d8b81a853ef54d92a754b951c5e44c2c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -665,7 +665,7 @@ namespace Csp.Multiplayer
|
|
|
665
665
|
}
|
|
666
666
|
|
|
667
667
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
668
|
-
///
|
|
668
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
669
669
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
670
670
|
/// <remarks>- +Y is UP</remarks>
|
|
671
671
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -681,7 +681,7 @@ namespace Csp.Multiplayer
|
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
684
|
-
///
|
|
684
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
685
685
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
686
686
|
/// <remarks>- +Y is UP</remarks>
|
|
687
687
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -694,7 +694,7 @@ namespace Csp.Multiplayer
|
|
|
694
694
|
}
|
|
695
695
|
|
|
696
696
|
/// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
|
|
697
|
-
///
|
|
697
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
698
698
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
699
699
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
700
700
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -712,7 +712,7 @@ namespace Csp.Multiplayer
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
/// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
|
|
715
|
-
///
|
|
715
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
716
716
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
717
717
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
718
718
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 566b175570414cbd8da3ab7727f9ff5c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 7c7e5bdd2ee8431ca39adb16b18ec8bd
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 630bc623352b4032ad58020ea5cdeaa7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -13,7 +13,7 @@ using System.Threading.Tasks;
|
|
|
13
13
|
namespace Csp.Multiplayer
|
|
14
14
|
{
|
|
15
15
|
/// <summary>Enumerates the list of properties that can be replicated for a portal component.</summary>
|
|
16
|
-
///
|
|
16
|
+
/// <remarks>IsVisible, IsARVisible and IsActive are no longer exposed but retained for backwards compatibility.</remarks>
|
|
17
17
|
|
|
18
18
|
public enum PortalPropertyKeys
|
|
19
19
|
{
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 9bcccb3d426c4ed59866c5db8516beb7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -204,7 +204,7 @@ namespace Csp.Multiplayer
|
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
/// <summary>Retrieves the space ID that this portal points to.</summary>
|
|
207
|
-
///
|
|
207
|
+
/// <remarks>When the user uses the portal, it should be able to leave the current space and enter the one</remarks>
|
|
208
208
|
/// <remarks>identified by this function.</remarks>
|
|
209
209
|
/// <returns>The ID of the space the portal component leads the player to.</returns>
|
|
210
210
|
|
|
@@ -220,7 +220,7 @@ namespace Csp.Multiplayer
|
|
|
220
220
|
}
|
|
221
221
|
|
|
222
222
|
/// <summary>Sets the space ID that this portal points to.</summary>
|
|
223
|
-
///
|
|
223
|
+
/// <remarks>When the user uses the portal, it should be able to leave the current space and enter the one</remarks>
|
|
224
224
|
/// <remarks>identified by this function.</remarks>
|
|
225
225
|
/// <param name="Value">The ID of the space the portal component leads the player to.</param>
|
|
226
226
|
|
|
@@ -234,7 +234,7 @@ namespace Csp.Multiplayer
|
|
|
234
234
|
}
|
|
235
235
|
|
|
236
236
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
237
|
-
///
|
|
237
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
238
238
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
239
239
|
/// <remarks>- +Y is UP</remarks>
|
|
240
240
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -250,7 +250,7 @@ namespace Csp.Multiplayer
|
|
|
250
250
|
}
|
|
251
251
|
|
|
252
252
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
253
|
-
///
|
|
253
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
254
254
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
255
255
|
/// <remarks>- +Y is UP</remarks>
|
|
256
256
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 5a7bedf514ba4e75b01991bdd688c59c
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 4b37524ba97a48409b145fbb8f22b722
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: ec75f86420794a2f86f5def0744773e9
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -361,7 +361,7 @@ namespace Csp.Multiplayer
|
|
|
361
361
|
}
|
|
362
362
|
|
|
363
363
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
364
|
-
///
|
|
364
|
+
/// <remarks>To retrieve this component's reflection asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
365
365
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
366
366
|
|
|
367
367
|
|
|
@@ -376,7 +376,7 @@ namespace Csp.Multiplayer
|
|
|
376
376
|
}
|
|
377
377
|
|
|
378
378
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
379
|
-
///
|
|
379
|
+
/// <remarks>To retrieve this component's reflection asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
380
380
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
381
381
|
|
|
382
382
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 5ddca7db1afb45419529b22afa01b316
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: f941862d050a42d4847c66560b9f36f7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 171d8c3870b14dd0b26cd13a566e05c9
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 1079670a71184115aa314bb07acf58ab
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 38a733873f604c3d9fa8f33a00cc6e86
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: eb552432de5d4240b068254bbd315cc7
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: d3f03dd26b05405fad7ad44eff9d6478
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -418,7 +418,7 @@ namespace Csp.Multiplayer
|
|
|
418
418
|
}
|
|
419
419
|
|
|
420
420
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
421
|
-
///
|
|
421
|
+
/// <remarks>To retrieve this component's static asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
422
422
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
423
423
|
|
|
424
424
|
|
|
@@ -435,7 +435,7 @@ namespace Csp.Multiplayer
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
438
|
-
///
|
|
438
|
+
/// <remarks>To retrieve this component's static asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
439
439
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
440
440
|
|
|
441
441
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 3d2aa7b30cd148b382725e53acc4e243
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 23ce216b8d454d7bbef033100cfa8e7f
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 32b54712f3a74591b9b2eb59ba192c26
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 1f1aa7edd2804fc08e4e7fd2b95a3132
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: e2c6e9f7416649ea8a21b9314f273fc1
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -775,7 +775,7 @@ namespace Csp.Multiplayer
|
|
|
775
775
|
}
|
|
776
776
|
|
|
777
777
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
778
|
-
///
|
|
778
|
+
/// <remarks>To retrieve this component's video asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
779
779
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
780
780
|
|
|
781
781
|
|
|
@@ -790,7 +790,7 @@ namespace Csp.Multiplayer
|
|
|
790
790
|
}
|
|
791
791
|
|
|
792
792
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
793
|
-
///
|
|
793
|
+
/// <remarks>To retrieve this component's video asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
794
794
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
795
795
|
|
|
796
796
|
|
|
@@ -803,7 +803,7 @@ namespace Csp.Multiplayer
|
|
|
803
803
|
}
|
|
804
804
|
|
|
805
805
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
806
|
-
///
|
|
806
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
807
807
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
808
808
|
/// <remarks>- +Y is UP</remarks>
|
|
809
809
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -821,7 +821,7 @@ namespace Csp.Multiplayer
|
|
|
821
821
|
}
|
|
822
822
|
|
|
823
823
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
824
|
-
///
|
|
824
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
825
825
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
826
826
|
/// <remarks>- +Y is UP</remarks>
|
|
827
827
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -834,7 +834,7 @@ namespace Csp.Multiplayer
|
|
|
834
834
|
}
|
|
835
835
|
|
|
836
836
|
/// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
|
|
837
|
-
///
|
|
837
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
838
838
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
839
839
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
840
840
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -854,7 +854,7 @@ namespace Csp.Multiplayer
|
|
|
854
854
|
}
|
|
855
855
|
|
|
856
856
|
/// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
|
|
857
|
-
///
|
|
857
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
858
858
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
859
859
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
860
860
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -871,7 +871,7 @@ namespace Csp.Multiplayer
|
|
|
871
871
|
}
|
|
872
872
|
|
|
873
873
|
/// <summary>Gets the scale of the origin of this component in world space.</summary>
|
|
874
|
-
///
|
|
874
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
875
875
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
876
876
|
/// <remarks>- +Y is UP</remarks>
|
|
877
877
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -888,7 +888,7 @@ namespace Csp.Multiplayer
|
|
|
888
888
|
|
|
889
889
|
/// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
|
|
890
890
|
/// <param name="Value">The new value expressed as vector (left, up, forward).</param>
|
|
891
|
-
///
|
|
891
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
892
892
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
893
893
|
/// <remarks>- +Y is UP</remarks>
|
|
894
894
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -981,7 +981,7 @@ namespace Csp.Multiplayer
|
|
|
981
981
|
}
|
|
982
982
|
|
|
983
983
|
/// <summary>Gets the radius from this component origin within which the audio of this video can be heard by the user.</summary>
|
|
984
|
-
///
|
|
984
|
+
/// <remarks>Only when the user position is within this radius the audio of the video should be heard.</remarks>
|
|
985
985
|
/// <returns>The radius within which the audio of the video can be heard by the user.</returns>
|
|
986
986
|
|
|
987
987
|
|
|
@@ -993,7 +993,7 @@ namespace Csp.Multiplayer
|
|
|
993
993
|
}
|
|
994
994
|
|
|
995
995
|
/// <summary>Sets the radius from this component origin within which the audio of this video can be heard by the user.</summary>
|
|
996
|
-
///
|
|
996
|
+
/// <remarks>Only when the user position is within this radius the audio of the video should be heard.</remarks>
|
|
997
997
|
/// <param name="Value">The radius within which the audio of the video can be heard by the user.</param>
|
|
998
998
|
|
|
999
999
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 2137961aba6d44c5878a525cb5b95d5e
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 457744fd415441089b3b04652bfda5b1
|
|
3
3
|
DefaultImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
|
-
userData:
|
|
6
|
-
assetBundleName:
|
|
7
|
-
assetBundleVariant:
|
|
5
|
+
userData:
|
|
6
|
+
assetBundleName:
|
|
7
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 10ffb1cf5c5b44948a9c82a43ffbb0d3
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 430ebe952e6e4de2b6a6bbb266ff8ef9
|
|
3
3
|
MonoImporter:
|
|
4
4
|
externalObjects: {}
|
|
5
5
|
serializedVersion: 2
|
|
6
6
|
defaultReferences: []
|
|
7
7
|
executionOrder: 0
|
|
8
8
|
icon: {instanceID: 0}
|
|
9
|
-
userData:
|
|
10
|
-
assetBundleName:
|
|
11
|
-
assetBundleVariant:
|
|
9
|
+
userData:
|
|
10
|
+
assetBundleName:
|
|
11
|
+
assetBundleVariant:
|