connected-spaces-platform.unity.core 5.12.0 → 5.13.1
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/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 +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.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.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/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.meta +1 -1
- package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/EventBus.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MaterialChangedParams.cs.meta +1 -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.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/AlphaVideoMaterial.cs +427 -0
- package/Source/Systems/Assets/{GLTFMaterialResult.cs.meta → 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/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 -27
- 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 +3 -2
- 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 +25 -0
- package/Source/Systems/Assets/{GLTFMaterialsResult.cs.meta → EBlendMode.cs.meta} +1 -1
- package/Source/Systems/Assets/EColorChannel.cs +26 -0
- package/Source/Systems/Assets/EColorChannel.cs.meta +11 -0
- package/Source/Systems/Assets/EShaderType.cs +4 -2
- 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 +66 -66
- 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 +83 -14
- package/Source/Systems/Assets/Material.cs.meta +1 -1
- package/Source/Systems/Assets/{GLTFMaterialResult.cs → MaterialResult.cs} +16 -14
- package/Source/Systems/Assets/MaterialResult.cs.meta +11 -0
- package/Source/Systems/Assets/{GLTFMaterialsResult.cs → MaterialsResult.cs} +17 -14
- package/Source/Systems/Assets/MaterialsResult.cs.meta +11 -0
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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,427 @@
|
|
|
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 Asset System
|
|
16
|
+
/// <summary>Data class which represents an Alpha Video material.</summary>
|
|
17
|
+
|
|
18
|
+
public class AlphaVideoMaterial : Csp.Systems.Material, IDisposable
|
|
19
|
+
{
|
|
20
|
+
internal override string _safeTypeName { get; } = "csp_systems_AlphaVideoMaterial";
|
|
21
|
+
|
|
22
|
+
#region P/Invoke
|
|
23
|
+
#pragma warning disable IDE1006
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
[DllImport(Csp.Constants.DllName)]
|
|
28
|
+
[SuppressUnmanagedCodeSecurity]
|
|
29
|
+
static extern void csp_systems_AlphaVideoMaterial_SetColorTexture_void_TextureInfoRC(
|
|
30
|
+
IntPtr @class,
|
|
31
|
+
IntPtr Texture
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
[DllImport(Csp.Constants.DllName)]
|
|
35
|
+
[SuppressUnmanagedCodeSecurity]
|
|
36
|
+
static extern NativePointer csp_systems_AlphaVideoMaterial_GetColorTextureC_TextureInfoRC(IntPtr @class);
|
|
37
|
+
|
|
38
|
+
[DllImport(Csp.Constants.DllName)]
|
|
39
|
+
[SuppressUnmanagedCodeSecurity]
|
|
40
|
+
static extern void csp_systems_AlphaVideoMaterial_SetDoubleSided_void_bool(IntPtr @class, bool DoubleSided);
|
|
41
|
+
|
|
42
|
+
[DllImport(Csp.Constants.DllName)]
|
|
43
|
+
[SuppressUnmanagedCodeSecurity]
|
|
44
|
+
static extern bool csp_systems_AlphaVideoMaterial_GetDoubleSidedC_bool(IntPtr @class);
|
|
45
|
+
|
|
46
|
+
[DllImport(Csp.Constants.DllName)]
|
|
47
|
+
[SuppressUnmanagedCodeSecurity]
|
|
48
|
+
static extern void csp_systems_AlphaVideoMaterial_SetIsEmissive_void_bool(IntPtr @class, bool IsEmissive);
|
|
49
|
+
|
|
50
|
+
[DllImport(Csp.Constants.DllName)]
|
|
51
|
+
[SuppressUnmanagedCodeSecurity]
|
|
52
|
+
static extern bool csp_systems_AlphaVideoMaterial_GetIsEmissiveC_bool(IntPtr @class);
|
|
53
|
+
|
|
54
|
+
[DllImport(Csp.Constants.DllName)]
|
|
55
|
+
[SuppressUnmanagedCodeSecurity]
|
|
56
|
+
static extern void csp_systems_AlphaVideoMaterial_SetReadAlphaFromChannel_void_EColorChannel(
|
|
57
|
+
IntPtr @class,
|
|
58
|
+
Csp.Systems.EColorChannel ColorChannel
|
|
59
|
+
);
|
|
60
|
+
|
|
61
|
+
[DllImport(Csp.Constants.DllName)]
|
|
62
|
+
[SuppressUnmanagedCodeSecurity]
|
|
63
|
+
static extern Csp.Systems.EColorChannel csp_systems_AlphaVideoMaterial_GetReadAlphaFromChannelC_EColorChannel(
|
|
64
|
+
IntPtr @class
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
[DllImport(Csp.Constants.DllName)]
|
|
68
|
+
[SuppressUnmanagedCodeSecurity]
|
|
69
|
+
static extern void csp_systems_AlphaVideoMaterial_SetBlendMode_void_EBlendMode(
|
|
70
|
+
IntPtr @class,
|
|
71
|
+
Csp.Systems.EBlendMode Mode
|
|
72
|
+
);
|
|
73
|
+
|
|
74
|
+
[DllImport(Csp.Constants.DllName)]
|
|
75
|
+
[SuppressUnmanagedCodeSecurity]
|
|
76
|
+
static extern Csp.Systems.EBlendMode csp_systems_AlphaVideoMaterial_GetBlendModeC_EBlendMode(IntPtr @class);
|
|
77
|
+
|
|
78
|
+
[DllImport(Csp.Constants.DllName)]
|
|
79
|
+
[SuppressUnmanagedCodeSecurity]
|
|
80
|
+
static extern void csp_systems_AlphaVideoMaterial_SetFresnelFactor_void_float(IntPtr @class, float Factor);
|
|
81
|
+
|
|
82
|
+
[DllImport(Csp.Constants.DllName)]
|
|
83
|
+
[SuppressUnmanagedCodeSecurity]
|
|
84
|
+
static extern float csp_systems_AlphaVideoMaterial_GetFresnelFactorC_float(IntPtr @class);
|
|
85
|
+
|
|
86
|
+
[DllImport(Csp.Constants.DllName)]
|
|
87
|
+
[SuppressUnmanagedCodeSecurity]
|
|
88
|
+
static extern void csp_systems_AlphaVideoMaterial_SetTint_void_Vector3RC(IntPtr @class, IntPtr Tint);
|
|
89
|
+
|
|
90
|
+
[DllImport(Csp.Constants.DllName)]
|
|
91
|
+
[SuppressUnmanagedCodeSecurity]
|
|
92
|
+
static extern NativePointer csp_systems_AlphaVideoMaterial_GetTintC_Vector3RC(IntPtr @class);
|
|
93
|
+
|
|
94
|
+
[DllImport(Csp.Constants.DllName)]
|
|
95
|
+
[SuppressUnmanagedCodeSecurity]
|
|
96
|
+
static extern void csp_systems_AlphaVideoMaterial_SetAlphaFactor_void_float(IntPtr @class, float Factor);
|
|
97
|
+
|
|
98
|
+
[DllImport(Csp.Constants.DllName)]
|
|
99
|
+
[SuppressUnmanagedCodeSecurity]
|
|
100
|
+
static extern float csp_systems_AlphaVideoMaterial_GetAlphaFactorC_float(IntPtr @class);
|
|
101
|
+
|
|
102
|
+
[DllImport(Csp.Constants.DllName)]
|
|
103
|
+
[SuppressUnmanagedCodeSecurity]
|
|
104
|
+
static extern void csp_systems_AlphaVideoMaterial_SetEmissiveIntensity_void_float(
|
|
105
|
+
IntPtr @class,
|
|
106
|
+
float Intensity
|
|
107
|
+
);
|
|
108
|
+
|
|
109
|
+
[DllImport(Csp.Constants.DllName)]
|
|
110
|
+
[SuppressUnmanagedCodeSecurity]
|
|
111
|
+
static extern float csp_systems_AlphaVideoMaterial_GetEmissiveIntensityC_float(IntPtr @class);
|
|
112
|
+
|
|
113
|
+
[DllImport(Csp.Constants.DllName)]
|
|
114
|
+
[SuppressUnmanagedCodeSecurity]
|
|
115
|
+
static extern void csp_systems_AlphaVideoMaterial_SetAlphaMask_void_float(IntPtr @class, float Mask);
|
|
116
|
+
|
|
117
|
+
[DllImport(Csp.Constants.DllName)]
|
|
118
|
+
[SuppressUnmanagedCodeSecurity]
|
|
119
|
+
static extern float csp_systems_AlphaVideoMaterial_GetAlphaMaskC_float(IntPtr @class);
|
|
120
|
+
|
|
121
|
+
[DllImport(Csp.Constants.DllName)]
|
|
122
|
+
[SuppressUnmanagedCodeSecurity]
|
|
123
|
+
static extern NativePointer csp_systems_AlphaVideoMaterial_Ctor_StringRC_StringRC_StringRC(
|
|
124
|
+
string Name,
|
|
125
|
+
string MaterialCollectionId,
|
|
126
|
+
string MaterialId
|
|
127
|
+
);
|
|
128
|
+
|
|
129
|
+
[DllImport(Csp.Constants.DllName)]
|
|
130
|
+
[SuppressUnmanagedCodeSecurity]
|
|
131
|
+
static extern void csp_systems_AlphaVideoMaterial_Dtor(IntPtr @class);
|
|
132
|
+
|
|
133
|
+
[DllImport(Csp.Constants.DllName)]
|
|
134
|
+
[SuppressUnmanagedCodeSecurity]
|
|
135
|
+
static extern NativePointer csp_systems_AlphaVideoMaterial_Ctor();
|
|
136
|
+
|
|
137
|
+
#pragma warning restore IDE1006
|
|
138
|
+
#endregion
|
|
139
|
+
|
|
140
|
+
internal AlphaVideoMaterial(NativePointer ptr) : base(ptr) { }
|
|
141
|
+
|
|
142
|
+
public AlphaVideoMaterial(Csp.Systems.Material baseInstance)
|
|
143
|
+
: base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
|
|
144
|
+
{
|
|
145
|
+
// Prevent previous instance from freeing underlying pointer when destroyed
|
|
146
|
+
baseInstance._ownsPtr = false;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
/// <summary>Sets the color texture.</summary>
|
|
150
|
+
/// @details The first three components (RGB) MUST be encoded with the sRGB transfer function. They specify the color of the material.
|
|
151
|
+
/// <remarks>If the fourth component (A) is present, it represents the linear alpha coverage of the material.</remarks>
|
|
152
|
+
/// <remarks>Otherwise, the alpha coverage is equal to 1.0.</remarks>
|
|
153
|
+
/// <remarks>The material.blendMode property defines how the alpha is blended when alphaMode is set to BLEND.</remarks>
|
|
154
|
+
/// <remarks>The material.readAlphaFromChannel property defines which color channel to read the alpha values from.</remarks>
|
|
155
|
+
/// <remarks>The stored texels MUST NOT be premultiplied.</remarks>
|
|
156
|
+
/// <param name="Texture">The material color texture.</param>
|
|
157
|
+
/// @pre If the fourth component (A) is undefined, the texture MUST be sampled as having 1.0 in all components.
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
public void SetColorTexture(Csp.Systems.TextureInfo Texture)
|
|
161
|
+
{
|
|
162
|
+
csp_systems_AlphaVideoMaterial_SetColorTexture_void_TextureInfoRC(_ptr, Texture._ptr);
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
/// <summary>Gets the color texture.</summary>
|
|
166
|
+
/// <returns>The material color texture.</returns>
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
public Csp.Systems.TextureInfo GetColorTexture()
|
|
170
|
+
{
|
|
171
|
+
var _value = csp_systems_AlphaVideoMaterial_GetColorTextureC_TextureInfoRC(_ptr);
|
|
172
|
+
|
|
173
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
174
|
+
var _result = new Csp.Systems.TextureInfo(_value);
|
|
175
|
+
;
|
|
176
|
+
|
|
177
|
+
return _result;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
/// <summary>Sets the doubleSided property which specifies whether the material is double sided.</summary>
|
|
181
|
+
/// @details When this value is false, back-face culling is enabled, i.e., only front-facing triangles are rendered.
|
|
182
|
+
/// <remarks>When this value is true, back-face culling is disabled and double sided lighting is enabled.</remarks>
|
|
183
|
+
/// <param name="DoubleSided">The double sided value.</param>
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
public void SetDoubleSided(bool DoubleSided)
|
|
187
|
+
{
|
|
188
|
+
csp_systems_AlphaVideoMaterial_SetDoubleSided_void_bool(_ptr, DoubleSided);
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
/// <summary>Gets the double sided value.</summary>
|
|
192
|
+
/// <returns>The double sided value.</returns>
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
public bool GetDoubleSided()
|
|
196
|
+
{
|
|
197
|
+
var _value = csp_systems_AlphaVideoMaterial_GetDoubleSidedC_bool(_ptr);
|
|
198
|
+
|
|
199
|
+
var _result = _value;
|
|
200
|
+
|
|
201
|
+
return _result;
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
/// <summary>Sets whether the material is emissive, if not material should be lit by the scene lighting.</summary>
|
|
205
|
+
/// <param name="IsEmissive">The emissive value.</param>
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
public void SetIsEmissive(bool IsEmissive)
|
|
209
|
+
{
|
|
210
|
+
csp_systems_AlphaVideoMaterial_SetIsEmissive_void_bool(_ptr, IsEmissive);
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
/// <summary>Gets whether the material is emissive, if not material should be lit by the scene lighting.</summary>
|
|
214
|
+
/// <returns>Bool</returns>
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
public bool GetIsEmissive()
|
|
218
|
+
{
|
|
219
|
+
var _value = csp_systems_AlphaVideoMaterial_GetIsEmissiveC_bool(_ptr);
|
|
220
|
+
|
|
221
|
+
var _result = _value;
|
|
222
|
+
|
|
223
|
+
return _result;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
/// <summary>Sets the color channel to read the alpha values from.</summary>
|
|
227
|
+
/// <param name="ColorChannel">The color channel to read the alpha values from.</param>
|
|
228
|
+
|
|
229
|
+
|
|
230
|
+
public void SetReadAlphaFromChannel(Csp.Systems.EColorChannel ColorChannel)
|
|
231
|
+
{
|
|
232
|
+
csp_systems_AlphaVideoMaterial_SetReadAlphaFromChannel_void_EColorChannel(_ptr, ColorChannel);
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
/// <summary>Gets the color channel to read the alpha values from.</summary>
|
|
236
|
+
/// <returns>The color channel to read the alpha values from.</returns>
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
public Csp.Systems.EColorChannel GetReadAlphaFromChannel()
|
|
240
|
+
{
|
|
241
|
+
var _value = csp_systems_AlphaVideoMaterial_GetReadAlphaFromChannelC_EColorChannel(_ptr);
|
|
242
|
+
|
|
243
|
+
var _result = _value;
|
|
244
|
+
|
|
245
|
+
return _result;
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
/// <summary>Sets the mode to use for alpha blending.</summary>
|
|
249
|
+
/// <param name="Mode">The mode to use for alpha blending.</param>
|
|
250
|
+
|
|
251
|
+
|
|
252
|
+
public void SetBlendMode(Csp.Systems.EBlendMode Mode)
|
|
253
|
+
{
|
|
254
|
+
csp_systems_AlphaVideoMaterial_SetBlendMode_void_EBlendMode(_ptr, Mode);
|
|
255
|
+
}
|
|
256
|
+
|
|
257
|
+
/// <summary>Gets the alpha blend mode.</summary>
|
|
258
|
+
/// <returns>The alpha blend mode.</returns>
|
|
259
|
+
|
|
260
|
+
|
|
261
|
+
public Csp.Systems.EBlendMode GetBlendMode()
|
|
262
|
+
{
|
|
263
|
+
var _value = csp_systems_AlphaVideoMaterial_GetBlendModeC_EBlendMode(_ptr);
|
|
264
|
+
|
|
265
|
+
var _result = _value;
|
|
266
|
+
|
|
267
|
+
return _result;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
/// <summary>Sets the fresnel factor.</summary>
|
|
271
|
+
/// <param name="Factor">The fresnel factor.</param>
|
|
272
|
+
|
|
273
|
+
|
|
274
|
+
public void SetFresnelFactor(float Factor)
|
|
275
|
+
{
|
|
276
|
+
csp_systems_AlphaVideoMaterial_SetFresnelFactor_void_float(_ptr, Factor);
|
|
277
|
+
}
|
|
278
|
+
|
|
279
|
+
/// <summary>Gets the fresnel factor.</summary>
|
|
280
|
+
/// <returns>The fresnel factor.</returns>
|
|
281
|
+
|
|
282
|
+
|
|
283
|
+
public float GetFresnelFactor()
|
|
284
|
+
{
|
|
285
|
+
var _value = csp_systems_AlphaVideoMaterial_GetFresnelFactorC_float(_ptr);
|
|
286
|
+
|
|
287
|
+
var _result = _value;
|
|
288
|
+
|
|
289
|
+
return _result;
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
/// <summary>Set the Material tint.</summary>
|
|
293
|
+
/// <param name="Tint">The tint value.</param>
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
public void SetTint(Csp.Common.Vector3 Tint)
|
|
297
|
+
{
|
|
298
|
+
csp_systems_AlphaVideoMaterial_SetTint_void_Vector3RC(_ptr, Tint._ptr);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
/// <summary>Get the Material tint.</summary>
|
|
302
|
+
/// <returns>The tint value.</returns>
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
public Csp.Common.Vector3 GetTint()
|
|
306
|
+
{
|
|
307
|
+
var _value = csp_systems_AlphaVideoMaterial_GetTintC_Vector3RC(_ptr);
|
|
308
|
+
|
|
309
|
+
WrapperHelper.CheckNativePointer(_value);
|
|
310
|
+
var _result = new Csp.Common.Vector3(_value);
|
|
311
|
+
;
|
|
312
|
+
|
|
313
|
+
return _result;
|
|
314
|
+
}
|
|
315
|
+
|
|
316
|
+
/// <summary>Set the alpha factor.</summary>
|
|
317
|
+
/// <param name="Factor">The alpha factor.</param>
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
public void SetAlphaFactor(float Factor)
|
|
321
|
+
{
|
|
322
|
+
csp_systems_AlphaVideoMaterial_SetAlphaFactor_void_float(_ptr, Factor);
|
|
323
|
+
}
|
|
324
|
+
|
|
325
|
+
/// <summary>Get the alpha factor.</summary>
|
|
326
|
+
/// <returns>The alpha factor.</returns>
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
public float GetAlphaFactor()
|
|
330
|
+
{
|
|
331
|
+
var _value = csp_systems_AlphaVideoMaterial_GetAlphaFactorC_float(_ptr);
|
|
332
|
+
|
|
333
|
+
var _result = _value;
|
|
334
|
+
|
|
335
|
+
return _result;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/// <summary>Set the emissive intensity.</summary>
|
|
339
|
+
/// <param name="Intensity">The emissive intensity.</param>
|
|
340
|
+
|
|
341
|
+
|
|
342
|
+
public void SetEmissiveIntensity(float Intensity)
|
|
343
|
+
{
|
|
344
|
+
csp_systems_AlphaVideoMaterial_SetEmissiveIntensity_void_float(_ptr, Intensity);
|
|
345
|
+
}
|
|
346
|
+
|
|
347
|
+
/// <summary>Get the emissive intensity.</summary>
|
|
348
|
+
/// <returns>The emissive intensity.</returns>
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
public float GetEmissiveIntensity()
|
|
352
|
+
{
|
|
353
|
+
var _value = csp_systems_AlphaVideoMaterial_GetEmissiveIntensityC_float(_ptr);
|
|
354
|
+
|
|
355
|
+
var _result = _value;
|
|
356
|
+
|
|
357
|
+
return _result;
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
/// <summary>Set the alpha mask.</summary>
|
|
361
|
+
/// <param name="Mask">The alpha mask.</param>
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
public void SetAlphaMask(float Mask)
|
|
365
|
+
{
|
|
366
|
+
csp_systems_AlphaVideoMaterial_SetAlphaMask_void_float(_ptr, Mask);
|
|
367
|
+
}
|
|
368
|
+
|
|
369
|
+
/// <summary>Get the alpha mask.</summary>
|
|
370
|
+
/// <returns>The alpha mask.</returns>
|
|
371
|
+
|
|
372
|
+
|
|
373
|
+
public float GetAlphaMask()
|
|
374
|
+
{
|
|
375
|
+
var _value = csp_systems_AlphaVideoMaterial_GetAlphaMaskC_float(_ptr);
|
|
376
|
+
|
|
377
|
+
var _result = _value;
|
|
378
|
+
|
|
379
|
+
return _result;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
/// <summary>Constructor which links the material to an asset.</summary>
|
|
383
|
+
/// <param name="Name">The name of the material.</param>
|
|
384
|
+
/// <param name="MaterialCollectionId">The asset collection which holds the associated material asset.</param>
|
|
385
|
+
/// <param name="MaterialId">The asset where the material info is stored.</param>
|
|
386
|
+
|
|
387
|
+
public AlphaVideoMaterial(string Name, string MaterialCollectionId, string MaterialId)
|
|
388
|
+
{
|
|
389
|
+
var np = csp_systems_AlphaVideoMaterial_Ctor_StringRC_StringRC_StringRC(
|
|
390
|
+
Name,
|
|
391
|
+
MaterialCollectionId,
|
|
392
|
+
MaterialId
|
|
393
|
+
);
|
|
394
|
+
_ptr = np.Pointer;
|
|
395
|
+
_ownsPtr = np.OwnsOwnData;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
~AlphaVideoMaterial()
|
|
399
|
+
{
|
|
400
|
+
//RealDispose();
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
void RealDispose()
|
|
404
|
+
{
|
|
405
|
+
if (_ownsPtr && !_disposed)
|
|
406
|
+
{
|
|
407
|
+
csp_systems_AlphaVideoMaterial_Dtor(_ptr);
|
|
408
|
+
_disposed = true;
|
|
409
|
+
}
|
|
410
|
+
|
|
411
|
+
_disposed = true;
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
new public void Dispose()
|
|
415
|
+
{
|
|
416
|
+
RealDispose();
|
|
417
|
+
GC.SuppressFinalize(this);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
public AlphaVideoMaterial()
|
|
421
|
+
{
|
|
422
|
+
var np = csp_systems_AlphaVideoMaterial_Ctor();
|
|
423
|
+
_ptr = np.Pointer;
|
|
424
|
+
_ownsPtr = np.OwnsOwnData;
|
|
425
|
+
}
|
|
426
|
+
}
|
|
427
|
+
}
|
|
@@ -262,9 +262,10 @@ namespace Csp.Systems
|
|
|
262
262
|
|
|
263
263
|
[DllImport(Csp.Constants.DllName)]
|
|
264
264
|
[SuppressUnmanagedCodeSecurity]
|
|
265
|
-
static extern void
|
|
265
|
+
static extern void csp_systems_AssetSystem_CreateMaterial_void_StringRC_EShaderTypeC_StringRC_MapR_ArrayRC_MaterialResultCallback(
|
|
266
266
|
IntPtr @class,
|
|
267
267
|
string Name,
|
|
268
|
+
EShaderType ShaderType,
|
|
268
269
|
string SpaceId,
|
|
269
270
|
IntPtr Metadata,
|
|
270
271
|
IntPtr AssetTags,
|
|
@@ -274,7 +275,7 @@ namespace Csp.Systems
|
|
|
274
275
|
|
|
275
276
|
[DllImport(Csp.Constants.DllName)]
|
|
276
277
|
[SuppressUnmanagedCodeSecurity]
|
|
277
|
-
static extern void
|
|
278
|
+
static extern void csp_systems_AssetSystem_UpdateMaterial_void_MaterialRC_NullResultCallback(
|
|
278
279
|
IntPtr @class,
|
|
279
280
|
IntPtr Material,
|
|
280
281
|
UpdateMaterialCallbackDelegate callback,
|
|
@@ -283,7 +284,7 @@ namespace Csp.Systems
|
|
|
283
284
|
|
|
284
285
|
[DllImport(Csp.Constants.DllName)]
|
|
285
286
|
[SuppressUnmanagedCodeSecurity]
|
|
286
|
-
static extern void
|
|
287
|
+
static extern void csp_systems_AssetSystem_DeleteMaterial_void_MaterialRC_NullResultCallback(
|
|
287
288
|
IntPtr @class,
|
|
288
289
|
IntPtr Material,
|
|
289
290
|
DeleteMaterialCallbackDelegate callback,
|
|
@@ -292,7 +293,7 @@ namespace Csp.Systems
|
|
|
292
293
|
|
|
293
294
|
[DllImport(Csp.Constants.DllName)]
|
|
294
295
|
[SuppressUnmanagedCodeSecurity]
|
|
295
|
-
static extern void
|
|
296
|
+
static extern void csp_systems_AssetSystem_GetMaterials_void_StringRC_MaterialsResultCallback(
|
|
296
297
|
IntPtr @class,
|
|
297
298
|
string SpaceId,
|
|
298
299
|
GetMaterialsCallbackDelegate callback,
|
|
@@ -301,7 +302,7 @@ namespace Csp.Systems
|
|
|
301
302
|
|
|
302
303
|
[DllImport(Csp.Constants.DllName)]
|
|
303
304
|
[SuppressUnmanagedCodeSecurity]
|
|
304
|
-
static extern void
|
|
305
|
+
static extern void csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_MaterialResultCallback(
|
|
305
306
|
IntPtr @class,
|
|
306
307
|
string AssetCollectionId,
|
|
307
308
|
string AssetId,
|
|
@@ -1509,10 +1510,10 @@ namespace Csp.Systems
|
|
|
1509
1510
|
static void CreateMaterialCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
1510
1511
|
{
|
|
1511
1512
|
var _handle = (GCHandle)_StateObject__;
|
|
1512
|
-
var tcs = (TaskCompletionSource<Csp.Systems.
|
|
1513
|
+
var tcs = (TaskCompletionSource<Csp.Systems.MaterialResult>)_handle.Target;
|
|
1513
1514
|
var _this = (AssetSystem)tcs.Task.AsyncState;
|
|
1514
1515
|
|
|
1515
|
-
var task_result = new Csp.Systems.
|
|
1516
|
+
var task_result = new Csp.Systems.MaterialResult(_Result);
|
|
1516
1517
|
|
|
1517
1518
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1518
1519
|
{
|
|
@@ -1528,23 +1529,26 @@ namespace Csp.Systems
|
|
|
1528
1529
|
|
|
1529
1530
|
/// <summary>Creates a new material backed by an AssetCollection/Asset.</summary>
|
|
1530
1531
|
/// <param name="Name">The name of the new material.</param>
|
|
1532
|
+
/// <param name="ShaderType">The type of shader model the material is associated with.</param>
|
|
1531
1533
|
/// <param name="SpaceId">The space id this material is associated with.</param>
|
|
1532
1534
|
/// <param name="Metadata">The metadata to be associated with the created material.</param>
|
|
1533
1535
|
/// <param name="AssetTags">Tags to be associated with the created material.</param>
|
|
1534
|
-
/// <returns>
|
|
1536
|
+
/// <returns>Material result class.</returns>
|
|
1535
1537
|
|
|
1536
|
-
public Task<Csp.Systems.
|
|
1538
|
+
public Task<Csp.Systems.MaterialResult> CreateMaterial(
|
|
1537
1539
|
string Name,
|
|
1540
|
+
Csp.Systems.EShaderType ShaderType,
|
|
1538
1541
|
string SpaceId,
|
|
1539
1542
|
Csp.Common.Map<string, string> Metadata,
|
|
1540
1543
|
Csp.Common.Array<string> AssetTags
|
|
1541
1544
|
) {
|
|
1542
|
-
var tcs = new TaskCompletionSource<Csp.Systems.
|
|
1545
|
+
var tcs = new TaskCompletionSource<Csp.Systems.MaterialResult>(this);
|
|
1543
1546
|
var handle = GCHandle.Alloc(tcs);
|
|
1544
1547
|
|
|
1545
|
-
|
|
1548
|
+
csp_systems_AssetSystem_CreateMaterial_void_StringRC_EShaderTypeC_StringRC_MapR_ArrayRC_MaterialResultCallback(
|
|
1546
1549
|
_ptr,
|
|
1547
1550
|
Name,
|
|
1551
|
+
ShaderType,
|
|
1548
1552
|
SpaceId,
|
|
1549
1553
|
Metadata._ptr,
|
|
1550
1554
|
AssetTags._ptr,
|
|
@@ -1585,12 +1589,12 @@ namespace Csp.Systems
|
|
|
1585
1589
|
/// <param name="Material">The material to update</param>
|
|
1586
1590
|
/// <returns>The result for the request</returns>
|
|
1587
1591
|
|
|
1588
|
-
public Task<Csp.Systems.NullResult> UpdateMaterial(Csp.Systems.
|
|
1592
|
+
public Task<Csp.Systems.NullResult> UpdateMaterial(Csp.Systems.Material Material)
|
|
1589
1593
|
{
|
|
1590
1594
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
1591
1595
|
var handle = GCHandle.Alloc(tcs);
|
|
1592
1596
|
|
|
1593
|
-
|
|
1597
|
+
csp_systems_AssetSystem_UpdateMaterial_void_MaterialRC_NullResultCallback(
|
|
1594
1598
|
_ptr,
|
|
1595
1599
|
Material._ptr,
|
|
1596
1600
|
UpdateMaterialDelegateInstance,
|
|
@@ -1628,12 +1632,12 @@ namespace Csp.Systems
|
|
|
1628
1632
|
/// <param name="Material">The material to delete</param>
|
|
1629
1633
|
/// <returns>The result for the request</returns>
|
|
1630
1634
|
|
|
1631
|
-
public Task<Csp.Systems.NullResult> DeleteMaterial(Csp.Systems.
|
|
1635
|
+
public Task<Csp.Systems.NullResult> DeleteMaterial(Csp.Systems.Material Material)
|
|
1632
1636
|
{
|
|
1633
1637
|
var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
|
|
1634
1638
|
var handle = GCHandle.Alloc(tcs);
|
|
1635
1639
|
|
|
1636
|
-
|
|
1640
|
+
csp_systems_AssetSystem_DeleteMaterial_void_MaterialRC_NullResultCallback(
|
|
1637
1641
|
_ptr,
|
|
1638
1642
|
Material._ptr,
|
|
1639
1643
|
DeleteMaterialDelegateInstance,
|
|
@@ -1649,10 +1653,10 @@ namespace Csp.Systems
|
|
|
1649
1653
|
static void GetMaterialsCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
1650
1654
|
{
|
|
1651
1655
|
var _handle = (GCHandle)_StateObject__;
|
|
1652
|
-
var tcs = (TaskCompletionSource<Csp.Systems.
|
|
1656
|
+
var tcs = (TaskCompletionSource<Csp.Systems.MaterialsResult>)_handle.Target;
|
|
1653
1657
|
var _this = (AssetSystem)tcs.Task.AsyncState;
|
|
1654
1658
|
|
|
1655
|
-
var task_result = new Csp.Systems.
|
|
1659
|
+
var task_result = new Csp.Systems.MaterialsResult(_Result);
|
|
1656
1660
|
|
|
1657
1661
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1658
1662
|
{
|
|
@@ -1668,14 +1672,14 @@ namespace Csp.Systems
|
|
|
1668
1672
|
|
|
1669
1673
|
/// <summary>Gets all materials associated with the given space.</summary>
|
|
1670
1674
|
/// <param name="SpaceId">The space id the material is associated with.</param>
|
|
1671
|
-
/// <returns>
|
|
1675
|
+
/// <returns>Material result class containing a collection of materials.</returns>
|
|
1672
1676
|
|
|
1673
|
-
public Task<Csp.Systems.
|
|
1677
|
+
public Task<Csp.Systems.MaterialsResult> GetMaterials(string SpaceId)
|
|
1674
1678
|
{
|
|
1675
|
-
var tcs = new TaskCompletionSource<Csp.Systems.
|
|
1679
|
+
var tcs = new TaskCompletionSource<Csp.Systems.MaterialsResult>(this);
|
|
1676
1680
|
var handle = GCHandle.Alloc(tcs);
|
|
1677
1681
|
|
|
1678
|
-
|
|
1682
|
+
csp_systems_AssetSystem_GetMaterials_void_StringRC_MaterialsResultCallback(
|
|
1679
1683
|
_ptr,
|
|
1680
1684
|
SpaceId,
|
|
1681
1685
|
GetMaterialsDelegateInstance,
|
|
@@ -1691,10 +1695,10 @@ namespace Csp.Systems
|
|
|
1691
1695
|
static void GetMaterialCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
|
|
1692
1696
|
{
|
|
1693
1697
|
var _handle = (GCHandle)_StateObject__;
|
|
1694
|
-
var tcs = (TaskCompletionSource<Csp.Systems.
|
|
1698
|
+
var tcs = (TaskCompletionSource<Csp.Systems.MaterialResult>)_handle.Target;
|
|
1695
1699
|
var _this = (AssetSystem)tcs.Task.AsyncState;
|
|
1696
1700
|
|
|
1697
|
-
var task_result = new Csp.Systems.
|
|
1701
|
+
var task_result = new Csp.Systems.MaterialResult(_Result);
|
|
1698
1702
|
|
|
1699
1703
|
if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
|
|
1700
1704
|
{
|
|
@@ -1710,14 +1714,14 @@ namespace Csp.Systems
|
|
|
1710
1714
|
/// <summary>Gets a material using its AssetCollection and Asset Id.</summary>
|
|
1711
1715
|
/// <param name="AssetCollectionId">The asset collection id this material is associated with.</param>
|
|
1712
1716
|
/// <param name="AssetId">The asset id this material is associated with.</param>
|
|
1713
|
-
/// <returns>
|
|
1717
|
+
/// <returns>Material result class.</returns>
|
|
1714
1718
|
|
|
1715
|
-
public Task<Csp.Systems.
|
|
1719
|
+
public Task<Csp.Systems.MaterialResult> GetMaterial(string AssetCollectionId, string AssetId)
|
|
1716
1720
|
{
|
|
1717
|
-
var tcs = new TaskCompletionSource<Csp.Systems.
|
|
1721
|
+
var tcs = new TaskCompletionSource<Csp.Systems.MaterialResult>(this);
|
|
1718
1722
|
var handle = GCHandle.Alloc(tcs);
|
|
1719
1723
|
|
|
1720
|
-
|
|
1724
|
+
csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_MaterialResultCallback(
|
|
1721
1725
|
_ptr,
|
|
1722
1726
|
AssetCollectionId,
|
|
1723
1727
|
AssetId,
|