connected-spaces-platform.unity.core 5.0.1 → 5.2.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 +181 -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/Vector2.cs +164 -0
- package/Source/Common/Vector2.cs.meta +11 -0
- 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 +1 -0
- 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/CinematicCameraPropertyKeys.cs +35 -0
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs +532 -0
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +11 -0
- 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 +4 -0
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs +2 -0
- 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 +86 -264
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs +1 -0
- 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 +65 -193
- 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 +0 -0
- 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
|
@@ -28,393 +28,133 @@ namespace Csp.Multiplayer
|
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
|
|
31
|
-
[
|
|
32
|
-
|
|
33
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
34
|
-
"__Internal"
|
|
35
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
36
|
-
"ConnectedSpacesPlatform_D"
|
|
37
|
-
#else
|
|
38
|
-
"ConnectedSpacesPlatform"
|
|
39
|
-
#endif
|
|
40
|
-
),
|
|
41
|
-
SuppressUnmanagedCodeSecurity
|
|
42
|
-
]
|
|
31
|
+
[DllImport(Csp.Constants.DllName)]
|
|
32
|
+
[SuppressUnmanagedCodeSecurity]
|
|
43
33
|
static extern NativePointer csp_multiplayer_ImageSpaceComponent_Ctor_SpaceEntityP(IntPtr Parent);
|
|
44
34
|
|
|
45
|
-
[
|
|
46
|
-
|
|
47
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
48
|
-
"__Internal"
|
|
49
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
50
|
-
"ConnectedSpacesPlatform_D"
|
|
51
|
-
#else
|
|
52
|
-
"ConnectedSpacesPlatform"
|
|
53
|
-
#endif
|
|
54
|
-
),
|
|
55
|
-
SuppressUnmanagedCodeSecurity
|
|
56
|
-
]
|
|
35
|
+
[DllImport(Csp.Constants.DllName)]
|
|
36
|
+
[SuppressUnmanagedCodeSecurity]
|
|
57
37
|
static extern IntPtr csp_multiplayer_ImageSpaceComponent_GetNameC_StringRC(IntPtr @class);
|
|
58
38
|
|
|
59
|
-
[
|
|
60
|
-
|
|
61
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
62
|
-
"__Internal"
|
|
63
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
64
|
-
"ConnectedSpacesPlatform_D"
|
|
65
|
-
#else
|
|
66
|
-
"ConnectedSpacesPlatform"
|
|
67
|
-
#endif
|
|
68
|
-
),
|
|
69
|
-
SuppressUnmanagedCodeSecurity
|
|
70
|
-
]
|
|
39
|
+
[DllImport(Csp.Constants.DllName)]
|
|
40
|
+
[SuppressUnmanagedCodeSecurity]
|
|
71
41
|
static extern void csp_multiplayer_ImageSpaceComponent_SetName_void_StringRC(IntPtr @class, IntPtr Value);
|
|
72
42
|
|
|
73
|
-
[
|
|
74
|
-
|
|
75
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
76
|
-
"__Internal"
|
|
77
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
78
|
-
"ConnectedSpacesPlatform_D"
|
|
79
|
-
#else
|
|
80
|
-
"ConnectedSpacesPlatform"
|
|
81
|
-
#endif
|
|
82
|
-
),
|
|
83
|
-
SuppressUnmanagedCodeSecurity
|
|
84
|
-
]
|
|
43
|
+
[DllImport(Csp.Constants.DllName)]
|
|
44
|
+
[SuppressUnmanagedCodeSecurity]
|
|
85
45
|
static extern IntPtr csp_multiplayer_ImageSpaceComponent_GetImageAssetIdC_StringRC(IntPtr @class);
|
|
86
46
|
|
|
87
|
-
[
|
|
88
|
-
|
|
89
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
90
|
-
"__Internal"
|
|
91
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
92
|
-
"ConnectedSpacesPlatform_D"
|
|
93
|
-
#else
|
|
94
|
-
"ConnectedSpacesPlatform"
|
|
95
|
-
#endif
|
|
96
|
-
),
|
|
97
|
-
SuppressUnmanagedCodeSecurity
|
|
98
|
-
]
|
|
47
|
+
[DllImport(Csp.Constants.DllName)]
|
|
48
|
+
[SuppressUnmanagedCodeSecurity]
|
|
99
49
|
static extern void csp_multiplayer_ImageSpaceComponent_SetImageAssetId_void_StringRC(
|
|
100
50
|
IntPtr @class,
|
|
101
51
|
IntPtr Value
|
|
102
52
|
);
|
|
103
53
|
|
|
104
|
-
[
|
|
105
|
-
|
|
106
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
107
|
-
"__Internal"
|
|
108
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
109
|
-
"ConnectedSpacesPlatform_D"
|
|
110
|
-
#else
|
|
111
|
-
"ConnectedSpacesPlatform"
|
|
112
|
-
#endif
|
|
113
|
-
),
|
|
114
|
-
SuppressUnmanagedCodeSecurity
|
|
115
|
-
]
|
|
54
|
+
[DllImport(Csp.Constants.DllName)]
|
|
55
|
+
[SuppressUnmanagedCodeSecurity]
|
|
116
56
|
static extern IntPtr csp_multiplayer_ImageSpaceComponent_GetAssetCollectionIdC_StringRC(IntPtr @class);
|
|
117
57
|
|
|
118
|
-
[
|
|
119
|
-
|
|
120
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
121
|
-
"__Internal"
|
|
122
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
123
|
-
"ConnectedSpacesPlatform_D"
|
|
124
|
-
#else
|
|
125
|
-
"ConnectedSpacesPlatform"
|
|
126
|
-
#endif
|
|
127
|
-
),
|
|
128
|
-
SuppressUnmanagedCodeSecurity
|
|
129
|
-
]
|
|
58
|
+
[DllImport(Csp.Constants.DllName)]
|
|
59
|
+
[SuppressUnmanagedCodeSecurity]
|
|
130
60
|
static extern void csp_multiplayer_ImageSpaceComponent_SetAssetCollectionId_void_StringRC(
|
|
131
61
|
IntPtr @class,
|
|
132
62
|
IntPtr Value
|
|
133
63
|
);
|
|
134
64
|
|
|
135
|
-
[
|
|
136
|
-
|
|
137
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
138
|
-
"__Internal"
|
|
139
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
140
|
-
"ConnectedSpacesPlatform_D"
|
|
141
|
-
#else
|
|
142
|
-
"ConnectedSpacesPlatform"
|
|
143
|
-
#endif
|
|
144
|
-
),
|
|
145
|
-
SuppressUnmanagedCodeSecurity
|
|
146
|
-
]
|
|
65
|
+
[DllImport(Csp.Constants.DllName)]
|
|
66
|
+
[SuppressUnmanagedCodeSecurity]
|
|
147
67
|
static extern NativePointer csp_multiplayer_ImageSpaceComponent_GetPositionC_Vector3RC(IntPtr @class);
|
|
148
68
|
|
|
149
|
-
[
|
|
150
|
-
|
|
151
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
152
|
-
"__Internal"
|
|
153
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
154
|
-
"ConnectedSpacesPlatform_D"
|
|
155
|
-
#else
|
|
156
|
-
"ConnectedSpacesPlatform"
|
|
157
|
-
#endif
|
|
158
|
-
),
|
|
159
|
-
SuppressUnmanagedCodeSecurity
|
|
160
|
-
]
|
|
69
|
+
[DllImport(Csp.Constants.DllName)]
|
|
70
|
+
[SuppressUnmanagedCodeSecurity]
|
|
161
71
|
static extern void csp_multiplayer_ImageSpaceComponent_SetPosition_void_Vector3RC(
|
|
162
72
|
IntPtr @class,
|
|
163
73
|
IntPtr InValue
|
|
164
74
|
);
|
|
165
75
|
|
|
166
|
-
[
|
|
167
|
-
|
|
168
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
169
|
-
"__Internal"
|
|
170
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
171
|
-
"ConnectedSpacesPlatform_D"
|
|
172
|
-
#else
|
|
173
|
-
"ConnectedSpacesPlatform"
|
|
174
|
-
#endif
|
|
175
|
-
),
|
|
176
|
-
SuppressUnmanagedCodeSecurity
|
|
177
|
-
]
|
|
76
|
+
[DllImport(Csp.Constants.DllName)]
|
|
77
|
+
[SuppressUnmanagedCodeSecurity]
|
|
178
78
|
static extern NativePointer csp_multiplayer_ImageSpaceComponent_GetRotationC_Vector4RC(IntPtr @class);
|
|
179
79
|
|
|
180
|
-
[
|
|
181
|
-
|
|
182
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
183
|
-
"__Internal"
|
|
184
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
185
|
-
"ConnectedSpacesPlatform_D"
|
|
186
|
-
#else
|
|
187
|
-
"ConnectedSpacesPlatform"
|
|
188
|
-
#endif
|
|
189
|
-
),
|
|
190
|
-
SuppressUnmanagedCodeSecurity
|
|
191
|
-
]
|
|
80
|
+
[DllImport(Csp.Constants.DllName)]
|
|
81
|
+
[SuppressUnmanagedCodeSecurity]
|
|
192
82
|
static extern void csp_multiplayer_ImageSpaceComponent_SetRotation_void_Vector4RC(
|
|
193
83
|
IntPtr @class,
|
|
194
84
|
IntPtr InValue
|
|
195
85
|
);
|
|
196
86
|
|
|
197
|
-
[
|
|
198
|
-
|
|
199
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
200
|
-
"__Internal"
|
|
201
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
202
|
-
"ConnectedSpacesPlatform_D"
|
|
203
|
-
#else
|
|
204
|
-
"ConnectedSpacesPlatform"
|
|
205
|
-
#endif
|
|
206
|
-
),
|
|
207
|
-
SuppressUnmanagedCodeSecurity
|
|
208
|
-
]
|
|
87
|
+
[DllImport(Csp.Constants.DllName)]
|
|
88
|
+
[SuppressUnmanagedCodeSecurity]
|
|
209
89
|
static extern NativePointer csp_multiplayer_ImageSpaceComponent_GetScaleC_Vector3RC(IntPtr @class);
|
|
210
90
|
|
|
211
|
-
[
|
|
212
|
-
|
|
213
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
214
|
-
"__Internal"
|
|
215
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
216
|
-
"ConnectedSpacesPlatform_D"
|
|
217
|
-
#else
|
|
218
|
-
"ConnectedSpacesPlatform"
|
|
219
|
-
#endif
|
|
220
|
-
),
|
|
221
|
-
SuppressUnmanagedCodeSecurity
|
|
222
|
-
]
|
|
91
|
+
[DllImport(Csp.Constants.DllName)]
|
|
92
|
+
[SuppressUnmanagedCodeSecurity]
|
|
223
93
|
static extern void csp_multiplayer_ImageSpaceComponent_SetScale_void_Vector3RC(IntPtr @class, IntPtr InValue);
|
|
224
94
|
|
|
225
|
-
[
|
|
226
|
-
|
|
227
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
228
|
-
"__Internal"
|
|
229
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
230
|
-
"ConnectedSpacesPlatform_D"
|
|
231
|
-
#else
|
|
232
|
-
"ConnectedSpacesPlatform"
|
|
233
|
-
#endif
|
|
234
|
-
),
|
|
235
|
-
SuppressUnmanagedCodeSecurity
|
|
236
|
-
]
|
|
95
|
+
[DllImport(Csp.Constants.DllName)]
|
|
96
|
+
[SuppressUnmanagedCodeSecurity]
|
|
237
97
|
static extern NativePointer csp_multiplayer_ImageSpaceComponent_GetTransformC_SpaceTransform(IntPtr @class);
|
|
238
98
|
|
|
239
|
-
[
|
|
240
|
-
|
|
241
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
242
|
-
"__Internal"
|
|
243
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
244
|
-
"ConnectedSpacesPlatform_D"
|
|
245
|
-
#else
|
|
246
|
-
"ConnectedSpacesPlatform"
|
|
247
|
-
#endif
|
|
248
|
-
),
|
|
249
|
-
SuppressUnmanagedCodeSecurity
|
|
250
|
-
]
|
|
99
|
+
[DllImport(Csp.Constants.DllName)]
|
|
100
|
+
[SuppressUnmanagedCodeSecurity]
|
|
251
101
|
static extern void csp_multiplayer_ImageSpaceComponent_SetTransform_void_SpaceTransformRC(
|
|
252
102
|
IntPtr @class,
|
|
253
103
|
IntPtr InValue
|
|
254
104
|
);
|
|
255
105
|
|
|
256
|
-
[
|
|
257
|
-
|
|
258
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
259
|
-
"__Internal"
|
|
260
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
261
|
-
"ConnectedSpacesPlatform_D"
|
|
262
|
-
#else
|
|
263
|
-
"ConnectedSpacesPlatform"
|
|
264
|
-
#endif
|
|
265
|
-
),
|
|
266
|
-
SuppressUnmanagedCodeSecurity
|
|
267
|
-
]
|
|
106
|
+
[DllImport(Csp.Constants.DllName)]
|
|
107
|
+
[SuppressUnmanagedCodeSecurity]
|
|
268
108
|
static extern Csp.Multiplayer.BillboardMode csp_multiplayer_ImageSpaceComponent_GetBillboardModeC_BillboardMode(
|
|
269
109
|
IntPtr @class
|
|
270
110
|
);
|
|
271
111
|
|
|
272
|
-
[
|
|
273
|
-
|
|
274
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
275
|
-
"__Internal"
|
|
276
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
277
|
-
"ConnectedSpacesPlatform_D"
|
|
278
|
-
#else
|
|
279
|
-
"ConnectedSpacesPlatform"
|
|
280
|
-
#endif
|
|
281
|
-
),
|
|
282
|
-
SuppressUnmanagedCodeSecurity
|
|
283
|
-
]
|
|
112
|
+
[DllImport(Csp.Constants.DllName)]
|
|
113
|
+
[SuppressUnmanagedCodeSecurity]
|
|
284
114
|
static extern void csp_multiplayer_ImageSpaceComponent_SetBillboardMode_void_BillboardMode(
|
|
285
115
|
IntPtr @class,
|
|
286
116
|
Csp.Multiplayer.BillboardMode billboardMode
|
|
287
117
|
);
|
|
288
118
|
|
|
289
|
-
[
|
|
290
|
-
|
|
291
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
292
|
-
"__Internal"
|
|
293
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
294
|
-
"ConnectedSpacesPlatform_D"
|
|
295
|
-
#else
|
|
296
|
-
"ConnectedSpacesPlatform"
|
|
297
|
-
#endif
|
|
298
|
-
),
|
|
299
|
-
SuppressUnmanagedCodeSecurity
|
|
300
|
-
]
|
|
119
|
+
[DllImport(Csp.Constants.DllName)]
|
|
120
|
+
[SuppressUnmanagedCodeSecurity]
|
|
301
121
|
static extern Csp.Multiplayer.DisplayMode csp_multiplayer_ImageSpaceComponent_GetDisplayModeC_DisplayMode(
|
|
302
122
|
IntPtr @class
|
|
303
123
|
);
|
|
304
124
|
|
|
305
|
-
[
|
|
306
|
-
|
|
307
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
308
|
-
"__Internal"
|
|
309
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
310
|
-
"ConnectedSpacesPlatform_D"
|
|
311
|
-
#else
|
|
312
|
-
"ConnectedSpacesPlatform"
|
|
313
|
-
#endif
|
|
314
|
-
),
|
|
315
|
-
SuppressUnmanagedCodeSecurity
|
|
316
|
-
]
|
|
125
|
+
[DllImport(Csp.Constants.DllName)]
|
|
126
|
+
[SuppressUnmanagedCodeSecurity]
|
|
317
127
|
static extern void csp_multiplayer_ImageSpaceComponent_SetDisplayMode_void_DisplayMode(
|
|
318
128
|
IntPtr @class,
|
|
319
129
|
Csp.Multiplayer.DisplayMode displayMode
|
|
320
130
|
);
|
|
321
131
|
|
|
322
|
-
[
|
|
323
|
-
|
|
324
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
325
|
-
"__Internal"
|
|
326
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
327
|
-
"ConnectedSpacesPlatform_D"
|
|
328
|
-
#else
|
|
329
|
-
"ConnectedSpacesPlatform"
|
|
330
|
-
#endif
|
|
331
|
-
),
|
|
332
|
-
SuppressUnmanagedCodeSecurity
|
|
333
|
-
]
|
|
132
|
+
[DllImport(Csp.Constants.DllName)]
|
|
133
|
+
[SuppressUnmanagedCodeSecurity]
|
|
334
134
|
static extern bool csp_multiplayer_ImageSpaceComponent_GetIsEmissiveC_bool(IntPtr @class);
|
|
335
135
|
|
|
336
|
-
[
|
|
337
|
-
|
|
338
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
339
|
-
"__Internal"
|
|
340
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
341
|
-
"ConnectedSpacesPlatform_D"
|
|
342
|
-
#else
|
|
343
|
-
"ConnectedSpacesPlatform"
|
|
344
|
-
#endif
|
|
345
|
-
),
|
|
346
|
-
SuppressUnmanagedCodeSecurity
|
|
347
|
-
]
|
|
136
|
+
[DllImport(Csp.Constants.DllName)]
|
|
137
|
+
[SuppressUnmanagedCodeSecurity]
|
|
348
138
|
static extern void csp_multiplayer_ImageSpaceComponent_SetIsEmissive_void_bool(IntPtr @class, bool InValue);
|
|
349
139
|
|
|
350
|
-
[
|
|
351
|
-
|
|
352
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
353
|
-
"__Internal"
|
|
354
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
355
|
-
"ConnectedSpacesPlatform_D"
|
|
356
|
-
#else
|
|
357
|
-
"ConnectedSpacesPlatform"
|
|
358
|
-
#endif
|
|
359
|
-
),
|
|
360
|
-
SuppressUnmanagedCodeSecurity
|
|
361
|
-
]
|
|
140
|
+
[DllImport(Csp.Constants.DllName)]
|
|
141
|
+
[SuppressUnmanagedCodeSecurity]
|
|
362
142
|
static extern bool csp_multiplayer_ImageSpaceComponent_GetIsVisibleC_bool(IntPtr @class);
|
|
363
143
|
|
|
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
|
-
]
|
|
144
|
+
[DllImport(Csp.Constants.DllName)]
|
|
145
|
+
[SuppressUnmanagedCodeSecurity]
|
|
376
146
|
static extern void csp_multiplayer_ImageSpaceComponent_SetIsVisible_void_bool(IntPtr @class, bool InValue);
|
|
377
147
|
|
|
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
|
-
]
|
|
148
|
+
[DllImport(Csp.Constants.DllName)]
|
|
149
|
+
[SuppressUnmanagedCodeSecurity]
|
|
390
150
|
static extern bool csp_multiplayer_ImageSpaceComponent_GetIsARVisibleC_bool(IntPtr @class);
|
|
391
151
|
|
|
392
|
-
[
|
|
393
|
-
|
|
394
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
395
|
-
"__Internal"
|
|
396
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
397
|
-
"ConnectedSpacesPlatform_D"
|
|
398
|
-
#else
|
|
399
|
-
"ConnectedSpacesPlatform"
|
|
400
|
-
#endif
|
|
401
|
-
),
|
|
402
|
-
SuppressUnmanagedCodeSecurity
|
|
403
|
-
]
|
|
152
|
+
[DllImport(Csp.Constants.DllName)]
|
|
153
|
+
[SuppressUnmanagedCodeSecurity]
|
|
404
154
|
static extern void csp_multiplayer_ImageSpaceComponent_SetIsARVisible_void_bool(IntPtr @class, bool InValue);
|
|
405
155
|
|
|
406
|
-
[
|
|
407
|
-
|
|
408
|
-
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
409
|
-
"__Internal"
|
|
410
|
-
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
411
|
-
"ConnectedSpacesPlatform_D"
|
|
412
|
-
#else
|
|
413
|
-
"ConnectedSpacesPlatform"
|
|
414
|
-
#endif
|
|
415
|
-
),
|
|
416
|
-
SuppressUnmanagedCodeSecurity
|
|
417
|
-
]
|
|
156
|
+
[DllImport(Csp.Constants.DllName)]
|
|
157
|
+
[SuppressUnmanagedCodeSecurity]
|
|
418
158
|
static extern void csp_multiplayer_ImageSpaceComponent_Dtor(IntPtr @class);
|
|
419
159
|
|
|
420
160
|
#pragma warning restore IDE1006
|