connected-spaces-platform.unity.core 5.0.0 → 5.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +3 -2
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs +26 -156
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +28 -168
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +10 -60
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +1794 -10764
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs +14 -84
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +1226 -7356
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +44 -264
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +43 -132
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +49 -168
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Constants.cs +13 -0
- package/Source/Constants.cs.meta +11 -0
- package/Source/Csp.cs +6 -36
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +32 -192
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +24 -144
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +20 -120
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +12 -72
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +56 -336
- package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs +48 -288
- package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +64 -384
- package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
- package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +54 -324
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +54 -324
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +22 -132
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +12 -72
- package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +40 -240
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FogSpaceComponent.cs +64 -384
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +34 -204
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +52 -312
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/Interfaces.meta +1 -1
- package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightSpaceComponent.cs +64 -384
- package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
- package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs +22 -132
- package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +32 -192
- package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +16 -96
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +10 -60
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +44 -264
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextSpaceComponent.cs +56 -336
- package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +88 -528
- package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components.meta +1 -1
- package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +28 -168
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +16 -96
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -24
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +24 -144
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +6 -36
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +12 -72
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +4 -24
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +12 -72
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
- package/Source/Multiplayer/ESequenceUpdateType.cs +1 -0
- package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs +2 -0
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +32 -192
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +44 -264
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +32 -192
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SequenceChangedParams.cs +16 -96
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/SequenceHierarchy.cs +109 -0
- package/Source/Multiplayer/SequenceHierarchy.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +119 -0
- package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +84 -0
- package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +11 -0
- package/Source/Multiplayer/SequenceHierarchyResult.cs +84 -0
- package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +11 -0
- package/Source/Multiplayer/SpaceEntity.cs +257 -480
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +459 -444
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +1 -0
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +28 -108
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs +20 -120
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +20 -120
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +4 -24
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +2 -12
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -12
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +70 -420
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +66 -396
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +4 -24
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +6 -36
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +8 -48
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs +4 -24
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +42 -252
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +4 -24
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +16 -96
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs +12 -72
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +12 -72
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +12 -72
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +4 -24
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +6 -36
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +4 -24
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +4 -24
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +20 -120
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +16 -96
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +12 -72
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +12 -72
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +20 -120
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +4 -24
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +32 -192
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +4 -24
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +4 -24
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +24 -144
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -216
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +24 -144
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +6 -36
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +12 -72
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs +1 -0
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +36 -216
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +4 -24
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +12 -72
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +4 -24
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +28 -168
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +20 -120
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +4 -24
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +8 -48
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -24
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +4 -24
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs +12 -72
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +4 -24
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +4 -24
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +22 -100
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
- package/Source/Systems/HotspotSequence.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +24 -144
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +18 -108
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +10 -60
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +2 -12
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +2 -12
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +16 -96
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +12 -72
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs +34 -204
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs +4 -24
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs +12 -72
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs +4 -24
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs +22 -132
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs +16 -96
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs +4 -24
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs +20 -120
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs +4 -24
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs +4 -24
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs +4 -24
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- package/Source/Systems/Quota/QuotaSystem.cs +16 -96
- package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
- package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
- package/Source/Systems/Quota/TierNames.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierInfo.cs +16 -96
- package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs +4 -24
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs +16 -96
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +8 -48
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs +24 -144
- package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceResult.cs +4 -24
- package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceSystem.cs +19 -72
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
- package/Source/Systems/Sequence/SequencesResult.cs +4 -24
- package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
- package/Source/Systems/Sequence.meta +1 -1
- package/Source/Systems/Settings/AvatarInfoResult.cs +6 -36
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +16 -96
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +4 -24
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +32 -192
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +20 -120
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +4 -24
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +6 -36
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +14 -84
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +18 -108
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +4 -24
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +24 -144
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +4 -24
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +4 -24
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +34 -204
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +20 -120
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +6 -36
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -24
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +6 -36
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +139 -408
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +4 -24
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +4 -24
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +4 -24
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +14 -84
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +56 -336
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +28 -168
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +4 -24
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +14 -84
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +16 -96
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +18 -108
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +22 -132
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +4 -24
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +4 -24
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +52 -312
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +6 -36
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +4 -24
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +4 -24
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -12
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +42 -252
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +4 -24
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +32 -192
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +24 -144
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +4 -24
- package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
- package/Source/Systems/Users/ELoginState.cs.meta +1 -1
- package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
- package/Source/Systems/Users/LoginState.cs +32 -192
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +4 -24
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +20 -120
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs +4 -24
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs +36 -216
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +4 -24
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +8 -48
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +20 -120
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +48 -288
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +4 -24
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/visionos/libConnectedSpacesPlatform.a +0 -0
- package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
- package/visionos/libcrypto.a.meta +1 -1
- package/visionos/libssl.a.meta +1 -1
- package/visionos.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
|
@@ -31,443 +31,163 @@ namespace Csp.Multiplayer
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
[
|
|
35
|
-
|
|
36
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
37
|
-
"__Internal"
|
|
38
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
39
|
-
"ConnectedSpacesPlatform_D"
|
|
40
|
-
#else
|
|
41
|
-
"ConnectedSpacesPlatform"
|
|
42
|
-
#endif
|
|
43
|
-
),
|
|
44
|
-
SuppressUnmanagedCodeSecurity
|
|
45
|
-
]
|
|
34
|
+
[DllImport(Csp.Constants.DllName)]
|
|
35
|
+
[SuppressUnmanagedCodeSecurity]
|
|
46
36
|
static extern NativePointer csp_multiplayer_AnimatedModelSpaceComponent_Ctor_SpaceEntityP(IntPtr Parent);
|
|
47
37
|
|
|
48
|
-
[
|
|
49
|
-
|
|
50
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
51
|
-
"__Internal"
|
|
52
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
53
|
-
"ConnectedSpacesPlatform_D"
|
|
54
|
-
#else
|
|
55
|
-
"ConnectedSpacesPlatform"
|
|
56
|
-
#endif
|
|
57
|
-
),
|
|
58
|
-
SuppressUnmanagedCodeSecurity
|
|
59
|
-
]
|
|
38
|
+
[DllImport(Csp.Constants.DllName)]
|
|
39
|
+
[SuppressUnmanagedCodeSecurity]
|
|
60
40
|
static extern IntPtr csp_multiplayer_AnimatedModelSpaceComponent_GetExternalResourceAssetIdC_StringRC(
|
|
61
41
|
IntPtr @class
|
|
62
42
|
);
|
|
63
43
|
|
|
64
|
-
[
|
|
65
|
-
|
|
66
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
67
|
-
"__Internal"
|
|
68
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
69
|
-
"ConnectedSpacesPlatform_D"
|
|
70
|
-
#else
|
|
71
|
-
"ConnectedSpacesPlatform"
|
|
72
|
-
#endif
|
|
73
|
-
),
|
|
74
|
-
SuppressUnmanagedCodeSecurity
|
|
75
|
-
]
|
|
44
|
+
[DllImport(Csp.Constants.DllName)]
|
|
45
|
+
[SuppressUnmanagedCodeSecurity]
|
|
76
46
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetExternalResourceAssetId_void_StringRC(
|
|
77
47
|
IntPtr @class,
|
|
78
48
|
IntPtr Value
|
|
79
49
|
);
|
|
80
50
|
|
|
81
|
-
[
|
|
82
|
-
|
|
83
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
84
|
-
"__Internal"
|
|
85
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
86
|
-
"ConnectedSpacesPlatform_D"
|
|
87
|
-
#else
|
|
88
|
-
"ConnectedSpacesPlatform"
|
|
89
|
-
#endif
|
|
90
|
-
),
|
|
91
|
-
SuppressUnmanagedCodeSecurity
|
|
92
|
-
]
|
|
51
|
+
[DllImport(Csp.Constants.DllName)]
|
|
52
|
+
[SuppressUnmanagedCodeSecurity]
|
|
93
53
|
static extern IntPtr csp_multiplayer_AnimatedModelSpaceComponent_GetExternalResourceAssetCollectionIdC_StringRC(
|
|
94
54
|
IntPtr @class
|
|
95
55
|
);
|
|
96
56
|
|
|
97
|
-
[
|
|
98
|
-
|
|
99
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
100
|
-
"__Internal"
|
|
101
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
102
|
-
"ConnectedSpacesPlatform_D"
|
|
103
|
-
#else
|
|
104
|
-
"ConnectedSpacesPlatform"
|
|
105
|
-
#endif
|
|
106
|
-
),
|
|
107
|
-
SuppressUnmanagedCodeSecurity
|
|
108
|
-
]
|
|
57
|
+
[DllImport(Csp.Constants.DllName)]
|
|
58
|
+
[SuppressUnmanagedCodeSecurity]
|
|
109
59
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetExternalResourceAssetCollectionId_void_StringRC(
|
|
110
60
|
IntPtr @class,
|
|
111
61
|
IntPtr Value
|
|
112
62
|
);
|
|
113
63
|
|
|
114
|
-
[
|
|
115
|
-
|
|
116
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
117
|
-
"__Internal"
|
|
118
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
119
|
-
"ConnectedSpacesPlatform_D"
|
|
120
|
-
#else
|
|
121
|
-
"ConnectedSpacesPlatform"
|
|
122
|
-
#endif
|
|
123
|
-
),
|
|
124
|
-
SuppressUnmanagedCodeSecurity
|
|
125
|
-
]
|
|
64
|
+
[DllImport(Csp.Constants.DllName)]
|
|
65
|
+
[SuppressUnmanagedCodeSecurity]
|
|
126
66
|
static extern NativePointer csp_multiplayer_AnimatedModelSpaceComponent_GetPositionC_Vector3RC(IntPtr @class);
|
|
127
67
|
|
|
128
|
-
[
|
|
129
|
-
|
|
130
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
131
|
-
"__Internal"
|
|
132
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
133
|
-
"ConnectedSpacesPlatform_D"
|
|
134
|
-
#else
|
|
135
|
-
"ConnectedSpacesPlatform"
|
|
136
|
-
#endif
|
|
137
|
-
),
|
|
138
|
-
SuppressUnmanagedCodeSecurity
|
|
139
|
-
]
|
|
68
|
+
[DllImport(Csp.Constants.DllName)]
|
|
69
|
+
[SuppressUnmanagedCodeSecurity]
|
|
140
70
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetPosition_void_Vector3RC(
|
|
141
71
|
IntPtr @class,
|
|
142
72
|
IntPtr InValue
|
|
143
73
|
);
|
|
144
74
|
|
|
145
|
-
[
|
|
146
|
-
|
|
147
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
148
|
-
"__Internal"
|
|
149
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
150
|
-
"ConnectedSpacesPlatform_D"
|
|
151
|
-
#else
|
|
152
|
-
"ConnectedSpacesPlatform"
|
|
153
|
-
#endif
|
|
154
|
-
),
|
|
155
|
-
SuppressUnmanagedCodeSecurity
|
|
156
|
-
]
|
|
75
|
+
[DllImport(Csp.Constants.DllName)]
|
|
76
|
+
[SuppressUnmanagedCodeSecurity]
|
|
157
77
|
static extern NativePointer csp_multiplayer_AnimatedModelSpaceComponent_GetRotationC_Vector4RC(IntPtr @class);
|
|
158
78
|
|
|
159
|
-
[
|
|
160
|
-
|
|
161
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
162
|
-
"__Internal"
|
|
163
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
164
|
-
"ConnectedSpacesPlatform_D"
|
|
165
|
-
#else
|
|
166
|
-
"ConnectedSpacesPlatform"
|
|
167
|
-
#endif
|
|
168
|
-
),
|
|
169
|
-
SuppressUnmanagedCodeSecurity
|
|
170
|
-
]
|
|
79
|
+
[DllImport(Csp.Constants.DllName)]
|
|
80
|
+
[SuppressUnmanagedCodeSecurity]
|
|
171
81
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetRotation_void_Vector4RC(
|
|
172
82
|
IntPtr @class,
|
|
173
83
|
IntPtr InValue
|
|
174
84
|
);
|
|
175
85
|
|
|
176
|
-
[
|
|
177
|
-
|
|
178
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
179
|
-
"__Internal"
|
|
180
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
181
|
-
"ConnectedSpacesPlatform_D"
|
|
182
|
-
#else
|
|
183
|
-
"ConnectedSpacesPlatform"
|
|
184
|
-
#endif
|
|
185
|
-
),
|
|
186
|
-
SuppressUnmanagedCodeSecurity
|
|
187
|
-
]
|
|
86
|
+
[DllImport(Csp.Constants.DllName)]
|
|
87
|
+
[SuppressUnmanagedCodeSecurity]
|
|
188
88
|
static extern NativePointer csp_multiplayer_AnimatedModelSpaceComponent_GetScaleC_Vector3RC(IntPtr @class);
|
|
189
89
|
|
|
190
|
-
[
|
|
191
|
-
|
|
192
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
193
|
-
"__Internal"
|
|
194
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
195
|
-
"ConnectedSpacesPlatform_D"
|
|
196
|
-
#else
|
|
197
|
-
"ConnectedSpacesPlatform"
|
|
198
|
-
#endif
|
|
199
|
-
),
|
|
200
|
-
SuppressUnmanagedCodeSecurity
|
|
201
|
-
]
|
|
90
|
+
[DllImport(Csp.Constants.DllName)]
|
|
91
|
+
[SuppressUnmanagedCodeSecurity]
|
|
202
92
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetScale_void_Vector3RC(
|
|
203
93
|
IntPtr @class,
|
|
204
94
|
IntPtr InValue
|
|
205
95
|
);
|
|
206
96
|
|
|
207
|
-
[
|
|
208
|
-
|
|
209
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
210
|
-
"__Internal"
|
|
211
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
212
|
-
"ConnectedSpacesPlatform_D"
|
|
213
|
-
#else
|
|
214
|
-
"ConnectedSpacesPlatform"
|
|
215
|
-
#endif
|
|
216
|
-
),
|
|
217
|
-
SuppressUnmanagedCodeSecurity
|
|
218
|
-
]
|
|
97
|
+
[DllImport(Csp.Constants.DllName)]
|
|
98
|
+
[SuppressUnmanagedCodeSecurity]
|
|
219
99
|
static extern NativePointer csp_multiplayer_AnimatedModelSpaceComponent_GetTransformC_SpaceTransform(
|
|
220
100
|
IntPtr @class
|
|
221
101
|
);
|
|
222
102
|
|
|
223
|
-
[
|
|
224
|
-
|
|
225
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
226
|
-
"__Internal"
|
|
227
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
228
|
-
"ConnectedSpacesPlatform_D"
|
|
229
|
-
#else
|
|
230
|
-
"ConnectedSpacesPlatform"
|
|
231
|
-
#endif
|
|
232
|
-
),
|
|
233
|
-
SuppressUnmanagedCodeSecurity
|
|
234
|
-
]
|
|
103
|
+
[DllImport(Csp.Constants.DllName)]
|
|
104
|
+
[SuppressUnmanagedCodeSecurity]
|
|
235
105
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetTransform_void_SpaceTransformRC(
|
|
236
106
|
IntPtr @class,
|
|
237
107
|
IntPtr InValue
|
|
238
108
|
);
|
|
239
109
|
|
|
240
|
-
[
|
|
241
|
-
|
|
242
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
243
|
-
"__Internal"
|
|
244
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
245
|
-
"ConnectedSpacesPlatform_D"
|
|
246
|
-
#else
|
|
247
|
-
"ConnectedSpacesPlatform"
|
|
248
|
-
#endif
|
|
249
|
-
),
|
|
250
|
-
SuppressUnmanagedCodeSecurity
|
|
251
|
-
]
|
|
110
|
+
[DllImport(Csp.Constants.DllName)]
|
|
111
|
+
[SuppressUnmanagedCodeSecurity]
|
|
252
112
|
static extern bool csp_multiplayer_AnimatedModelSpaceComponent_GetIsLoopPlaybackC_bool(IntPtr @class);
|
|
253
113
|
|
|
254
|
-
[
|
|
255
|
-
|
|
256
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
257
|
-
"__Internal"
|
|
258
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
259
|
-
"ConnectedSpacesPlatform_D"
|
|
260
|
-
#else
|
|
261
|
-
"ConnectedSpacesPlatform"
|
|
262
|
-
#endif
|
|
263
|
-
),
|
|
264
|
-
SuppressUnmanagedCodeSecurity
|
|
265
|
-
]
|
|
114
|
+
[DllImport(Csp.Constants.DllName)]
|
|
115
|
+
[SuppressUnmanagedCodeSecurity]
|
|
266
116
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetIsLoopPlayback_void_bool(
|
|
267
117
|
IntPtr @class,
|
|
268
118
|
bool Value
|
|
269
119
|
);
|
|
270
120
|
|
|
271
|
-
[
|
|
272
|
-
|
|
273
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
274
|
-
"__Internal"
|
|
275
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
276
|
-
"ConnectedSpacesPlatform_D"
|
|
277
|
-
#else
|
|
278
|
-
"ConnectedSpacesPlatform"
|
|
279
|
-
#endif
|
|
280
|
-
),
|
|
281
|
-
SuppressUnmanagedCodeSecurity
|
|
282
|
-
]
|
|
121
|
+
[DllImport(Csp.Constants.DllName)]
|
|
122
|
+
[SuppressUnmanagedCodeSecurity]
|
|
283
123
|
static extern bool csp_multiplayer_AnimatedModelSpaceComponent_GetIsPlayingC_bool(IntPtr @class);
|
|
284
124
|
|
|
285
|
-
[
|
|
286
|
-
|
|
287
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
288
|
-
"__Internal"
|
|
289
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
290
|
-
"ConnectedSpacesPlatform_D"
|
|
291
|
-
#else
|
|
292
|
-
"ConnectedSpacesPlatform"
|
|
293
|
-
#endif
|
|
294
|
-
),
|
|
295
|
-
SuppressUnmanagedCodeSecurity
|
|
296
|
-
]
|
|
125
|
+
[DllImport(Csp.Constants.DllName)]
|
|
126
|
+
[SuppressUnmanagedCodeSecurity]
|
|
297
127
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetIsPlaying_void_bool(
|
|
298
128
|
IntPtr @class,
|
|
299
129
|
bool Value
|
|
300
130
|
);
|
|
301
131
|
|
|
302
|
-
[
|
|
303
|
-
|
|
304
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
305
|
-
"__Internal"
|
|
306
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
307
|
-
"ConnectedSpacesPlatform_D"
|
|
308
|
-
#else
|
|
309
|
-
"ConnectedSpacesPlatform"
|
|
310
|
-
#endif
|
|
311
|
-
),
|
|
312
|
-
SuppressUnmanagedCodeSecurity
|
|
313
|
-
]
|
|
132
|
+
[DllImport(Csp.Constants.DllName)]
|
|
133
|
+
[SuppressUnmanagedCodeSecurity]
|
|
314
134
|
static extern long csp_multiplayer_AnimatedModelSpaceComponent_GetAnimationIndexC_int64_t(IntPtr @class);
|
|
315
135
|
|
|
316
|
-
[
|
|
317
|
-
|
|
318
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
319
|
-
"__Internal"
|
|
320
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
321
|
-
"ConnectedSpacesPlatform_D"
|
|
322
|
-
#else
|
|
323
|
-
"ConnectedSpacesPlatform"
|
|
324
|
-
#endif
|
|
325
|
-
),
|
|
326
|
-
SuppressUnmanagedCodeSecurity
|
|
327
|
-
]
|
|
136
|
+
[DllImport(Csp.Constants.DllName)]
|
|
137
|
+
[SuppressUnmanagedCodeSecurity]
|
|
328
138
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetAnimationIndex_void_int64_t(
|
|
329
139
|
IntPtr @class,
|
|
330
140
|
long Value
|
|
331
141
|
);
|
|
332
142
|
|
|
333
|
-
[
|
|
334
|
-
|
|
335
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
336
|
-
"__Internal"
|
|
337
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
338
|
-
"ConnectedSpacesPlatform_D"
|
|
339
|
-
#else
|
|
340
|
-
"ConnectedSpacesPlatform"
|
|
341
|
-
#endif
|
|
342
|
-
),
|
|
343
|
-
SuppressUnmanagedCodeSecurity
|
|
344
|
-
]
|
|
143
|
+
[DllImport(Csp.Constants.DllName)]
|
|
144
|
+
[SuppressUnmanagedCodeSecurity]
|
|
345
145
|
static extern bool csp_multiplayer_AnimatedModelSpaceComponent_GetIsVisibleC_bool(IntPtr @class);
|
|
346
146
|
|
|
347
|
-
[
|
|
348
|
-
|
|
349
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
350
|
-
"__Internal"
|
|
351
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
352
|
-
"ConnectedSpacesPlatform_D"
|
|
353
|
-
#else
|
|
354
|
-
"ConnectedSpacesPlatform"
|
|
355
|
-
#endif
|
|
356
|
-
),
|
|
357
|
-
SuppressUnmanagedCodeSecurity
|
|
358
|
-
]
|
|
147
|
+
[DllImport(Csp.Constants.DllName)]
|
|
148
|
+
[SuppressUnmanagedCodeSecurity]
|
|
359
149
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetIsVisible_void_bool(
|
|
360
150
|
IntPtr @class,
|
|
361
151
|
bool InValue
|
|
362
152
|
);
|
|
363
153
|
|
|
364
|
-
[
|
|
365
|
-
|
|
366
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
367
|
-
"__Internal"
|
|
368
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
369
|
-
"ConnectedSpacesPlatform_D"
|
|
370
|
-
#else
|
|
371
|
-
"ConnectedSpacesPlatform"
|
|
372
|
-
#endif
|
|
373
|
-
),
|
|
374
|
-
SuppressUnmanagedCodeSecurity
|
|
375
|
-
]
|
|
154
|
+
[DllImport(Csp.Constants.DllName)]
|
|
155
|
+
[SuppressUnmanagedCodeSecurity]
|
|
376
156
|
static extern bool csp_multiplayer_AnimatedModelSpaceComponent_GetIsARVisibleC_bool(IntPtr @class);
|
|
377
157
|
|
|
378
|
-
[
|
|
379
|
-
|
|
380
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
381
|
-
"__Internal"
|
|
382
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
383
|
-
"ConnectedSpacesPlatform_D"
|
|
384
|
-
#else
|
|
385
|
-
"ConnectedSpacesPlatform"
|
|
386
|
-
#endif
|
|
387
|
-
),
|
|
388
|
-
SuppressUnmanagedCodeSecurity
|
|
389
|
-
]
|
|
158
|
+
[DllImport(Csp.Constants.DllName)]
|
|
159
|
+
[SuppressUnmanagedCodeSecurity]
|
|
390
160
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetIsARVisible_void_bool(
|
|
391
161
|
IntPtr @class,
|
|
392
162
|
bool InValue
|
|
393
163
|
);
|
|
394
164
|
|
|
395
|
-
[
|
|
396
|
-
|
|
397
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
398
|
-
"__Internal"
|
|
399
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
400
|
-
"ConnectedSpacesPlatform_D"
|
|
401
|
-
#else
|
|
402
|
-
"ConnectedSpacesPlatform"
|
|
403
|
-
#endif
|
|
404
|
-
),
|
|
405
|
-
SuppressUnmanagedCodeSecurity
|
|
406
|
-
]
|
|
165
|
+
[DllImport(Csp.Constants.DllName)]
|
|
166
|
+
[SuppressUnmanagedCodeSecurity]
|
|
407
167
|
static extern IntPtr csp_multiplayer_AnimatedModelSpaceComponent_GetThirdPartyComponentRefC_StringRC(
|
|
408
168
|
IntPtr @class
|
|
409
169
|
);
|
|
410
170
|
|
|
411
|
-
[
|
|
412
|
-
|
|
413
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
414
|
-
"__Internal"
|
|
415
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
416
|
-
"ConnectedSpacesPlatform_D"
|
|
417
|
-
#else
|
|
418
|
-
"ConnectedSpacesPlatform"
|
|
419
|
-
#endif
|
|
420
|
-
),
|
|
421
|
-
SuppressUnmanagedCodeSecurity
|
|
422
|
-
]
|
|
171
|
+
[DllImport(Csp.Constants.DllName)]
|
|
172
|
+
[SuppressUnmanagedCodeSecurity]
|
|
423
173
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetThirdPartyComponentRef_void_StringRC(
|
|
424
174
|
IntPtr @class,
|
|
425
175
|
IntPtr InValue
|
|
426
176
|
);
|
|
427
177
|
|
|
428
|
-
[
|
|
429
|
-
|
|
430
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
431
|
-
"__Internal"
|
|
432
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
433
|
-
"ConnectedSpacesPlatform_D"
|
|
434
|
-
#else
|
|
435
|
-
"ConnectedSpacesPlatform"
|
|
436
|
-
#endif
|
|
437
|
-
),
|
|
438
|
-
SuppressUnmanagedCodeSecurity
|
|
439
|
-
]
|
|
178
|
+
[DllImport(Csp.Constants.DllName)]
|
|
179
|
+
[SuppressUnmanagedCodeSecurity]
|
|
440
180
|
static extern bool csp_multiplayer_AnimatedModelSpaceComponent_GetIsShadowCasterC_bool(IntPtr @class);
|
|
441
181
|
|
|
442
|
-
[
|
|
443
|
-
|
|
444
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
445
|
-
"__Internal"
|
|
446
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
447
|
-
"ConnectedSpacesPlatform_D"
|
|
448
|
-
#else
|
|
449
|
-
"ConnectedSpacesPlatform"
|
|
450
|
-
#endif
|
|
451
|
-
),
|
|
452
|
-
SuppressUnmanagedCodeSecurity
|
|
453
|
-
]
|
|
182
|
+
[DllImport(Csp.Constants.DllName)]
|
|
183
|
+
[SuppressUnmanagedCodeSecurity]
|
|
454
184
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_SetIsShadowCaster_void_bool(
|
|
455
185
|
IntPtr @class,
|
|
456
186
|
bool Value
|
|
457
187
|
);
|
|
458
188
|
|
|
459
|
-
[
|
|
460
|
-
|
|
461
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
462
|
-
"__Internal"
|
|
463
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
464
|
-
"ConnectedSpacesPlatform_D"
|
|
465
|
-
#else
|
|
466
|
-
"ConnectedSpacesPlatform"
|
|
467
|
-
#endif
|
|
468
|
-
),
|
|
469
|
-
SuppressUnmanagedCodeSecurity
|
|
470
|
-
]
|
|
189
|
+
[DllImport(Csp.Constants.DllName)]
|
|
190
|
+
[SuppressUnmanagedCodeSecurity]
|
|
471
191
|
static extern void csp_multiplayer_AnimatedModelSpaceComponent_Dtor(IntPtr @class);
|
|
472
192
|
|
|
473
193
|
#pragma warning restore IDE1006
|