connected-spaces-platform.unity.core 4.10.4 → 4.10.5
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 +10 -20
- package/Source/CSPFoundation.cs +14 -14
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs +14 -14
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs +5 -5
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs +898 -898
- 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 +8 -8
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs +614 -614
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs +22 -22
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs +11 -11
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs +14 -14
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs +3 -3
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +12 -12
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs +12 -12
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +10 -10
- package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs +6 -6
- 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 +28 -28
- 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 +24 -24
- 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 +32 -32
- 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 +20 -20
- 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 +25 -25
- package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +27 -27
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomSpaceComponent.cs +11 -11
- 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 +6 -6
- 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 +24 -24
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +18 -18
- 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 +30 -30
- package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +24 -24
- 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 +32 -32
- 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 +11 -11
- 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 +17 -17
- 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 +8 -8
- package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs +5 -5
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +22 -22
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.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 +42 -42
- 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 +14 -14
- package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs +8 -8
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs +5 -5
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs +12 -12
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs +6 -6
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs +5 -5
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationSystemParams.cs +6 -6
- package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
- package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +21 -21
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/PropertyUpdateInfo.cs +6 -6
- package/Source/Multiplayer/PropertyUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs +22 -22
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs +17 -17
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +39 -39
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +39 -39
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs +9 -9
- package/Source/Multiplayer/SpaceTransform.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/Services/EResultCode.cs.meta +1 -1
- package/Source/Services/ResultBase.cs +8 -8
- package/Source/Services/ResultBase.cs.meta +1 -1
- package/Source/Services/WebService.cs +2 -2
- package/Source/Services/WebService.cs.meta +1 -1
- package/Source/Services.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs +11 -11
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +2 -2
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs +3 -3
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -2
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs +35 -35
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs +31 -31
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs +3 -3
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs +5 -5
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs +6 -6
- 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 -4
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs +23 -23
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs +5 -5
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs +8 -8
- 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 +6 -6
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs +6 -6
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs +6 -6
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs +4 -4
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs +7 -7
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs +5 -5
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +3 -3
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs +10 -10
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs +4 -4
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs +8 -8
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs +6 -6
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs +6 -6
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +9 -9
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs +3 -3
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs +12 -12
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs +16 -16
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +12 -12
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +4 -4
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs +6 -6
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs +18 -18
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs +3 -3
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs +8 -8
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +3 -3
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs +14 -14
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +10 -10
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +3 -3
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -4
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs +5 -5
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs +10 -10
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs +9 -9
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +8 -8
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +3 -3
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs +4 -4
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs +6 -6
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs +8 -8
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs +3 -3
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs +16 -16
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs +10 -10
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs +3 -3
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs +4 -4
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +7 -7
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs +3 -3
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs +12 -12
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs +3 -3
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs +3 -3
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs +15 -15
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs +10 -10
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +5 -5
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs +5 -5
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs +36 -36
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs +5 -5
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs +4 -4
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs +5 -5
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs +7 -7
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs +28 -28
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs +14 -14
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs +3 -3
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs +9 -9
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs +8 -8
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs +9 -9
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs +11 -11
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs +3 -3
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs +3 -3
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +24 -24
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +5 -5
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs +5 -5
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs +5 -5
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs +2 -2
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +17 -17
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs +5 -5
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs +16 -16
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenResult.cs +4 -4
- package/Source/Systems/Users/AgoraUserTokenResult.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs +12 -12
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfilesResult.cs +3 -3
- 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 +14 -14
- package/Source/Systems/Users/LoginState.cs.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs +4 -4
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs +10 -10
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenReceived.cs +4 -4
- package/Source/Systems/Users/LoginTokenReceived.cs.meta +1 -1
- package/Source/Systems/Users/LogoutResult.cs +3 -3
- package/Source/Systems/Users/LogoutResult.cs.meta +1 -1
- package/Source/Systems/Users/PingResponseReceived.cs +3 -3
- package/Source/Systems/Users/PingResponseReceived.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs +18 -18
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs +3 -3
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs +4 -4
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs +10 -10
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +24 -24
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs +4 -4
- 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/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
|
@@ -30,7 +30,7 @@ namespace Csp.Multiplayer
|
|
|
30
30
|
DllImport(
|
|
31
31
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
32
32
|
"__Internal"
|
|
33
|
-
#elif DEBUG
|
|
33
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
34
34
|
"ConnectedSpacesPlatform_D"
|
|
35
35
|
#else
|
|
36
36
|
"ConnectedSpacesPlatform"
|
|
@@ -44,7 +44,7 @@ namespace Csp.Multiplayer
|
|
|
44
44
|
DllImport(
|
|
45
45
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
46
46
|
"__Internal"
|
|
47
|
-
#elif DEBUG
|
|
47
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
48
48
|
"ConnectedSpacesPlatform_D"
|
|
49
49
|
#else
|
|
50
50
|
"ConnectedSpacesPlatform"
|
|
@@ -58,7 +58,7 @@ namespace Csp.Multiplayer
|
|
|
58
58
|
DllImport(
|
|
59
59
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
60
60
|
"__Internal"
|
|
61
|
-
#elif DEBUG
|
|
61
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
62
62
|
"ConnectedSpacesPlatform_D"
|
|
63
63
|
#else
|
|
64
64
|
"ConnectedSpacesPlatform"
|
|
@@ -75,7 +75,7 @@ namespace Csp.Multiplayer
|
|
|
75
75
|
DllImport(
|
|
76
76
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
77
77
|
"__Internal"
|
|
78
|
-
#elif DEBUG
|
|
78
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
79
79
|
"ConnectedSpacesPlatform_D"
|
|
80
80
|
#else
|
|
81
81
|
"ConnectedSpacesPlatform"
|
|
@@ -92,7 +92,7 @@ namespace Csp.Multiplayer
|
|
|
92
92
|
DllImport(
|
|
93
93
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
94
94
|
"__Internal"
|
|
95
|
-
#elif DEBUG
|
|
95
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
96
96
|
"ConnectedSpacesPlatform_D"
|
|
97
97
|
#else
|
|
98
98
|
"ConnectedSpacesPlatform"
|
|
@@ -109,7 +109,7 @@ namespace Csp.Multiplayer
|
|
|
109
109
|
DllImport(
|
|
110
110
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
111
|
"__Internal"
|
|
112
|
-
#elif DEBUG
|
|
112
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
113
113
|
"ConnectedSpacesPlatform_D"
|
|
114
114
|
#else
|
|
115
115
|
"ConnectedSpacesPlatform"
|
|
@@ -127,7 +127,7 @@ namespace Csp.Multiplayer
|
|
|
127
127
|
DllImport(
|
|
128
128
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
129
129
|
"__Internal"
|
|
130
|
-
#elif DEBUG
|
|
130
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
131
131
|
"ConnectedSpacesPlatform_D"
|
|
132
132
|
#else
|
|
133
133
|
"ConnectedSpacesPlatform"
|
|
@@ -144,7 +144,7 @@ namespace Csp.Multiplayer
|
|
|
144
144
|
DllImport(
|
|
145
145
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
146
146
|
"__Internal"
|
|
147
|
-
#elif DEBUG
|
|
147
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
148
148
|
"ConnectedSpacesPlatform_D"
|
|
149
149
|
#else
|
|
150
150
|
"ConnectedSpacesPlatform"
|
|
@@ -158,7 +158,7 @@ namespace Csp.Multiplayer
|
|
|
158
158
|
DllImport(
|
|
159
159
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
160
160
|
"__Internal"
|
|
161
|
-
#elif DEBUG
|
|
161
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
162
162
|
"ConnectedSpacesPlatform_D"
|
|
163
163
|
#else
|
|
164
164
|
"ConnectedSpacesPlatform"
|
|
@@ -172,7 +172,7 @@ namespace Csp.Multiplayer
|
|
|
172
172
|
DllImport(
|
|
173
173
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
174
174
|
"__Internal"
|
|
175
|
-
#elif DEBUG
|
|
175
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
176
176
|
"ConnectedSpacesPlatform_D"
|
|
177
177
|
#else
|
|
178
178
|
"ConnectedSpacesPlatform"
|
|
@@ -189,7 +189,7 @@ namespace Csp.Multiplayer
|
|
|
189
189
|
DllImport(
|
|
190
190
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
191
191
|
"__Internal"
|
|
192
|
-
#elif DEBUG
|
|
192
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
193
193
|
"ConnectedSpacesPlatform_D"
|
|
194
194
|
#else
|
|
195
195
|
"ConnectedSpacesPlatform"
|
|
@@ -27,7 +27,7 @@ namespace Csp.Multiplayer
|
|
|
27
27
|
DllImport(
|
|
28
28
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
29
29
|
"__Internal"
|
|
30
|
-
#elif DEBUG
|
|
30
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
31
31
|
"ConnectedSpacesPlatform_D"
|
|
32
32
|
#else
|
|
33
33
|
"ConnectedSpacesPlatform"
|
|
@@ -41,7 +41,7 @@ namespace Csp.Multiplayer
|
|
|
41
41
|
DllImport(
|
|
42
42
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
43
43
|
"__Internal"
|
|
44
|
-
#elif DEBUG
|
|
44
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
45
45
|
"ConnectedSpacesPlatform_D"
|
|
46
46
|
#else
|
|
47
47
|
"ConnectedSpacesPlatform"
|
|
@@ -55,7 +55,7 @@ namespace Csp.Multiplayer
|
|
|
55
55
|
DllImport(
|
|
56
56
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
57
57
|
"__Internal"
|
|
58
|
-
#elif DEBUG
|
|
58
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
59
59
|
"ConnectedSpacesPlatform_D"
|
|
60
60
|
#else
|
|
61
61
|
"ConnectedSpacesPlatform"
|
|
@@ -72,7 +72,7 @@ namespace Csp.Multiplayer
|
|
|
72
72
|
DllImport(
|
|
73
73
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
74
74
|
"__Internal"
|
|
75
|
-
#elif DEBUG
|
|
75
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
76
76
|
"ConnectedSpacesPlatform_D"
|
|
77
77
|
#else
|
|
78
78
|
"ConnectedSpacesPlatform"
|
|
@@ -86,7 +86,7 @@ namespace Csp.Multiplayer
|
|
|
86
86
|
DllImport(
|
|
87
87
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
88
88
|
"__Internal"
|
|
89
|
-
#elif DEBUG
|
|
89
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
90
90
|
"ConnectedSpacesPlatform_D"
|
|
91
91
|
#else
|
|
92
92
|
"ConnectedSpacesPlatform"
|
|
@@ -103,7 +103,7 @@ namespace Csp.Multiplayer
|
|
|
103
103
|
DllImport(
|
|
104
104
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
105
105
|
"__Internal"
|
|
106
|
-
#elif DEBUG
|
|
106
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
107
107
|
"ConnectedSpacesPlatform_D"
|
|
108
108
|
#else
|
|
109
109
|
"ConnectedSpacesPlatform"
|
|
@@ -33,7 +33,7 @@ namespace Csp.Multiplayer
|
|
|
33
33
|
DllImport(
|
|
34
34
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
35
35
|
"__Internal"
|
|
36
|
-
#elif DEBUG
|
|
36
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
37
37
|
"ConnectedSpacesPlatform_D"
|
|
38
38
|
#else
|
|
39
39
|
"ConnectedSpacesPlatform"
|
|
@@ -47,7 +47,7 @@ namespace Csp.Multiplayer
|
|
|
47
47
|
DllImport(
|
|
48
48
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
49
49
|
"__Internal"
|
|
50
|
-
#elif DEBUG
|
|
50
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
51
51
|
"ConnectedSpacesPlatform_D"
|
|
52
52
|
#else
|
|
53
53
|
"ConnectedSpacesPlatform"
|
|
@@ -61,7 +61,7 @@ namespace Csp.Multiplayer
|
|
|
61
61
|
DllImport(
|
|
62
62
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
63
63
|
"__Internal"
|
|
64
|
-
#elif DEBUG
|
|
64
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
65
65
|
"ConnectedSpacesPlatform_D"
|
|
66
66
|
#else
|
|
67
67
|
"ConnectedSpacesPlatform"
|
|
@@ -78,7 +78,7 @@ namespace Csp.Multiplayer
|
|
|
78
78
|
DllImport(
|
|
79
79
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
80
80
|
"__Internal"
|
|
81
|
-
#elif DEBUG
|
|
81
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
82
82
|
"ConnectedSpacesPlatform_D"
|
|
83
83
|
#else
|
|
84
84
|
"ConnectedSpacesPlatform"
|
|
@@ -92,7 +92,7 @@ namespace Csp.Multiplayer
|
|
|
92
92
|
DllImport(
|
|
93
93
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
94
94
|
"__Internal"
|
|
95
|
-
#elif DEBUG
|
|
95
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
96
96
|
"ConnectedSpacesPlatform_D"
|
|
97
97
|
#else
|
|
98
98
|
"ConnectedSpacesPlatform"
|
|
@@ -109,7 +109,7 @@ namespace Csp.Multiplayer
|
|
|
109
109
|
DllImport(
|
|
110
110
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
111
111
|
"__Internal"
|
|
112
|
-
#elif DEBUG
|
|
112
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
113
113
|
"ConnectedSpacesPlatform_D"
|
|
114
114
|
#else
|
|
115
115
|
"ConnectedSpacesPlatform"
|
|
@@ -123,7 +123,7 @@ namespace Csp.Multiplayer
|
|
|
123
123
|
DllImport(
|
|
124
124
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
125
125
|
"__Internal"
|
|
126
|
-
#elif DEBUG
|
|
126
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
127
127
|
"ConnectedSpacesPlatform_D"
|
|
128
128
|
#else
|
|
129
129
|
"ConnectedSpacesPlatform"
|
|
@@ -140,7 +140,7 @@ namespace Csp.Multiplayer
|
|
|
140
140
|
DllImport(
|
|
141
141
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
142
142
|
"__Internal"
|
|
143
|
-
#elif DEBUG
|
|
143
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
144
144
|
"ConnectedSpacesPlatform_D"
|
|
145
145
|
#else
|
|
146
146
|
"ConnectedSpacesPlatform"
|
|
@@ -154,7 +154,7 @@ namespace Csp.Multiplayer
|
|
|
154
154
|
DllImport(
|
|
155
155
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
156
156
|
"__Internal"
|
|
157
|
-
#elif DEBUG
|
|
157
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
158
158
|
"ConnectedSpacesPlatform_D"
|
|
159
159
|
#else
|
|
160
160
|
"ConnectedSpacesPlatform"
|
|
@@ -171,7 +171,7 @@ namespace Csp.Multiplayer
|
|
|
171
171
|
DllImport(
|
|
172
172
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
173
173
|
"__Internal"
|
|
174
|
-
#elif DEBUG
|
|
174
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
175
175
|
"ConnectedSpacesPlatform_D"
|
|
176
176
|
#else
|
|
177
177
|
"ConnectedSpacesPlatform"
|
|
@@ -185,7 +185,7 @@ namespace Csp.Multiplayer
|
|
|
185
185
|
DllImport(
|
|
186
186
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
187
187
|
"__Internal"
|
|
188
|
-
#elif DEBUG
|
|
188
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
189
189
|
"ConnectedSpacesPlatform_D"
|
|
190
190
|
#else
|
|
191
191
|
"ConnectedSpacesPlatform"
|
|
@@ -202,7 +202,7 @@ namespace Csp.Multiplayer
|
|
|
202
202
|
DllImport(
|
|
203
203
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
204
204
|
"__Internal"
|
|
205
|
-
#elif DEBUG
|
|
205
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
206
206
|
"ConnectedSpacesPlatform_D"
|
|
207
207
|
#else
|
|
208
208
|
"ConnectedSpacesPlatform"
|
|
@@ -216,7 +216,7 @@ namespace Csp.Multiplayer
|
|
|
216
216
|
DllImport(
|
|
217
217
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
218
218
|
"__Internal"
|
|
219
|
-
#elif DEBUG
|
|
219
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
220
220
|
"ConnectedSpacesPlatform_D"
|
|
221
221
|
#else
|
|
222
222
|
"ConnectedSpacesPlatform"
|
|
@@ -233,7 +233,7 @@ namespace Csp.Multiplayer
|
|
|
233
233
|
DllImport(
|
|
234
234
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
235
235
|
"__Internal"
|
|
236
|
-
#elif DEBUG
|
|
236
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
237
237
|
"ConnectedSpacesPlatform_D"
|
|
238
238
|
#else
|
|
239
239
|
"ConnectedSpacesPlatform"
|
|
@@ -247,7 +247,7 @@ namespace Csp.Multiplayer
|
|
|
247
247
|
DllImport(
|
|
248
248
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
249
249
|
"__Internal"
|
|
250
|
-
#elif DEBUG
|
|
250
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
251
251
|
"ConnectedSpacesPlatform_D"
|
|
252
252
|
#else
|
|
253
253
|
"ConnectedSpacesPlatform"
|
|
@@ -264,7 +264,7 @@ namespace Csp.Multiplayer
|
|
|
264
264
|
DllImport(
|
|
265
265
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
266
266
|
"__Internal"
|
|
267
|
-
#elif DEBUG
|
|
267
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
268
268
|
"ConnectedSpacesPlatform_D"
|
|
269
269
|
#else
|
|
270
270
|
"ConnectedSpacesPlatform"
|
|
@@ -278,7 +278,7 @@ namespace Csp.Multiplayer
|
|
|
278
278
|
DllImport(
|
|
279
279
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
280
280
|
"__Internal"
|
|
281
|
-
#elif DEBUG
|
|
281
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
282
282
|
"ConnectedSpacesPlatform_D"
|
|
283
283
|
#else
|
|
284
284
|
"ConnectedSpacesPlatform"
|
|
@@ -295,7 +295,7 @@ namespace Csp.Multiplayer
|
|
|
295
295
|
DllImport(
|
|
296
296
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
297
297
|
"__Internal"
|
|
298
|
-
#elif DEBUG
|
|
298
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
299
299
|
"ConnectedSpacesPlatform_D"
|
|
300
300
|
#else
|
|
301
301
|
"ConnectedSpacesPlatform"
|
|
@@ -309,7 +309,7 @@ namespace Csp.Multiplayer
|
|
|
309
309
|
DllImport(
|
|
310
310
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
311
311
|
"__Internal"
|
|
312
|
-
#elif DEBUG
|
|
312
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
313
313
|
"ConnectedSpacesPlatform_D"
|
|
314
314
|
#else
|
|
315
315
|
"ConnectedSpacesPlatform"
|
|
@@ -326,7 +326,7 @@ namespace Csp.Multiplayer
|
|
|
326
326
|
DllImport(
|
|
327
327
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
328
328
|
"__Internal"
|
|
329
|
-
#elif DEBUG
|
|
329
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
330
330
|
"ConnectedSpacesPlatform_D"
|
|
331
331
|
#else
|
|
332
332
|
"ConnectedSpacesPlatform"
|
|
@@ -520,7 +520,7 @@ namespace Csp.Multiplayer
|
|
|
520
520
|
/// @copydoc IVisibleComponent::GetIsVisible()
|
|
521
521
|
|
|
522
522
|
|
|
523
|
-
public
|
|
523
|
+
public bool GetIsVisible()
|
|
524
524
|
{
|
|
525
525
|
var _result = csp_multiplayer_ExternalLinkSpaceComponent_GetIsVisibleC_bool(_ptr);
|
|
526
526
|
|
|
@@ -530,7 +530,7 @@ namespace Csp.Multiplayer
|
|
|
530
530
|
/// @copydoc IVisibleComponent::SetIsVisible()
|
|
531
531
|
|
|
532
532
|
|
|
533
|
-
public
|
|
533
|
+
public void SetIsVisible(bool InValue)
|
|
534
534
|
{
|
|
535
535
|
csp_multiplayer_ExternalLinkSpaceComponent_SetIsVisible_void_bool(_ptr, InValue);
|
|
536
536
|
}
|
|
@@ -538,7 +538,7 @@ namespace Csp.Multiplayer
|
|
|
538
538
|
/// @copydoc IVisibleComponent::GetIsARVisible()
|
|
539
539
|
|
|
540
540
|
|
|
541
|
-
public
|
|
541
|
+
public bool GetIsARVisible()
|
|
542
542
|
{
|
|
543
543
|
var _result = csp_multiplayer_ExternalLinkSpaceComponent_GetIsARVisibleC_bool(_ptr);
|
|
544
544
|
|
|
@@ -548,7 +548,7 @@ namespace Csp.Multiplayer
|
|
|
548
548
|
/// @copydoc IVisibleComponent::SetIsARVisible()
|
|
549
549
|
|
|
550
550
|
|
|
551
|
-
public
|
|
551
|
+
public void SetIsARVisible(bool InValue)
|
|
552
552
|
{
|
|
553
553
|
csp_multiplayer_ExternalLinkSpaceComponent_SetIsARVisible_void_bool(_ptr, InValue);
|
|
554
554
|
}
|
|
@@ -31,7 +31,7 @@ namespace Csp.Multiplayer
|
|
|
31
31
|
DllImport(
|
|
32
32
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
33
33
|
"__Internal"
|
|
34
|
-
#elif DEBUG
|
|
34
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
35
35
|
"ConnectedSpacesPlatform_D"
|
|
36
36
|
#else
|
|
37
37
|
"ConnectedSpacesPlatform"
|
|
@@ -45,7 +45,7 @@ namespace Csp.Multiplayer
|
|
|
45
45
|
DllImport(
|
|
46
46
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
47
47
|
"__Internal"
|
|
48
|
-
#elif DEBUG
|
|
48
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
49
49
|
"ConnectedSpacesPlatform_D"
|
|
50
50
|
#else
|
|
51
51
|
"ConnectedSpacesPlatform"
|
|
@@ -59,7 +59,7 @@ namespace Csp.Multiplayer
|
|
|
59
59
|
DllImport(
|
|
60
60
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
61
61
|
"__Internal"
|
|
62
|
-
#elif DEBUG
|
|
62
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
63
63
|
"ConnectedSpacesPlatform_D"
|
|
64
64
|
#else
|
|
65
65
|
"ConnectedSpacesPlatform"
|
|
@@ -76,7 +76,7 @@ namespace Csp.Multiplayer
|
|
|
76
76
|
DllImport(
|
|
77
77
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
78
78
|
"__Internal"
|
|
79
|
-
#elif DEBUG
|
|
79
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
80
80
|
"ConnectedSpacesPlatform_D"
|
|
81
81
|
#else
|
|
82
82
|
"ConnectedSpacesPlatform"
|
|
@@ -90,7 +90,7 @@ namespace Csp.Multiplayer
|
|
|
90
90
|
DllImport(
|
|
91
91
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
92
92
|
"__Internal"
|
|
93
|
-
#elif DEBUG
|
|
93
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
94
94
|
"ConnectedSpacesPlatform_D"
|
|
95
95
|
#else
|
|
96
96
|
"ConnectedSpacesPlatform"
|
|
@@ -107,7 +107,7 @@ namespace Csp.Multiplayer
|
|
|
107
107
|
DllImport(
|
|
108
108
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
109
109
|
"__Internal"
|
|
110
|
-
#elif DEBUG
|
|
110
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
111
111
|
"ConnectedSpacesPlatform_D"
|
|
112
112
|
#else
|
|
113
113
|
"ConnectedSpacesPlatform"
|
|
@@ -121,7 +121,7 @@ namespace Csp.Multiplayer
|
|
|
121
121
|
DllImport(
|
|
122
122
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
123
123
|
"__Internal"
|
|
124
|
-
#elif DEBUG
|
|
124
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
125
125
|
"ConnectedSpacesPlatform_D"
|
|
126
126
|
#else
|
|
127
127
|
"ConnectedSpacesPlatform"
|
|
@@ -138,7 +138,7 @@ namespace Csp.Multiplayer
|
|
|
138
138
|
DllImport(
|
|
139
139
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
140
140
|
"__Internal"
|
|
141
|
-
#elif DEBUG
|
|
141
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
142
142
|
"ConnectedSpacesPlatform_D"
|
|
143
143
|
#else
|
|
144
144
|
"ConnectedSpacesPlatform"
|
|
@@ -152,7 +152,7 @@ namespace Csp.Multiplayer
|
|
|
152
152
|
DllImport(
|
|
153
153
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
154
154
|
"__Internal"
|
|
155
|
-
#elif DEBUG
|
|
155
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
156
156
|
"ConnectedSpacesPlatform_D"
|
|
157
157
|
#else
|
|
158
158
|
"ConnectedSpacesPlatform"
|
|
@@ -169,7 +169,7 @@ namespace Csp.Multiplayer
|
|
|
169
169
|
DllImport(
|
|
170
170
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
171
171
|
"__Internal"
|
|
172
|
-
#elif DEBUG
|
|
172
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
173
173
|
"ConnectedSpacesPlatform_D"
|
|
174
174
|
#else
|
|
175
175
|
"ConnectedSpacesPlatform"
|
|
@@ -183,7 +183,7 @@ namespace Csp.Multiplayer
|
|
|
183
183
|
DllImport(
|
|
184
184
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
185
185
|
"__Internal"
|
|
186
|
-
#elif DEBUG
|
|
186
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
187
187
|
"ConnectedSpacesPlatform_D"
|
|
188
188
|
#else
|
|
189
189
|
"ConnectedSpacesPlatform"
|
|
@@ -200,7 +200,7 @@ namespace Csp.Multiplayer
|
|
|
200
200
|
DllImport(
|
|
201
201
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
202
202
|
"__Internal"
|
|
203
|
-
#elif DEBUG
|
|
203
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
204
204
|
"ConnectedSpacesPlatform_D"
|
|
205
205
|
#else
|
|
206
206
|
"ConnectedSpacesPlatform"
|
|
@@ -214,7 +214,7 @@ namespace Csp.Multiplayer
|
|
|
214
214
|
DllImport(
|
|
215
215
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
216
216
|
"__Internal"
|
|
217
|
-
#elif DEBUG
|
|
217
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
218
218
|
"ConnectedSpacesPlatform_D"
|
|
219
219
|
#else
|
|
220
220
|
"ConnectedSpacesPlatform"
|
|
@@ -231,7 +231,7 @@ namespace Csp.Multiplayer
|
|
|
231
231
|
DllImport(
|
|
232
232
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
233
233
|
"__Internal"
|
|
234
|
-
#elif DEBUG
|
|
234
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
235
235
|
"ConnectedSpacesPlatform_D"
|
|
236
236
|
#else
|
|
237
237
|
"ConnectedSpacesPlatform"
|
|
@@ -245,7 +245,7 @@ namespace Csp.Multiplayer
|
|
|
245
245
|
DllImport(
|
|
246
246
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
247
247
|
"__Internal"
|
|
248
|
-
#elif DEBUG
|
|
248
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
249
249
|
"ConnectedSpacesPlatform_D"
|
|
250
250
|
#else
|
|
251
251
|
"ConnectedSpacesPlatform"
|
|
@@ -262,7 +262,7 @@ namespace Csp.Multiplayer
|
|
|
262
262
|
DllImport(
|
|
263
263
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
264
264
|
"__Internal"
|
|
265
|
-
#elif DEBUG
|
|
265
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
266
266
|
"ConnectedSpacesPlatform_D"
|
|
267
267
|
#else
|
|
268
268
|
"ConnectedSpacesPlatform"
|
|
@@ -276,7 +276,7 @@ namespace Csp.Multiplayer
|
|
|
276
276
|
DllImport(
|
|
277
277
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
278
278
|
"__Internal"
|
|
279
|
-
#elif DEBUG
|
|
279
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
280
280
|
"ConnectedSpacesPlatform_D"
|
|
281
281
|
#else
|
|
282
282
|
"ConnectedSpacesPlatform"
|
|
@@ -293,7 +293,7 @@ namespace Csp.Multiplayer
|
|
|
293
293
|
DllImport(
|
|
294
294
|
#if !UNITY_EDITOR && UNITY_IOS
|
|
295
295
|
"__Internal"
|
|
296
|
-
#elif DEBUG
|
|
296
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
297
297
|
"ConnectedSpacesPlatform_D"
|
|
298
298
|
#else
|
|
299
299
|
"ConnectedSpacesPlatform"
|