connected-spaces-platform.unity.core 4.11.0 → 4.11.2
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 +197 -5
- 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.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.meta +4 -4
- package/Source/Multiplayer/EAssetChangeType.cs.meta +4 -4
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +4 -4
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +4 -4
- 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.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.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: 23a9378217a74b2ba915beef90bc47a3
|
|
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: 5b9a0bfce1c243cab450164252a93174
|
|
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: 32a2bf0978294c02b5b25a2bf76836e6
|
|
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: 1c087467502846ca831f7b50ef5d4ae4
|
|
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: 0df094c92c3a43f9af1739c31c199bc8
|
|
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: 6e9446f6b698445290150d43a8045364
|
|
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: 128d1cbb111d40f680b50f5dbf34c8c2
|
|
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: fc478d277be74ac8b3f8b45769e73516
|
|
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: ab394fac5e604feaa5d123f6c05f64f7
|
|
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:
|
|
@@ -511,7 +511,7 @@ namespace Csp.Multiplayer
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
514
|
-
///
|
|
514
|
+
/// <remarks>To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
515
515
|
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
516
516
|
|
|
517
517
|
|
|
@@ -528,7 +528,7 @@ namespace Csp.Multiplayer
|
|
|
528
528
|
}
|
|
529
529
|
|
|
530
530
|
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
531
|
-
///
|
|
531
|
+
/// <remarks>To retrieve this component's animated asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
532
532
|
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
533
533
|
|
|
534
534
|
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
fileFormatVersion: 2
|
|
2
|
-
guid:
|
|
2
|
+
guid: 5d2f8bf2ee4840dcb4880fdc12a1d9dd
|
|
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: 23f45276a01c43edb47479f86d8a106e
|
|
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: 82a9377e18554acebdef1b7de65d6333
|
|
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:
|
|
@@ -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: a8f5b73c84894421a8d7d76af85074de
|
|
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: 563624fa27f947cfb459f33f647b45fc
|
|
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: ebd090fa821849d2b02aec7b32cd6dbc
|
|
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: 93906e04db684ad69b88c2e166c9ba47
|
|
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: 3384bee14a8244bb81c95820ed7759d3
|
|
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: 9e6ffb8cd0b44bd0bcd259589a1054dd
|
|
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: 7b933091383e4375a6e5ed760bd25cb8
|
|
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: 2303c91c584142eab16cb2a29047a81c
|
|
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:
|