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
|
@@ -408,7 +408,7 @@ namespace Csp.Multiplayer
|
|
|
408
408
|
}
|
|
409
409
|
|
|
410
410
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
411
|
-
///
|
|
411
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
412
412
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
413
413
|
/// <remarks>- +Y is UP</remarks>
|
|
414
414
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -424,7 +424,7 @@ namespace Csp.Multiplayer
|
|
|
424
424
|
}
|
|
425
425
|
|
|
426
426
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
427
|
-
///
|
|
427
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
428
428
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
429
429
|
/// <remarks>- +Y is UP</remarks>
|
|
430
430
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -503,7 +503,7 @@ namespace Csp.Multiplayer
|
|
|
503
503
|
}
|
|
504
504
|
|
|
505
505
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
506
|
-
///
|
|
506
|
+
/// <remarks>To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
507
507
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
508
508
|
|
|
509
509
|
|
|
@@ -518,7 +518,7 @@ namespace Csp.Multiplayer
|
|
|
518
518
|
}
|
|
519
519
|
|
|
520
520
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
521
|
-
///
|
|
521
|
+
/// <remarks>To retrieve this component's audio asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
522
522
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
523
523
|
|
|
524
524
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 160e22eee5c34578911cb7f4788f9dff
|
|
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: 692f8cbeae844af8b80a5b5f70f6cdfa
|
|
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: 5529b6de5f544096b029cd545e5cad41
|
|
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: 5b1c1b231bbf41388625cc5d4e2c0f9d
|
|
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:
|
|
@@ -538,7 +538,7 @@ namespace Csp.Multiplayer
|
|
|
538
538
|
}
|
|
539
539
|
|
|
540
540
|
/// <summary>Gets the ID for the avatar of this avatar component.</summary>
|
|
541
|
-
///
|
|
541
|
+
/// <remarks>Used for selecting a specific avatar depending on the user's preferences.</remarks>
|
|
542
542
|
/// <returns>The ID of the currently active avatar of this avatar component.</returns>
|
|
543
543
|
|
|
544
544
|
|
|
@@ -553,7 +553,7 @@ namespace Csp.Multiplayer
|
|
|
553
553
|
}
|
|
554
554
|
|
|
555
555
|
/// <summary>Sets the ID for the avatar of this avatar component.</summary>
|
|
556
|
-
///
|
|
556
|
+
/// <remarks>Used for selecting a specific avatar depending on the user's preferences.</remarks>
|
|
557
557
|
/// <param name="Value">The ID of the currently active avatar of this avatar component.</param>
|
|
558
558
|
|
|
559
559
|
|
|
@@ -629,7 +629,7 @@ namespace Csp.Multiplayer
|
|
|
629
629
|
}
|
|
630
630
|
|
|
631
631
|
/// <summary>Gets the ID of the mesh of the avatar of this component.</summary>
|
|
632
|
-
///
|
|
632
|
+
/// <remarks> Used to establish which mesh this avatar should use among a collection of predefined meshes.</remarks>
|
|
633
633
|
/// <returns>The ID of the mesh of the avatar of this component.</returns>
|
|
634
634
|
|
|
635
635
|
|
|
@@ -641,7 +641,7 @@ namespace Csp.Multiplayer
|
|
|
641
641
|
}
|
|
642
642
|
|
|
643
643
|
/// <summary>Sets the ID of the mesh of the avatar of this component.</summary>
|
|
644
|
-
///
|
|
644
|
+
/// <remarks>Used to establish which mesh this avatar should use among a collection of predefined meshes.</remarks>
|
|
645
645
|
/// <param name="Value">The ID of the mesh of the avatar of this component.</param>
|
|
646
646
|
|
|
647
647
|
|
|
@@ -651,7 +651,7 @@ namespace Csp.Multiplayer
|
|
|
651
651
|
}
|
|
652
652
|
|
|
653
653
|
/// <summary>Gets the ID of the Agora user bounded to this avatar.</summary>
|
|
654
|
-
///
|
|
654
|
+
/// <remarks>When using voice chat, an Agora user is associated with a specific avatar component, so that</remarks>
|
|
655
655
|
/// <remarks>it is possible to associate the person speaking via the Agora voice chat through the relative avatar.</remarks>
|
|
656
656
|
/// <returns>The ID of the Agora user associated with this avatar component.</returns>
|
|
657
657
|
|
|
@@ -667,7 +667,7 @@ namespace Csp.Multiplayer
|
|
|
667
667
|
}
|
|
668
668
|
|
|
669
669
|
/// <summary>Sets the ID of the Agora user bounded to this avatar.</summary>
|
|
670
|
-
///
|
|
670
|
+
/// <remarks>When using voice chat, an Agora user is associated with a specific avatar component, so that</remarks>
|
|
671
671
|
/// <remarks>it is possible to associate the person speaking via the Agora voice chat through the relative avatar.</remarks>
|
|
672
672
|
/// <param name="Value">The ID of the Agora user associated with this avatar component.</param>
|
|
673
673
|
|
|
@@ -681,7 +681,7 @@ namespace Csp.Multiplayer
|
|
|
681
681
|
}
|
|
682
682
|
|
|
683
683
|
/// <summary>Gets the URL of a custom mesh for this avatar.</summary>
|
|
684
|
-
///
|
|
684
|
+
/// <remarks>This is intended for use with external avatar managers, such as ReadyPlayerMe.</remarks>
|
|
685
685
|
/// <returns>The URL of the custom mesh this avatar component uses for its avatar.</returns>
|
|
686
686
|
|
|
687
687
|
|
|
@@ -696,7 +696,7 @@ namespace Csp.Multiplayer
|
|
|
696
696
|
}
|
|
697
697
|
|
|
698
698
|
/// <summary>Sets the URL of a custom mesh for this avatar.</summary>
|
|
699
|
-
///
|
|
699
|
+
/// <remarks>This is intended for use with external avatar managers, such as ReadyPlayerMe.</remarks>
|
|
700
700
|
/// <param name="Value">The URL of the custom mesh this avatar component uses for its avatar.</param>
|
|
701
701
|
|
|
702
702
|
|
|
@@ -709,7 +709,7 @@ namespace Csp.Multiplayer
|
|
|
709
709
|
}
|
|
710
710
|
|
|
711
711
|
/// <summary>Checks if the Hands Inverse Kinematics (IK) are enabled for this avatar.</summary>
|
|
712
|
-
///
|
|
712
|
+
/// <remarks>Intended for use in VR or with virtual hands controllers.</remarks>
|
|
713
713
|
/// <returns>True if the avatar uses IK, false otherwise.</returns>
|
|
714
714
|
|
|
715
715
|
|
|
@@ -721,7 +721,7 @@ namespace Csp.Multiplayer
|
|
|
721
721
|
}
|
|
722
722
|
|
|
723
723
|
/// <summary>Sets if the Hands Inverse Kinematics (IK) are enabled for this avatar.</summary>
|
|
724
|
-
///
|
|
724
|
+
/// <remarks>Intended for use in VR or with virtual hands controllers.</remarks>
|
|
725
725
|
/// <param name="Value">True if the avatar uses IK, false otherwise.</param>
|
|
726
726
|
|
|
727
727
|
|
|
@@ -731,7 +731,7 @@ namespace Csp.Multiplayer
|
|
|
731
731
|
}
|
|
732
732
|
|
|
733
733
|
/// <summary>Gets the location of the target used for the hands IK.</summary>
|
|
734
|
-
///
|
|
734
|
+
/// <remarks>Used in combination with hand IK if enabled.</remarks>
|
|
735
735
|
/// <returns>The tartget location to use for the hands IK.</returns>
|
|
736
736
|
|
|
737
737
|
|
|
@@ -745,7 +745,7 @@ namespace Csp.Multiplayer
|
|
|
745
745
|
}
|
|
746
746
|
|
|
747
747
|
/// <summary>Sets the location of the target used for the hands IK.</summary>
|
|
748
|
-
///
|
|
748
|
+
/// <remarks>Used in combination with hand IK if enabled.</remarks>
|
|
749
749
|
/// <param name="Value">The tartget location to use for the hands IK.</param>
|
|
750
750
|
|
|
751
751
|
|
|
@@ -755,7 +755,7 @@ namespace Csp.Multiplayer
|
|
|
755
755
|
}
|
|
756
756
|
|
|
757
757
|
/// <summary>Gets the rotation of the avatar hand.</summary>
|
|
758
|
-
///
|
|
758
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
759
759
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
760
760
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
761
761
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -774,7 +774,7 @@ namespace Csp.Multiplayer
|
|
|
774
774
|
}
|
|
775
775
|
|
|
776
776
|
/// <summary>Sets the rotation of the avatar hand.</summary>
|
|
777
|
-
///
|
|
777
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
778
778
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
779
779
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
780
780
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -791,7 +791,7 @@ namespace Csp.Multiplayer
|
|
|
791
791
|
}
|
|
792
792
|
|
|
793
793
|
/// <summary>Gets the rotation of the avatar head.</summary>
|
|
794
|
-
///
|
|
794
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
795
795
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
796
796
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
797
797
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -810,7 +810,7 @@ namespace Csp.Multiplayer
|
|
|
810
810
|
}
|
|
811
811
|
|
|
812
812
|
/// <summary>Sets the rotation of the avatar head.</summary>
|
|
813
|
-
///
|
|
813
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
814
814
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
815
815
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
816
816
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -827,7 +827,7 @@ namespace Csp.Multiplayer
|
|
|
827
827
|
}
|
|
828
828
|
|
|
829
829
|
/// <summary>Gets blending between walk and run states expressed in percentage.</summary>
|
|
830
|
-
///
|
|
830
|
+
/// <remarks>Used to calculate a smooth transition between an avatar walking and an avatar running.</remarks>
|
|
831
831
|
/// <remarks>When 0 the avatar is fully walking, when 100 the avatar is fully running.</remarks>
|
|
832
832
|
/// <returns>The percentage of the blending between walk and run states.</returns>
|
|
833
833
|
|
|
@@ -840,7 +840,7 @@ namespace Csp.Multiplayer
|
|
|
840
840
|
}
|
|
841
841
|
|
|
842
842
|
/// <summary>Sets blending between walk and run states expressed in percentage.</summary>
|
|
843
|
-
///
|
|
843
|
+
/// <remarks>Used to calculate a smooth transition between an avatar walking and an avatar running.</remarks>
|
|
844
844
|
/// <remarks>When 0 the avatar is fully walking, when 100 the avatar is fully running.</remarks>
|
|
845
845
|
/// <param name="Value">The percentage of the blending between walk and run states.</param>
|
|
846
846
|
|
|
@@ -851,7 +851,7 @@ namespace Csp.Multiplayer
|
|
|
851
851
|
}
|
|
852
852
|
|
|
853
853
|
/// <summary>Gets the angle to use to twist the avatar's torso.</summary>
|
|
854
|
-
///
|
|
854
|
+
/// <remarks>To calculate the twist of the avatar torso, it is convention to evaluate the</remarks>
|
|
855
855
|
/// <remarks>difference between the avatar's hip forward direction and the avatar's head forward direction.</remarks>
|
|
856
856
|
/// <remarks>The greater the difference, the further the torso should be twisted.</remarks>
|
|
857
857
|
/// <remarks>Positive value if the torso is turning right, negative if avatar is turning left.</remarks>
|
|
@@ -866,7 +866,7 @@ namespace Csp.Multiplayer
|
|
|
866
866
|
}
|
|
867
867
|
|
|
868
868
|
/// <summary>Sets the angle to use to twist the avatar's torso.</summary>
|
|
869
|
-
///
|
|
869
|
+
/// <remarks>To calculate the twist of the avatar torso, it is convention to evaluate the</remarks>
|
|
870
870
|
/// <remarks>difference between the avatar's hip forward direction and the avatar's head forward direction.</remarks>
|
|
871
871
|
/// <remarks>The greater the difference, the further the torso should be twisted.</remarks>
|
|
872
872
|
/// <remarks>Positive value if the torso is turning right, negative if avatar is turning left.</remarks>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: be176586d4da4c65845cadb9d35fe00e
|
|
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: 719d814a2cf8438991e66ad1a3b6c8db
|
|
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: 9d4716e884c24c97b911281a6a4e006e
|
|
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: 82e32f219ca04897ac0a4dc93b9d9773
|
|
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:
|
|
@@ -363,7 +363,7 @@ namespace Csp.Multiplayer
|
|
|
363
363
|
}
|
|
364
364
|
|
|
365
365
|
/// <summary>Gets the ID of the icon asset associated with the button of this component.</summary>
|
|
366
|
-
///
|
|
366
|
+
/// <remarks>This is used to show a specific icon on the button by ID.</remarks>
|
|
367
367
|
/// <returns>The ID of the icon asset associated with the button of this component.</returns>
|
|
368
368
|
|
|
369
369
|
|
|
@@ -378,7 +378,7 @@ namespace Csp.Multiplayer
|
|
|
378
378
|
}
|
|
379
379
|
|
|
380
380
|
/// <summary>Sets the ID of the icon asset associated with the button of this component.</summary>
|
|
381
|
-
///
|
|
381
|
+
/// <remarks>This is used to show a specific icon on the button by ID.</remarks>
|
|
382
382
|
/// <param name="Value">The ID of the icon asset associated with the button of this component.</param>
|
|
383
383
|
|
|
384
384
|
|
|
@@ -391,7 +391,7 @@ namespace Csp.Multiplayer
|
|
|
391
391
|
}
|
|
392
392
|
|
|
393
393
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
394
|
-
///
|
|
394
|
+
/// <remarks>To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
395
395
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
396
396
|
|
|
397
397
|
|
|
@@ -406,7 +406,7 @@ namespace Csp.Multiplayer
|
|
|
406
406
|
}
|
|
407
407
|
|
|
408
408
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
409
|
-
///
|
|
409
|
+
/// <remarks>To retrieve this component's button asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
410
410
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
411
411
|
|
|
412
412
|
|
|
@@ -419,7 +419,7 @@ namespace Csp.Multiplayer
|
|
|
419
419
|
}
|
|
420
420
|
|
|
421
421
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
422
|
-
///
|
|
422
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
423
423
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
424
424
|
/// <remarks>- +Y is UP</remarks>
|
|
425
425
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -435,7 +435,7 @@ namespace Csp.Multiplayer
|
|
|
435
435
|
}
|
|
436
436
|
|
|
437
437
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
438
|
-
///
|
|
438
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
439
439
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
440
440
|
/// <remarks>- +Y is UP</remarks>
|
|
441
441
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -448,7 +448,7 @@ namespace Csp.Multiplayer
|
|
|
448
448
|
}
|
|
449
449
|
|
|
450
450
|
/// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
|
|
451
|
-
///
|
|
451
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
452
452
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
453
453
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
454
454
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -466,7 +466,7 @@ namespace Csp.Multiplayer
|
|
|
466
466
|
}
|
|
467
467
|
|
|
468
468
|
/// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
|
|
469
|
-
///
|
|
469
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
470
470
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
471
471
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
472
472
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -483,7 +483,7 @@ namespace Csp.Multiplayer
|
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
/// <summary>Gets the scale of the origin of this component in world space.</summary>
|
|
486
|
-
///
|
|
486
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
487
487
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
488
488
|
/// <remarks>- +Y is UP</remarks>
|
|
489
489
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -500,7 +500,7 @@ namespace Csp.Multiplayer
|
|
|
500
500
|
|
|
501
501
|
/// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
|
|
502
502
|
/// <param name="Value">The new value expressed as vector (left, up, forward).</param>
|
|
503
|
-
///
|
|
503
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
504
504
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
505
505
|
/// <remarks>- +Y is UP</remarks>
|
|
506
506
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 26c26d38a6b44865994b6c4f20b44ee6
|
|
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: cbba9a917d1a4172824da810770a8ebf
|
|
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: 916d7f1b2c6b4fbe88398c529909b24c
|
|
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: 2eca283063664cf9bb6a5e73cb482382
|
|
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:
|
|
@@ -433,7 +433,7 @@ namespace Csp.Multiplayer
|
|
|
433
433
|
}
|
|
434
434
|
|
|
435
435
|
/// <summary>Gets the position of the origin of this component in world space.</summary>
|
|
436
|
-
///
|
|
436
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
437
437
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
438
438
|
/// <remarks>- +Y is UP</remarks>
|
|
439
439
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -449,7 +449,7 @@ namespace Csp.Multiplayer
|
|
|
449
449
|
}
|
|
450
450
|
|
|
451
451
|
/// <summary>Sets the position of the origin of this component in world space.</summary>
|
|
452
|
-
///
|
|
452
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification, in meters.</remarks>
|
|
453
453
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
454
454
|
/// <remarks>- +Y is UP</remarks>
|
|
455
455
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -462,7 +462,7 @@ namespace Csp.Multiplayer
|
|
|
462
462
|
}
|
|
463
463
|
|
|
464
464
|
/// <summary>Gets a quaternion representing the rotation of the origin of this component, expressed in radians.</summary>
|
|
465
|
-
///
|
|
465
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
466
466
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
467
467
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
468
468
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -480,7 +480,7 @@ namespace Csp.Multiplayer
|
|
|
480
480
|
}
|
|
481
481
|
|
|
482
482
|
/// <summary>Sets the rotation of the origin of this component according to the specified quaternion "Value", expressed in radians.</summary>
|
|
483
|
-
///
|
|
483
|
+
/// <remarks>The coordinate system respects the following conventions:</remarks>
|
|
484
484
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
485
485
|
/// <remarks>- Positive rotation is counterclockwise</remarks>
|
|
486
486
|
/// <remarks>- The geographic North is along the positive Z axis (+Z) at an orientation of 0 degrees.</remarks>
|
|
@@ -497,7 +497,7 @@ namespace Csp.Multiplayer
|
|
|
497
497
|
}
|
|
498
498
|
|
|
499
499
|
/// <summary>Gets the scale of the origin of this component in world space.</summary>
|
|
500
|
-
///
|
|
500
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
501
501
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
502
502
|
/// <remarks>- +Y is UP</remarks>
|
|
503
503
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -514,7 +514,7 @@ namespace Csp.Multiplayer
|
|
|
514
514
|
|
|
515
515
|
/// <summary>Sets the scale of the origin of this component in world space to the specified "Value".</summary>
|
|
516
516
|
/// <param name="Value">The new value expressed as vector (left, up, forward).</param>
|
|
517
|
-
///
|
|
517
|
+
/// <remarks>The coordinate system used follows the glTF 2.0 specification.</remarks>
|
|
518
518
|
/// <remarks>- Right handed coordinate system</remarks>
|
|
519
519
|
/// <remarks>- +Y is UP</remarks>
|
|
520
520
|
/// <remarks>- +X is left (facing forward)</remarks>
|
|
@@ -593,7 +593,7 @@ namespace Csp.Multiplayer
|
|
|
593
593
|
}
|
|
594
594
|
|
|
595
595
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
596
|
-
///
|
|
596
|
+
/// <remarks>To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
597
597
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
598
598
|
|
|
599
599
|
|
|
@@ -608,7 +608,7 @@ namespace Csp.Multiplayer
|
|
|
608
608
|
}
|
|
609
609
|
|
|
610
610
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
611
|
-
///
|
|
611
|
+
/// <remarks>To retrieve this component's collision asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
612
612
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
613
613
|
|
|
614
614
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 7bc9bedab10a453ea50aaf4041643fd0
|
|
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: d3d535ab7fd04112b76f2197df60b606
|
|
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: 76ebec24bb9d4c40bf8242ea92713b0d
|
|
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: b787aa7b052d4b208b6c70080fd27a70
|
|
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:
|