connected-spaces-platform.unity.core 4.28.1 → 5.0.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 +3 -3
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +2 -18
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs +34 -0
- package/Source/EndpointURIs.cs.meta +1 -1
- package/Source/Il2cppPreserver.cs.meta +1 -1
- package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
- package/Source/Multiplayer/ComponentBase.cs +50 -0
- 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.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 +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
- 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.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.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 +1 -1
- package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +2 -2
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs +29 -0
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +480 -0
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +11 -0
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImageSpaceComponent.cs +2 -2
- 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 +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.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.meta +1 -1
- package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs +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 +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +1 -1
- package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
- 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 +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 +2 -2
- 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.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- 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 +22 -0
- package/Source/Multiplayer/ESequenceUpdateType.cs.meta +11 -0
- package/Source/Multiplayer/ErrorCode.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 +56 -0
- package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
- package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
- package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
- package/Source/Multiplayer/Script.meta +1 -1
- package/Source/Multiplayer/SequenceChangedParams.cs +199 -0
- package/Source/Multiplayer/SequenceChangedParams.cs.meta +11 -0
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- 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.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
- package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce.meta +1 -1
- package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
- package/Source/Systems/EResultCode.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
- package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
- package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
- package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
- package/Source/Systems/EventTicketing.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
- package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
- package/Source/Systems/GraphQL.meta +1 -1
- package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroup.cs +157 -0
- package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +99 -0
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +99 -0
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +11 -0
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +491 -0
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +11 -0
- package/Source/Systems/HotspotSequence.meta +7 -0
- package/Source/Systems/Log/LogLevel.cs.meta +1 -1
- package/Source/Systems/Log/LogSystem.cs.meta +1 -1
- package/Source/Systems/Log.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
- package/Source/Systems/Maintenance/MaintenanceSystem.cs +5 -3
- package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
- package/Source/Systems/Maintenance.meta +1 -1
- package/Source/Systems/NullResult.cs.meta +1 -1
- package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
- package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/Organization.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
- package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
- package/Source/Systems/Organizations.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
- package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
- package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
- package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
- package/Source/Systems/Quota.meta +1 -1
- package/Source/Systems/ResultBase.cs.meta +1 -1
- package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
- package/Source/Systems/Script.meta +1 -1
- package/Source/Systems/Sequence/Sequence.cs +259 -0
- package/Source/Systems/Sequence/Sequence.cs.meta +11 -0
- package/Source/Systems/Sequence/SequenceResult.cs +97 -0
- package/Source/Systems/Sequence/SequenceResult.cs.meta +11 -0
- package/Source/Systems/Sequence/SequenceSystem.cs +474 -0
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +11 -0
- package/Source/Systems/Sequence/SequencesResult.cs +99 -0
- package/Source/Systems/Sequence/SequencesResult.cs.meta +11 -0
- package/Source/Systems/Sequence.meta +7 -0
- package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs +1 -0
- package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
- package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
- package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
- package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterest.cs +34 -0
- package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +21 -6
- package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
- package/Source/Systems/Spatial.meta +1 -1
- package/Source/Systems/StringArrayResult.cs.meta +1 -1
- package/Source/Systems/StringResult.cs.meta +1 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- package/Source/Systems/SystemsManager.cs +56 -0
- package/Source/Systems/SystemsManager.cs.meta +1 -1
- package/Source/Systems/UInt64Result.cs.meta +1 -1
- package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
- package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
- package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
- package/Source/Systems/Users/Profile.cs.meta +1 -1
- package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
- package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
- package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +62 -3
- package/Source/Systems/Users/UserSystem.cs.meta +1 -1
- package/Source/Systems/Users.meta +1 -1
- package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
- package/Source/Systems/Voip.meta +1 -1
- package/Source/Systems.meta +1 -1
- package/Source/Web/EResponseCodes.cs.meta +1 -1
- package/Source/Web.meta +1 -1
- package/Source/WrapperHelper.cs.meta +1 -1
- package/Source.meta +1 -1
- package/android64/libConnectedSpacesPlatform.so +0 -0
- package/android64/libConnectedSpacesPlatform.so.meta +1 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +1 -1
- package/ios/libcrypto.a.meta +1 -1
- package/ios/libssl.a.meta +1 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
- package/macosx.meta +1 -1
- package/package.json +1 -1
- package/package.json.meta +1 -1
- package/visionos/libConnectedSpacesPlatform.a +0 -0
- package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
- package/visionos/libcrypto.a.meta +1 -1
- package/visionos/libssl.a.meta +1 -1
- package/visionos.meta +1 -1
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
- package/windows.meta +1 -1
|
@@ -0,0 +1,491 @@
|
|
|
1
|
+
// WARNING: DO NOT EDIT THIS FILE! IT IS A GENERATED FILE AND
|
|
2
|
+
// ANY CHANGES YOU MAKE WILL BE OVERWRITTEN ON THE NEXT BUILD
|
|
3
|
+
|
|
4
|
+
#nullable enable annotations
|
|
5
|
+
|
|
6
|
+
using System;
|
|
7
|
+
using System.Collections.Generic;
|
|
8
|
+
using System.Reflection;
|
|
9
|
+
using System.Runtime.InteropServices;
|
|
10
|
+
using System.Security;
|
|
11
|
+
using System.Threading.Tasks;
|
|
12
|
+
|
|
13
|
+
namespace Csp.Systems
|
|
14
|
+
{
|
|
15
|
+
/// @ingroup HotspotSequenceSystem System
|
|
16
|
+
/// <summary>Public facing system that allows the management of groupings of hotspots in a space.</summary>
|
|
17
|
+
|
|
18
|
+
public class HotspotSequenceSystem : Csp.Systems.SystemBase, IDisposable
|
|
19
|
+
{
|
|
20
|
+
internal override string _safeTypeName { get; } = "csp_systems_HotspotSequenceSystem";
|
|
21
|
+
|
|
22
|
+
#region P/Invoke
|
|
23
|
+
#pragma warning disable IDE1006
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
[
|
|
28
|
+
DllImport(
|
|
29
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
30
|
+
"__Internal"
|
|
31
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
32
|
+
"ConnectedSpacesPlatform_D"
|
|
33
|
+
#else
|
|
34
|
+
"ConnectedSpacesPlatform"
|
|
35
|
+
#endif
|
|
36
|
+
),
|
|
37
|
+
SuppressUnmanagedCodeSecurity
|
|
38
|
+
]
|
|
39
|
+
static extern NativePointer csp_systems_HotspotSequenceSystem_Ctor_SequenceSystemP_SpaceSystemP(
|
|
40
|
+
IntPtr SequenceSystem,
|
|
41
|
+
IntPtr SpaceSystem
|
|
42
|
+
);
|
|
43
|
+
|
|
44
|
+
[
|
|
45
|
+
DllImport(
|
|
46
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
47
|
+
"__Internal"
|
|
48
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
49
|
+
"ConnectedSpacesPlatform_D"
|
|
50
|
+
#else
|
|
51
|
+
"ConnectedSpacesPlatform"
|
|
52
|
+
#endif
|
|
53
|
+
),
|
|
54
|
+
SuppressUnmanagedCodeSecurity
|
|
55
|
+
]
|
|
56
|
+
static extern void csp_systems_HotspotSequenceSystem_CreateHotspotGroup_void_StringRC_ArrayRC_HotspotGroupResultCallback(
|
|
57
|
+
IntPtr @class,
|
|
58
|
+
string arg1,
|
|
59
|
+
IntPtr HotspotIds,
|
|
60
|
+
CreateHotspotGroupCallbackDelegate callback,
|
|
61
|
+
IntPtr callbackStateObject
|
|
62
|
+
);
|
|
63
|
+
|
|
64
|
+
[
|
|
65
|
+
DllImport(
|
|
66
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
67
|
+
"__Internal"
|
|
68
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
69
|
+
"ConnectedSpacesPlatform_D"
|
|
70
|
+
#else
|
|
71
|
+
"ConnectedSpacesPlatform"
|
|
72
|
+
#endif
|
|
73
|
+
),
|
|
74
|
+
SuppressUnmanagedCodeSecurity
|
|
75
|
+
]
|
|
76
|
+
static extern void csp_systems_HotspotSequenceSystem_RenameHotspotGroup_void_StringRC_StringRC_HotspotGroupResultCallback(
|
|
77
|
+
IntPtr @class,
|
|
78
|
+
string GroupName,
|
|
79
|
+
string NewGroupName,
|
|
80
|
+
RenameHotspotGroupCallbackDelegate callback,
|
|
81
|
+
IntPtr callbackStateObject
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
[
|
|
85
|
+
DllImport(
|
|
86
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
87
|
+
"__Internal"
|
|
88
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
89
|
+
"ConnectedSpacesPlatform_D"
|
|
90
|
+
#else
|
|
91
|
+
"ConnectedSpacesPlatform"
|
|
92
|
+
#endif
|
|
93
|
+
),
|
|
94
|
+
SuppressUnmanagedCodeSecurity
|
|
95
|
+
]
|
|
96
|
+
static extern void csp_systems_HotspotSequenceSystem_UpdateHotspotGroup_void_StringRC_ArrayRC_HotspotGroupResultCallback(
|
|
97
|
+
IntPtr @class,
|
|
98
|
+
string GroupName,
|
|
99
|
+
IntPtr HotspotIds,
|
|
100
|
+
UpdateHotspotGroupCallbackDelegate callback,
|
|
101
|
+
IntPtr callbackStateObject
|
|
102
|
+
);
|
|
103
|
+
|
|
104
|
+
[
|
|
105
|
+
DllImport(
|
|
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
|
+
]
|
|
116
|
+
static extern void csp_systems_HotspotSequenceSystem_GetHotspotGroup_void_StringRC_HotspotGroupResultCallback(
|
|
117
|
+
IntPtr @class,
|
|
118
|
+
string GroupName,
|
|
119
|
+
GetHotspotGroupCallbackDelegate callback,
|
|
120
|
+
IntPtr callbackStateObject
|
|
121
|
+
);
|
|
122
|
+
|
|
123
|
+
[
|
|
124
|
+
DllImport(
|
|
125
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
126
|
+
"__Internal"
|
|
127
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
128
|
+
"ConnectedSpacesPlatform_D"
|
|
129
|
+
#else
|
|
130
|
+
"ConnectedSpacesPlatform"
|
|
131
|
+
#endif
|
|
132
|
+
),
|
|
133
|
+
SuppressUnmanagedCodeSecurity
|
|
134
|
+
]
|
|
135
|
+
static extern void csp_systems_HotspotSequenceSystem_GetHotspotGroups_void_HotspotGroupsResultCallback(
|
|
136
|
+
IntPtr @class,
|
|
137
|
+
GetHotspotGroupsCallbackDelegate callback,
|
|
138
|
+
IntPtr callbackStateObject
|
|
139
|
+
);
|
|
140
|
+
|
|
141
|
+
[
|
|
142
|
+
DllImport(
|
|
143
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
144
|
+
"__Internal"
|
|
145
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
146
|
+
"ConnectedSpacesPlatform_D"
|
|
147
|
+
#else
|
|
148
|
+
"ConnectedSpacesPlatform"
|
|
149
|
+
#endif
|
|
150
|
+
),
|
|
151
|
+
SuppressUnmanagedCodeSecurity
|
|
152
|
+
]
|
|
153
|
+
static extern void csp_systems_HotspotSequenceSystem_DeleteHotspotGroup_void_StringRC_NullResultCallback(
|
|
154
|
+
IntPtr @class,
|
|
155
|
+
string GroupName,
|
|
156
|
+
DeleteHotspotGroupCallbackDelegate callback,
|
|
157
|
+
IntPtr callbackStateObject
|
|
158
|
+
);
|
|
159
|
+
|
|
160
|
+
[
|
|
161
|
+
DllImport(
|
|
162
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
163
|
+
"__Internal"
|
|
164
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
165
|
+
"ConnectedSpacesPlatform_D"
|
|
166
|
+
#else
|
|
167
|
+
"ConnectedSpacesPlatform"
|
|
168
|
+
#endif
|
|
169
|
+
),
|
|
170
|
+
SuppressUnmanagedCodeSecurity
|
|
171
|
+
]
|
|
172
|
+
static extern void csp_systems_HotspotSequenceSystem_Dtor(IntPtr @class);
|
|
173
|
+
|
|
174
|
+
#pragma warning restore IDE1006
|
|
175
|
+
#endregion
|
|
176
|
+
|
|
177
|
+
internal HotspotSequenceSystem(NativePointer ptr) : base(ptr) { }
|
|
178
|
+
|
|
179
|
+
public HotspotSequenceSystem(Csp.Systems.SystemBase baseInstance)
|
|
180
|
+
: base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
|
|
181
|
+
{
|
|
182
|
+
// Prevent previous instance from freeing underlying pointer when destroyed
|
|
183
|
+
baseInstance._ownsPtr = false;
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
delegate void CreateHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
187
|
+
|
|
188
|
+
delegate void RenameHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
189
|
+
|
|
190
|
+
delegate void UpdateHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
191
|
+
|
|
192
|
+
delegate void GetHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
193
|
+
|
|
194
|
+
delegate void GetHotspotGroupsCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
195
|
+
|
|
196
|
+
delegate void DeleteHotspotGroupCallbackDelegate(IntPtr _StateObject__, NativePointer Result);
|
|
197
|
+
|
|
198
|
+
public HotspotSequenceSystem(Csp.Systems.SequenceSystem SequenceSystem, Csp.Systems.SpaceSystem SpaceSystem)
|
|
199
|
+
{
|
|
200
|
+
var np = csp_systems_HotspotSequenceSystem_Ctor_SequenceSystemP_SpaceSystemP(
|
|
201
|
+
SequenceSystem._ptr,
|
|
202
|
+
SpaceSystem._ptr
|
|
203
|
+
);
|
|
204
|
+
_ptr = np.Pointer;
|
|
205
|
+
_ownsPtr = np.OwnsOwnData;
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
209
|
+
[AOT.MonoPInvokeCallback (typeof (CreateHotspotGroupCallbackDelegate))]
|
|
210
|
+
#endif
|
|
211
|
+
static void CreateHotspotGroupCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
212
|
+
{
|
|
213
|
+
var _handle = (GCHandle)_StateObject__;
|
|
214
|
+
var tcs = (TaskCompletionSource<Csp.Systems.HotspotGroupResult>)_handle.Target;
|
|
215
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
216
|
+
|
|
217
|
+
var task_result = new Csp.Systems.HotspotGroupResult(_Result);
|
|
218
|
+
|
|
219
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
220
|
+
{
|
|
221
|
+
return;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
tcs.SetResult(task_result);
|
|
225
|
+
_handle.Free();
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
static readonly CreateHotspotGroupCallbackDelegate CreateHotspotGroupDelegateInstance =
|
|
229
|
+
CreateHotspotGroupCallbackDelegateFunction;
|
|
230
|
+
|
|
231
|
+
/// <summary>Create a Hotspot group</summary>
|
|
232
|
+
/// <param name="GroupName">The unique grouping name</param>
|
|
233
|
+
/// <param name="HotspotIds">Set of hotspot ids to add to the group</param>
|
|
234
|
+
/// <returns>Result class</returns>
|
|
235
|
+
|
|
236
|
+
public Task<Csp.Systems.HotspotGroupResult> CreateHotspotGroup(string arg1, Csp.Common.Array<string> HotspotIds)
|
|
237
|
+
{
|
|
238
|
+
var tcs = new TaskCompletionSource<Csp.Systems.HotspotGroupResult>(this);
|
|
239
|
+
var handle = GCHandle.Alloc(tcs);
|
|
240
|
+
|
|
241
|
+
csp_systems_HotspotSequenceSystem_CreateHotspotGroup_void_StringRC_ArrayRC_HotspotGroupResultCallback(
|
|
242
|
+
_ptr,
|
|
243
|
+
arg1,
|
|
244
|
+
HotspotIds._ptr,
|
|
245
|
+
CreateHotspotGroupDelegateInstance,
|
|
246
|
+
(IntPtr)handle
|
|
247
|
+
);
|
|
248
|
+
|
|
249
|
+
return tcs.Task;
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
253
|
+
[AOT.MonoPInvokeCallback (typeof (RenameHotspotGroupCallbackDelegate))]
|
|
254
|
+
#endif
|
|
255
|
+
static void RenameHotspotGroupCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
256
|
+
{
|
|
257
|
+
var _handle = (GCHandle)_StateObject__;
|
|
258
|
+
var tcs = (TaskCompletionSource<Csp.Systems.HotspotGroupResult>)_handle.Target;
|
|
259
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
260
|
+
|
|
261
|
+
var task_result = new Csp.Systems.HotspotGroupResult(_Result);
|
|
262
|
+
|
|
263
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
264
|
+
{
|
|
265
|
+
return;
|
|
266
|
+
}
|
|
267
|
+
|
|
268
|
+
tcs.SetResult(task_result);
|
|
269
|
+
_handle.Free();
|
|
270
|
+
}
|
|
271
|
+
|
|
272
|
+
static readonly RenameHotspotGroupCallbackDelegate RenameHotspotGroupDelegateInstance =
|
|
273
|
+
RenameHotspotGroupCallbackDelegateFunction;
|
|
274
|
+
|
|
275
|
+
/// <summary>Rename a Hotspot group</summary>
|
|
276
|
+
/// <param name="CurrentGroupName">The unique grouping name</param>
|
|
277
|
+
/// <param name="NewGroupName">The unique grouping name</param>
|
|
278
|
+
/// <returns>Result class</returns>
|
|
279
|
+
|
|
280
|
+
public Task<Csp.Systems.HotspotGroupResult> RenameHotspotGroup(string GroupName, string NewGroupName)
|
|
281
|
+
{
|
|
282
|
+
var tcs = new TaskCompletionSource<Csp.Systems.HotspotGroupResult>(this);
|
|
283
|
+
var handle = GCHandle.Alloc(tcs);
|
|
284
|
+
|
|
285
|
+
csp_systems_HotspotSequenceSystem_RenameHotspotGroup_void_StringRC_StringRC_HotspotGroupResultCallback(
|
|
286
|
+
_ptr,
|
|
287
|
+
GroupName,
|
|
288
|
+
NewGroupName,
|
|
289
|
+
RenameHotspotGroupDelegateInstance,
|
|
290
|
+
(IntPtr)handle
|
|
291
|
+
);
|
|
292
|
+
|
|
293
|
+
return tcs.Task;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
297
|
+
[AOT.MonoPInvokeCallback (typeof (UpdateHotspotGroupCallbackDelegate))]
|
|
298
|
+
#endif
|
|
299
|
+
static void UpdateHotspotGroupCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
300
|
+
{
|
|
301
|
+
var _handle = (GCHandle)_StateObject__;
|
|
302
|
+
var tcs = (TaskCompletionSource<Csp.Systems.HotspotGroupResult>)_handle.Target;
|
|
303
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
304
|
+
|
|
305
|
+
var task_result = new Csp.Systems.HotspotGroupResult(_Result);
|
|
306
|
+
|
|
307
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
308
|
+
{
|
|
309
|
+
return;
|
|
310
|
+
}
|
|
311
|
+
|
|
312
|
+
tcs.SetResult(task_result);
|
|
313
|
+
_handle.Free();
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
static readonly UpdateHotspotGroupCallbackDelegate UpdateHotspotGroupDelegateInstance =
|
|
317
|
+
UpdateHotspotGroupCallbackDelegateFunction;
|
|
318
|
+
|
|
319
|
+
/// <summary>Update a Hotspot group</summary>
|
|
320
|
+
/// <param name="GroupName">The unique grouping name</param>
|
|
321
|
+
/// <param name="HotspotIds">Set of hotspot ids to replace</param>
|
|
322
|
+
/// <returns>Result class</returns>
|
|
323
|
+
|
|
324
|
+
public Task<Csp.Systems.HotspotGroupResult> UpdateHotspotGroup(
|
|
325
|
+
string GroupName,
|
|
326
|
+
Csp.Common.Array<string> HotspotIds
|
|
327
|
+
) {
|
|
328
|
+
var tcs = new TaskCompletionSource<Csp.Systems.HotspotGroupResult>(this);
|
|
329
|
+
var handle = GCHandle.Alloc(tcs);
|
|
330
|
+
|
|
331
|
+
csp_systems_HotspotSequenceSystem_UpdateHotspotGroup_void_StringRC_ArrayRC_HotspotGroupResultCallback(
|
|
332
|
+
_ptr,
|
|
333
|
+
GroupName,
|
|
334
|
+
HotspotIds._ptr,
|
|
335
|
+
UpdateHotspotGroupDelegateInstance,
|
|
336
|
+
(IntPtr)handle
|
|
337
|
+
);
|
|
338
|
+
|
|
339
|
+
return tcs.Task;
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
343
|
+
[AOT.MonoPInvokeCallback (typeof (GetHotspotGroupCallbackDelegate))]
|
|
344
|
+
#endif
|
|
345
|
+
static void GetHotspotGroupCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
346
|
+
{
|
|
347
|
+
var _handle = (GCHandle)_StateObject__;
|
|
348
|
+
var tcs = (TaskCompletionSource<Csp.Systems.HotspotGroupResult>)_handle.Target;
|
|
349
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
350
|
+
|
|
351
|
+
var task_result = new Csp.Systems.HotspotGroupResult(_Result);
|
|
352
|
+
|
|
353
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
354
|
+
{
|
|
355
|
+
return;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
tcs.SetResult(task_result);
|
|
359
|
+
_handle.Free();
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
static readonly GetHotspotGroupCallbackDelegate GetHotspotGroupDelegateInstance =
|
|
363
|
+
GetHotspotGroupCallbackDelegateFunction;
|
|
364
|
+
|
|
365
|
+
/// <summary>Get a Hotspot group by name</summary>
|
|
366
|
+
/// <param name="GroupName">The unique grouping name</param>
|
|
367
|
+
/// <returns>Result class</returns>
|
|
368
|
+
|
|
369
|
+
public Task<Csp.Systems.HotspotGroupResult> GetHotspotGroup(string GroupName)
|
|
370
|
+
{
|
|
371
|
+
var tcs = new TaskCompletionSource<Csp.Systems.HotspotGroupResult>(this);
|
|
372
|
+
var handle = GCHandle.Alloc(tcs);
|
|
373
|
+
|
|
374
|
+
csp_systems_HotspotSequenceSystem_GetHotspotGroup_void_StringRC_HotspotGroupResultCallback(
|
|
375
|
+
_ptr,
|
|
376
|
+
GroupName,
|
|
377
|
+
GetHotspotGroupDelegateInstance,
|
|
378
|
+
(IntPtr)handle
|
|
379
|
+
);
|
|
380
|
+
|
|
381
|
+
return tcs.Task;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
385
|
+
[AOT.MonoPInvokeCallback (typeof (GetHotspotGroupsCallbackDelegate))]
|
|
386
|
+
#endif
|
|
387
|
+
static void GetHotspotGroupsCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
388
|
+
{
|
|
389
|
+
var _handle = (GCHandle)_StateObject__;
|
|
390
|
+
var tcs = (TaskCompletionSource<Csp.Systems.HotspotGroupsResult>)_handle.Target;
|
|
391
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
392
|
+
|
|
393
|
+
var task_result = new Csp.Systems.HotspotGroupsResult(_Result);
|
|
394
|
+
|
|
395
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
396
|
+
{
|
|
397
|
+
return;
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
tcs.SetResult(task_result);
|
|
401
|
+
_handle.Free();
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
static readonly GetHotspotGroupsCallbackDelegate GetHotspotGroupsDelegateInstance =
|
|
405
|
+
GetHotspotGroupsCallbackDelegateFunction;
|
|
406
|
+
|
|
407
|
+
/// <summary>Get all Hotspot groups for the current space and logged in user.</summary>
|
|
408
|
+
/// <returns>Result class</returns>
|
|
409
|
+
|
|
410
|
+
public Task<Csp.Systems.HotspotGroupsResult> GetHotspotGroups()
|
|
411
|
+
{
|
|
412
|
+
var tcs = new TaskCompletionSource<Csp.Systems.HotspotGroupsResult>(this);
|
|
413
|
+
var handle = GCHandle.Alloc(tcs);
|
|
414
|
+
|
|
415
|
+
csp_systems_HotspotSequenceSystem_GetHotspotGroups_void_HotspotGroupsResultCallback(
|
|
416
|
+
_ptr,
|
|
417
|
+
GetHotspotGroupsDelegateInstance,
|
|
418
|
+
(IntPtr)handle
|
|
419
|
+
);
|
|
420
|
+
|
|
421
|
+
return tcs.Task;
|
|
422
|
+
}
|
|
423
|
+
|
|
424
|
+
#if !UNITY_EDITOR && ENABLE_IL2CPP
|
|
425
|
+
[AOT.MonoPInvokeCallback (typeof (DeleteHotspotGroupCallbackDelegate))]
|
|
426
|
+
#endif
|
|
427
|
+
static void DeleteHotspotGroupCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
428
|
+
{
|
|
429
|
+
var _handle = (GCHandle)_StateObject__;
|
|
430
|
+
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
431
|
+
var _this = (HotspotSequenceSystem)tcs.Task.AsyncState;
|
|
432
|
+
|
|
433
|
+
var task_result = new Csp.Systems.NullResult(_Result);
|
|
434
|
+
|
|
435
|
+
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
436
|
+
{
|
|
437
|
+
return;
|
|
438
|
+
}
|
|
439
|
+
|
|
440
|
+
tcs.SetResult(task_result);
|
|
441
|
+
_handle.Free();
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
static readonly DeleteHotspotGroupCallbackDelegate DeleteHotspotGroupDelegateInstance =
|
|
445
|
+
DeleteHotspotGroupCallbackDelegateFunction;
|
|
446
|
+
|
|
447
|
+
/// <summary>Delete a Hotspot group by name</summary>
|
|
448
|
+
/// <param name="GroupName">The unique grouping name</param>
|
|
449
|
+
/// <returns>The result for the request</returns>
|
|
450
|
+
|
|
451
|
+
public Task<Csp.Systems.NullResult> DeleteHotspotGroup(string GroupName)
|
|
452
|
+
{
|
|
453
|
+
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
454
|
+
var handle = GCHandle.Alloc(tcs);
|
|
455
|
+
|
|
456
|
+
csp_systems_HotspotSequenceSystem_DeleteHotspotGroup_void_StringRC_NullResultCallback(
|
|
457
|
+
_ptr,
|
|
458
|
+
GroupName,
|
|
459
|
+
DeleteHotspotGroupDelegateInstance,
|
|
460
|
+
(IntPtr)handle
|
|
461
|
+
);
|
|
462
|
+
|
|
463
|
+
return tcs.Task;
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
~HotspotSequenceSystem()
|
|
467
|
+
{
|
|
468
|
+
//RealDispose();
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
void RealDispose()
|
|
472
|
+
{
|
|
473
|
+
if (_ownsPtr && !_disposed)
|
|
474
|
+
{
|
|
475
|
+
csp_systems_HotspotSequenceSystem_Dtor(_ptr);
|
|
476
|
+
_disposed = true;
|
|
477
|
+
}
|
|
478
|
+
|
|
479
|
+
_disposed = true;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
new public void Dispose()
|
|
483
|
+
{
|
|
484
|
+
RealDispose();
|
|
485
|
+
GC.SuppressFinalize(this);
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
protected HotspotSequenceSystem() { }
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
|
package/Source/Systems/Log.meta
CHANGED
|
@@ -38,8 +38,9 @@ namespace Csp.Systems
|
|
|
38
38
|
),
|
|
39
39
|
SuppressUnmanagedCodeSecurity
|
|
40
40
|
]
|
|
41
|
-
static extern void
|
|
41
|
+
static extern void csp_systems_MaintenanceSystem_GetMaintenanceInfo_void_StringRC_MaintenanceInfoCallback(
|
|
42
42
|
IntPtr @class,
|
|
43
|
+
string MaintenanceURL,
|
|
43
44
|
GetMaintenanceInfoCallbackDelegate callback,
|
|
44
45
|
IntPtr callbackStateObject
|
|
45
46
|
);
|
|
@@ -84,13 +85,14 @@ namespace Csp.Systems
|
|
|
84
85
|
/// <summary>Receives information on planned maintenances outages schedules for the future</summary>
|
|
85
86
|
/// <returns>The result for the request</returns>
|
|
86
87
|
|
|
87
|
-
public Task<Csp.Systems.MaintenanceInfoResult> GetMaintenanceInfo()
|
|
88
|
+
public Task<Csp.Systems.MaintenanceInfoResult> GetMaintenanceInfo(string MaintenanceURL)
|
|
88
89
|
{
|
|
89
90
|
var tcs = new TaskCompletionSource<Csp.Systems.MaintenanceInfoResult>(this);
|
|
90
91
|
var handle = GCHandle.Alloc(tcs);
|
|
91
92
|
|
|
92
|
-
|
|
93
|
+
csp_systems_MaintenanceSystem_GetMaintenanceInfo_void_StringRC_MaintenanceInfoCallback(
|
|
93
94
|
_ptr,
|
|
95
|
+
MaintenanceURL,
|
|
94
96
|
GetMaintenanceInfoDelegateInstance,
|
|
95
97
|
(IntPtr)handle
|
|
96
98
|
);
|