connected-spaces-platform.unity.core 5.17.0 → 5.17.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +1 -1
- 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/Interfaces/IRealtimeEngine.cs +613 -0
- package/Source/Common/Interfaces/IRealtimeEngine.cs.meta +11 -0
- package/Source/Common/Interfaces/RealtimeEngineType.cs +22 -0
- package/Source/Common/Interfaces/RealtimeEngineType.cs.meta +11 -0
- package/Source/Common/Interfaces.meta +7 -0
- 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/Vector2.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/Constants.cs.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- 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.meta +1 -1
- 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.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.meta +1 -1
- package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.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 +24 -18
- 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.meta +1 -1
- package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
- package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
- package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
- 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.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 +1 -1
- 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.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.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.meta +1 -1
- package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
- 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/AnnotationData.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationThumbnailCollectionResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/AnnotationUpdateParams.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationEventType.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/ConversationResult.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/MessageUpdateParams.cs.meta +1 -1
- package/Source/Multiplayer/Conversation/NumberOfRepliesResult.cs.meta +1 -1
- package/Source/Multiplayer/Conversation.meta +1 -1
- package/Source/Multiplayer/ConversationEventParams.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.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/EventBus.cs.meta +1 -1
- package/Source/Multiplayer/LockType.cs.meta +1 -1
- package/Source/Multiplayer/MaterialChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs +2 -1
- 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.meta +1 -1
- package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntity.cs +3 -2
- package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs +4 -3
- 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 +6 -0
- 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/AlphaVideoMaterial.cs.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/AssetCollectionCountResult.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 +31 -29
- 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/EAlphaMode.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/EBlendMode.cs.meta +1 -1
- package/Source/Systems/Assets/EColorChannel.cs.meta +1 -1
- package/Source/Systems/Assets/EShaderType.cs.meta +1 -1
- package/Source/Systems/Assets/ETextureResourceType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/GLTFMaterial.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/Material.cs.meta +1 -1
- package/Source/Systems/Assets/MaterialResult.cs.meta +1 -1
- package/Source/Systems/Assets/MaterialsResult.cs.meta +1 -1
- package/Source/Systems/Assets/TextureInfo.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 +12 -10
- 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 +8 -6
- 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 +2 -2
- 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.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
- package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +9 -8
- 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 +2 -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 +1 -1
- 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/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 +8 -8
- 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.meta +1 -1
- package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
- package/Source/Systems/Sequence/SequenceSystem.cs +9 -8
- package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
- package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
- package/Source/Systems/Sequence.meta +1 -1
- 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 +16 -16
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/AcceptedInvitesResult.cs.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 +34 -34
- 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 +7 -7
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- 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.meta +1 -1
- package/Source/Systems/Spatial/PointOfInterestSystem.cs +3 -3
- 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 +2 -1
- package/Source/Systems/SystemBase.cs.meta +1 -1
- 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/TokenInfoParams.cs.meta +1 -1
- package/Source/Systems/Users/UserSystem.cs +24 -23
- 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
|
@@ -472,7 +472,7 @@ namespace Csp.Systems
|
|
|
472
472
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
473
473
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
474
474
|
|
|
475
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
475
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
476
476
|
|
|
477
477
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
478
478
|
{
|
|
@@ -517,7 +517,7 @@ namespace Csp.Systems
|
|
|
517
517
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
518
518
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
519
519
|
|
|
520
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
520
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
521
521
|
|
|
522
522
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
523
523
|
{
|
|
@@ -579,7 +579,7 @@ namespace Csp.Systems
|
|
|
579
579
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceResult>)_handle.Target;
|
|
580
580
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
581
581
|
|
|
582
|
-
var task_result = new Csp.Systems.SpaceResult(_Result);
|
|
582
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceResult(_Result);
|
|
583
583
|
|
|
584
584
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
585
585
|
{
|
|
@@ -640,7 +640,7 @@ namespace Csp.Systems
|
|
|
640
640
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceResult>)_handle.Target;
|
|
641
641
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
642
642
|
|
|
643
|
-
var task_result = new Csp.Systems.SpaceResult(_Result);
|
|
643
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceResult(_Result);
|
|
644
644
|
|
|
645
645
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
646
646
|
{
|
|
@@ -702,7 +702,7 @@ namespace Csp.Systems
|
|
|
702
702
|
var tcs = (TaskCompletionSource<Csp.Systems.BasicSpaceResult>)_handle.Target;
|
|
703
703
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
704
704
|
|
|
705
|
-
var task_result = new Csp.Systems.BasicSpaceResult(_Result);
|
|
705
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.BasicSpaceResult(_Result);
|
|
706
706
|
|
|
707
707
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
708
708
|
{
|
|
@@ -768,7 +768,7 @@ namespace Csp.Systems
|
|
|
768
768
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
769
769
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
770
770
|
|
|
771
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
771
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
772
772
|
|
|
773
773
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
774
774
|
{
|
|
@@ -809,7 +809,7 @@ namespace Csp.Systems
|
|
|
809
809
|
var tcs = (TaskCompletionSource<Csp.Systems.SpacesResult>)_handle.Target;
|
|
810
810
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
811
811
|
|
|
812
|
-
var task_result = new Csp.Systems.SpacesResult(_Result);
|
|
812
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpacesResult(_Result);
|
|
813
813
|
|
|
814
814
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
815
815
|
{
|
|
@@ -848,7 +848,7 @@ namespace Csp.Systems
|
|
|
848
848
|
var tcs = (TaskCompletionSource<Csp.Systems.BasicSpacesResult>)_handle.Target;
|
|
849
849
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
850
850
|
|
|
851
|
-
var task_result = new Csp.Systems.BasicSpacesResult(_Result);
|
|
851
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.BasicSpacesResult(_Result);
|
|
852
852
|
|
|
853
853
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
854
854
|
{
|
|
@@ -977,7 +977,7 @@ namespace Csp.Systems
|
|
|
977
977
|
var tcs = (TaskCompletionSource<Csp.Systems.SpacesResult>)_handle.Target;
|
|
978
978
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
979
979
|
|
|
980
|
-
var task_result = new Csp.Systems.SpacesResult(_Result);
|
|
980
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpacesResult(_Result);
|
|
981
981
|
|
|
982
982
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
983
983
|
{
|
|
@@ -1019,7 +1019,7 @@ namespace Csp.Systems
|
|
|
1019
1019
|
var tcs = (TaskCompletionSource<Csp.Systems.SpacesResult>)_handle.Target;
|
|
1020
1020
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1021
1021
|
|
|
1022
|
-
var task_result = new Csp.Systems.SpacesResult(_Result);
|
|
1022
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpacesResult(_Result);
|
|
1023
1023
|
|
|
1024
1024
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1025
1025
|
{
|
|
@@ -1061,7 +1061,7 @@ namespace Csp.Systems
|
|
|
1061
1061
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceResult>)_handle.Target;
|
|
1062
1062
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1063
1063
|
|
|
1064
|
-
var task_result = new Csp.Systems.SpaceResult(_Result);
|
|
1064
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceResult(_Result);
|
|
1065
1065
|
|
|
1066
1066
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1067
1067
|
{
|
|
@@ -1102,7 +1102,7 @@ namespace Csp.Systems
|
|
|
1102
1102
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1103
1103
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1104
1104
|
|
|
1105
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1105
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1106
1106
|
|
|
1107
1107
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1108
1108
|
{
|
|
@@ -1169,7 +1169,7 @@ namespace Csp.Systems
|
|
|
1169
1169
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1170
1170
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1171
1171
|
|
|
1172
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1172
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1173
1173
|
|
|
1174
1174
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1175
1175
|
{
|
|
@@ -1215,7 +1215,7 @@ namespace Csp.Systems
|
|
|
1215
1215
|
var tcs = (TaskCompletionSource<Csp.Systems.PendingInvitesResult>)_handle.Target;
|
|
1216
1216
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1217
1217
|
|
|
1218
|
-
var task_result = new Csp.Systems.PendingInvitesResult(_Result);
|
|
1218
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.PendingInvitesResult(_Result);
|
|
1219
1219
|
|
|
1220
1220
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1221
1221
|
{
|
|
@@ -1257,7 +1257,7 @@ namespace Csp.Systems
|
|
|
1257
1257
|
var tcs = (TaskCompletionSource<Csp.Systems.AcceptedInvitesResult>)_handle.Target;
|
|
1258
1258
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1259
1259
|
|
|
1260
|
-
var task_result = new Csp.Systems.AcceptedInvitesResult(_Result);
|
|
1260
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AcceptedInvitesResult(_Result);
|
|
1261
1261
|
|
|
1262
1262
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1263
1263
|
{
|
|
@@ -1299,7 +1299,7 @@ namespace Csp.Systems
|
|
|
1299
1299
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1300
1300
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1301
1301
|
|
|
1302
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1302
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1303
1303
|
|
|
1304
1304
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1305
1305
|
{
|
|
@@ -1343,7 +1343,7 @@ namespace Csp.Systems
|
|
|
1343
1343
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceResult>)_handle.Target;
|
|
1344
1344
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1345
1345
|
|
|
1346
|
-
var task_result = new Csp.Systems.SpaceResult(_Result);
|
|
1346
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceResult(_Result);
|
|
1347
1347
|
|
|
1348
1348
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1349
1349
|
{
|
|
@@ -1387,7 +1387,7 @@ namespace Csp.Systems
|
|
|
1387
1387
|
var tcs = (TaskCompletionSource<Csp.Systems.SiteResult>)_handle.Target;
|
|
1388
1388
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1389
1389
|
|
|
1390
|
-
var task_result = new Csp.Systems.SiteResult(_Result);
|
|
1390
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SiteResult(_Result);
|
|
1391
1391
|
|
|
1392
1392
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1393
1393
|
{
|
|
@@ -1430,7 +1430,7 @@ namespace Csp.Systems
|
|
|
1430
1430
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1431
1431
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1432
1432
|
|
|
1433
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1433
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1434
1434
|
|
|
1435
1435
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1436
1436
|
{
|
|
@@ -1474,7 +1474,7 @@ namespace Csp.Systems
|
|
|
1474
1474
|
var tcs = (TaskCompletionSource<Csp.Systems.SitesCollectionResult>)_handle.Target;
|
|
1475
1475
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1476
1476
|
|
|
1477
|
-
var task_result = new Csp.Systems.SitesCollectionResult(_Result);
|
|
1477
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SitesCollectionResult(_Result);
|
|
1478
1478
|
|
|
1479
1479
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1480
1480
|
{
|
|
@@ -1516,7 +1516,7 @@ namespace Csp.Systems
|
|
|
1516
1516
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1517
1517
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1518
1518
|
|
|
1519
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1519
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1520
1520
|
|
|
1521
1521
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1522
1522
|
{
|
|
@@ -1560,7 +1560,7 @@ namespace Csp.Systems
|
|
|
1560
1560
|
var tcs = (TaskCompletionSource<Csp.Systems.UserRoleCollectionResult>)_handle.Target;
|
|
1561
1561
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1562
1562
|
|
|
1563
|
-
var task_result = new Csp.Systems.UserRoleCollectionResult(_Result);
|
|
1563
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.UserRoleCollectionResult(_Result);
|
|
1564
1564
|
|
|
1565
1565
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1566
1566
|
{
|
|
@@ -1606,7 +1606,7 @@ namespace Csp.Systems
|
|
|
1606
1606
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1607
1607
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1608
1608
|
|
|
1609
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1609
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1610
1610
|
|
|
1611
1611
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1612
1612
|
{
|
|
@@ -1652,7 +1652,7 @@ namespace Csp.Systems
|
|
|
1652
1652
|
var tcs = (TaskCompletionSource<Csp.Systems.SpacesMetadataResult>)_handle.Target;
|
|
1653
1653
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1654
1654
|
|
|
1655
|
-
var task_result = new Csp.Systems.SpacesMetadataResult(_Result);
|
|
1655
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpacesMetadataResult(_Result);
|
|
1656
1656
|
|
|
1657
1657
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1658
1658
|
{
|
|
@@ -1694,7 +1694,7 @@ namespace Csp.Systems
|
|
|
1694
1694
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceMetadataResult>)_handle.Target;
|
|
1695
1695
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1696
1696
|
|
|
1697
|
-
var task_result = new Csp.Systems.SpaceMetadataResult(_Result);
|
|
1697
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceMetadataResult(_Result);
|
|
1698
1698
|
|
|
1699
1699
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1700
1700
|
{
|
|
@@ -1736,7 +1736,7 @@ namespace Csp.Systems
|
|
|
1736
1736
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1737
1737
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1738
1738
|
|
|
1739
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1739
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1740
1740
|
|
|
1741
1741
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1742
1742
|
{
|
|
@@ -1782,7 +1782,7 @@ namespace Csp.Systems
|
|
|
1782
1782
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1783
1783
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1784
1784
|
|
|
1785
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1785
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1786
1786
|
|
|
1787
1787
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1788
1788
|
{
|
|
@@ -1828,7 +1828,7 @@ namespace Csp.Systems
|
|
|
1828
1828
|
var tcs = (TaskCompletionSource<Csp.Systems.UriResult>)_handle.Target;
|
|
1829
1829
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1830
1830
|
|
|
1831
|
-
var task_result = new Csp.Systems.UriResult(_Result);
|
|
1831
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.UriResult(_Result);
|
|
1832
1832
|
|
|
1833
1833
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1834
1834
|
{
|
|
@@ -1872,7 +1872,7 @@ namespace Csp.Systems
|
|
|
1872
1872
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1873
1873
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1874
1874
|
|
|
1875
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1875
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1876
1876
|
|
|
1877
1877
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1878
1878
|
{
|
|
@@ -1916,7 +1916,7 @@ namespace Csp.Systems
|
|
|
1916
1916
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
1917
1917
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1918
1918
|
|
|
1919
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
1919
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
1920
1920
|
|
|
1921
1921
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1922
1922
|
{
|
|
@@ -1960,7 +1960,7 @@ namespace Csp.Systems
|
|
|
1960
1960
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceGeoLocationResult>)_handle.Target;
|
|
1961
1961
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
1962
1962
|
|
|
1963
|
-
var task_result = new Csp.Systems.SpaceGeoLocationResult(_Result);
|
|
1963
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceGeoLocationResult(_Result);
|
|
1964
1964
|
|
|
1965
1965
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1966
1966
|
{
|
|
@@ -2024,7 +2024,7 @@ namespace Csp.Systems
|
|
|
2024
2024
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceGeoLocationResult>)_handle.Target;
|
|
2025
2025
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
2026
2026
|
|
|
2027
|
-
var task_result = new Csp.Systems.SpaceGeoLocationResult(_Result);
|
|
2027
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceGeoLocationResult(_Result);
|
|
2028
2028
|
|
|
2029
2029
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
2030
2030
|
{
|
|
@@ -2066,7 +2066,7 @@ namespace Csp.Systems
|
|
|
2066
2066
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
2067
2067
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
2068
2068
|
|
|
2069
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
2069
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
2070
2070
|
|
|
2071
2071
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
2072
2072
|
{
|
|
@@ -2108,7 +2108,7 @@ namespace Csp.Systems
|
|
|
2108
2108
|
var tcs = (TaskCompletionSource<Csp.Systems.SpaceResult>)_handle.Target;
|
|
2109
2109
|
var _this = (SpaceSystem)tcs.Task.AsyncState;
|
|
2110
2110
|
|
|
2111
|
-
var task_result = new Csp.Systems.SpaceResult(_Result);
|
|
2111
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.SpaceResult(_Result);
|
|
2112
2112
|
|
|
2113
2113
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
2114
2114
|
{
|
|
@@ -155,7 +155,7 @@ namespace Csp.Systems
|
|
|
155
155
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorResult>)_handle.Target;
|
|
156
156
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
157
157
|
|
|
158
|
-
var task_result = new Csp.Systems.AnchorResult(_Result);
|
|
158
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorResult(_Result);
|
|
159
159
|
|
|
160
160
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
161
161
|
{
|
|
@@ -220,7 +220,7 @@ namespace Csp.Systems
|
|
|
220
220
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorResult>)_handle.Target;
|
|
221
221
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
222
222
|
|
|
223
|
-
var task_result = new Csp.Systems.AnchorResult(_Result);
|
|
223
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorResult(_Result);
|
|
224
224
|
|
|
225
225
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
226
226
|
{
|
|
@@ -291,7 +291,7 @@ namespace Csp.Systems
|
|
|
291
291
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
292
292
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
293
293
|
|
|
294
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
294
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
295
295
|
|
|
296
296
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
297
297
|
{
|
|
@@ -333,7 +333,7 @@ namespace Csp.Systems
|
|
|
333
333
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorCollectionResult>)_handle.Target;
|
|
334
334
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
335
335
|
|
|
336
|
-
var task_result = new Csp.Systems.AnchorCollectionResult(_Result);
|
|
336
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorCollectionResult(_Result);
|
|
337
337
|
|
|
338
338
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
339
339
|
{
|
|
@@ -431,7 +431,7 @@ namespace Csp.Systems
|
|
|
431
431
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorCollectionResult>)_handle.Target;
|
|
432
432
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
433
433
|
|
|
434
|
-
var task_result = new Csp.Systems.AnchorCollectionResult(_Result);
|
|
434
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorCollectionResult(_Result);
|
|
435
435
|
|
|
436
436
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
437
437
|
{
|
|
@@ -498,7 +498,7 @@ namespace Csp.Systems
|
|
|
498
498
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorCollectionResult>)_handle.Target;
|
|
499
499
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
500
500
|
|
|
501
|
-
var task_result = new Csp.Systems.AnchorCollectionResult(_Result);
|
|
501
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorCollectionResult(_Result);
|
|
502
502
|
|
|
503
503
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
504
504
|
{
|
|
@@ -566,7 +566,7 @@ namespace Csp.Systems
|
|
|
566
566
|
var tcs = (TaskCompletionSource<Csp.Systems.AnchorResolutionResult>)_handle.Target;
|
|
567
567
|
var _this = (AnchorSystem)tcs.Task.AsyncState;
|
|
568
568
|
|
|
569
|
-
var task_result = new Csp.Systems.AnchorResolutionResult(_Result);
|
|
569
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.AnchorResolutionResult(_Result);
|
|
570
570
|
|
|
571
571
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
572
572
|
{
|
|
@@ -88,7 +88,7 @@ namespace Csp.Systems
|
|
|
88
88
|
var tcs = (TaskCompletionSource<Csp.Systems.POIResult>)_handle.Target;
|
|
89
89
|
var _this = (PointOfInterestSystem)tcs.Task.AsyncState;
|
|
90
90
|
|
|
91
|
-
var task_result = new Csp.Systems.POIResult(_Result);
|
|
91
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.POIResult(_Result);
|
|
92
92
|
|
|
93
93
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
94
94
|
{
|
|
@@ -151,7 +151,7 @@ namespace Csp.Systems
|
|
|
151
151
|
var tcs = (TaskCompletionSource<Csp.Systems.NullResult>)_handle.Target;
|
|
152
152
|
var _this = (PointOfInterestSystem)tcs.Task.AsyncState;
|
|
153
153
|
|
|
154
|
-
var task_result = new Csp.Systems.NullResult(_Result);
|
|
154
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.NullResult(_Result);
|
|
155
155
|
|
|
156
156
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
157
157
|
{
|
|
@@ -192,7 +192,7 @@ namespace Csp.Systems
|
|
|
192
192
|
var tcs = (TaskCompletionSource<Csp.Systems.POICollectionResult>)_handle.Target;
|
|
193
193
|
var _this = (PointOfInterestSystem)tcs.Task.AsyncState;
|
|
194
194
|
|
|
195
|
-
var task_result = new Csp.Systems.POICollectionResult(_Result);
|
|
195
|
+
var task_result = _Result.Pointer == IntPtr.Zero ? null : new Csp.Systems.POICollectionResult(_Result);
|
|
196
196
|
|
|
197
197
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
198
198
|
{
|