connected-spaces-platform.unity.core 5.12.0 → 5.13.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
- package/Editor.meta +1 -1
- package/README.md +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
|
@@ -12,8 +12,9 @@ using System.Threading.Tasks;
|
|
|
12
12
|
|
|
13
13
|
namespace Csp.Systems
|
|
14
14
|
{
|
|
15
|
-
/// <summary>Defines how
|
|
16
|
-
///
|
|
15
|
+
/// <summary>Defines how the alpha value of a material is interpreted.</summary>
|
|
16
|
+
/// @details The alpha value is taken from the fourth component of the base color for metallic-roughness material model.
|
|
17
|
+
/// <remarks>This enum is to be used in conjunction with materials, which are managed via the AssetSystem.</remarks>
|
|
17
18
|
|
|
18
19
|
public enum EAlphaMode
|
|
19
20
|
{
|
|
@@ -0,0 +1,25 @@
|
|
|
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
|
+
/// <summary>Defines how the alpha value of a material is interpreted.</summary>
|
|
16
|
+
/// @details The alpha value is taken from the fourth component of the base color for metallic-roughness material model, unless the shader supports
|
|
17
|
+
/// <remarks>EColorChannel.</remarks>
|
|
18
|
+
/// <remarks>This enum is to be used in conjunction with materials, which are managed via the AssetSystem.</remarks>
|
|
19
|
+
|
|
20
|
+
public enum EBlendMode
|
|
21
|
+
{
|
|
22
|
+
Normal = 0,
|
|
23
|
+
Additive = 1,
|
|
24
|
+
}
|
|
25
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
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
|
+
/// <summary>Defines where the alpha value is read from.</summary>
|
|
16
|
+
/// @details The alpha value is usually taken from the fourth component of the base color but this allows is to be read from another channel.
|
|
17
|
+
/// <remarks>This enum is to be used in conjunction with materials, which are managed via the AssetSystem.</remarks>
|
|
18
|
+
|
|
19
|
+
public enum EColorChannel
|
|
20
|
+
{
|
|
21
|
+
R = 0,
|
|
22
|
+
G = 1,
|
|
23
|
+
B = 2,
|
|
24
|
+
A = 3,
|
|
25
|
+
}
|
|
26
|
+
}
|
|
@@ -12,10 +12,12 @@ using System.Threading.Tasks;
|
|
|
12
12
|
|
|
13
13
|
namespace Csp.Systems
|
|
14
14
|
{
|
|
15
|
-
/// <summary>Enum representing the shader type of a material
|
|
15
|
+
/// <summary>Enum representing the shader type of a material.</summary>
|
|
16
|
+
/// @details This enum is to be used in conjunction with materials, which are managed via the AssetSystem.
|
|
16
17
|
|
|
17
18
|
public enum EShaderType
|
|
18
19
|
{
|
|
19
|
-
Standard,
|
|
20
|
+
Standard = 0,
|
|
21
|
+
AlphaVideo = 1,
|
|
20
22
|
}
|
|
21
23
|
}
|
|
@@ -139,17 +139,17 @@ namespace Csp.Systems
|
|
|
139
139
|
[SuppressUnmanagedCodeSecurity]
|
|
140
140
|
static extern NativePointer csp_systems_GLTFMaterial_Ctor_StringRC_StringRC_StringRC(
|
|
141
141
|
string Name,
|
|
142
|
-
string
|
|
143
|
-
string
|
|
142
|
+
string MaterialCollectionId,
|
|
143
|
+
string MaterialId
|
|
144
144
|
);
|
|
145
145
|
|
|
146
146
|
[DllImport(Csp.Constants.DllName)]
|
|
147
147
|
[SuppressUnmanagedCodeSecurity]
|
|
148
|
-
static extern
|
|
148
|
+
static extern void csp_systems_GLTFMaterial_Dtor(IntPtr @class);
|
|
149
149
|
|
|
150
150
|
[DllImport(Csp.Constants.DllName)]
|
|
151
151
|
[SuppressUnmanagedCodeSecurity]
|
|
152
|
-
static extern
|
|
152
|
+
static extern NativePointer csp_systems_GLTFMaterial_Ctor();
|
|
153
153
|
|
|
154
154
|
#pragma warning restore IDE1006
|
|
155
155
|
#endregion
|
|
@@ -163,8 +163,8 @@ namespace Csp.Systems
|
|
|
163
163
|
baseInstance._ownsPtr = false;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
|
-
/// <
|
|
167
|
-
/// <param name="Mode">
|
|
166
|
+
/// <summary>Sets the alpha mode which determines how the alpha value is interpreted.</summary>
|
|
167
|
+
/// <param name="Mode">The alpha mode to set.</param>
|
|
168
168
|
|
|
169
169
|
|
|
170
170
|
public void SetAlphaMode(Csp.Systems.EAlphaMode Mode)
|
|
@@ -172,8 +172,8 @@ namespace Csp.Systems
|
|
|
172
172
|
csp_systems_GLTFMaterial_SetAlphaMode_void_EAlphaMode(_ptr, Mode);
|
|
173
173
|
}
|
|
174
174
|
|
|
175
|
-
/// <
|
|
176
|
-
/// <returns>
|
|
175
|
+
/// <summary>Gets the alpha mode which determines how the alpha value is interpreted.</summary>
|
|
176
|
+
/// <returns>The alpha mode.</returns>
|
|
177
177
|
|
|
178
178
|
|
|
179
179
|
public Csp.Systems.EAlphaMode GetAlphaMode()
|
|
@@ -185,11 +185,11 @@ namespace Csp.Systems
|
|
|
185
185
|
return _result;
|
|
186
186
|
}
|
|
187
187
|
|
|
188
|
-
/// <summary>Sets the alpha cutoff value
|
|
189
|
-
///
|
|
188
|
+
/// <summary>Sets the alpha cutoff value.</summary>
|
|
189
|
+
/// @details When alphaMode is set to MASK the alphaCutoff property specifies the cutoff threshold.
|
|
190
190
|
/// <remarks>If the alpha value is greater than or equal to the alphaCutoff value then it is rendered as fully opaque,</remarks>
|
|
191
|
-
/// <remarks>otherwise, it is rendered as fully transparent. alphaCutoff value is ignored for other modes.</remarks>
|
|
192
|
-
/// <param name="Cutoff">
|
|
191
|
+
/// <remarks>otherwise, it is rendered as fully transparent. The alphaCutoff value is ignored for other modes.</remarks>
|
|
192
|
+
/// <param name="Cutoff">The alpha cutoff value to set.</param>
|
|
193
193
|
|
|
194
194
|
|
|
195
195
|
public void SetAlphaCutoff(float Cutoff)
|
|
@@ -197,8 +197,8 @@ namespace Csp.Systems
|
|
|
197
197
|
csp_systems_GLTFMaterial_SetAlphaCutoff_void_float(_ptr, Cutoff);
|
|
198
198
|
}
|
|
199
199
|
|
|
200
|
-
/// <
|
|
201
|
-
/// <returns>
|
|
200
|
+
/// <summary>Gets the alpha cutoff value.</summary>
|
|
201
|
+
/// <returns>The alpha cutoff value.</returns>
|
|
202
202
|
|
|
203
203
|
|
|
204
204
|
public float GetAlphaCutoff()
|
|
@@ -211,9 +211,9 @@ namespace Csp.Systems
|
|
|
211
211
|
}
|
|
212
212
|
|
|
213
213
|
/// <summary>Sets the doubleSided property which specifies whether the material is double sided.</summary>
|
|
214
|
-
///
|
|
214
|
+
/// @details When this value is false, back - face culling is enabled, i.e., only front-facing triangles are rendered.
|
|
215
215
|
/// <remarks>When this value is true, back - face culling is disabled and double sided lighting is enabled.</remarks>
|
|
216
|
-
/// <param name="DoubleSided">
|
|
216
|
+
/// <param name="DoubleSided">The double sided value to set.</param>
|
|
217
217
|
|
|
218
218
|
|
|
219
219
|
public void SetDoubleSided(bool DoubleSided)
|
|
@@ -221,8 +221,8 @@ namespace Csp.Systems
|
|
|
221
221
|
csp_systems_GLTFMaterial_SetDoubleSided_void_bool(_ptr, DoubleSided);
|
|
222
222
|
}
|
|
223
223
|
|
|
224
|
-
/// <summary>Gets the double sided value
|
|
225
|
-
/// <returns>
|
|
224
|
+
/// <summary>Gets the double sided value.</summary>
|
|
225
|
+
/// <returns>The double sided value.</returns>
|
|
226
226
|
|
|
227
227
|
|
|
228
228
|
public bool GetDoubleSided()
|
|
@@ -235,8 +235,8 @@ namespace Csp.Systems
|
|
|
235
235
|
}
|
|
236
236
|
|
|
237
237
|
/// <summary>Sets the factors for the base color of the material.</summary>
|
|
238
|
-
///
|
|
239
|
-
/// <param name="Factor">
|
|
238
|
+
/// @details This value defines linear multipliers for the sampled texels of the base color texture.
|
|
239
|
+
/// <param name="Factor">The base color factor to set.</param>
|
|
240
240
|
|
|
241
241
|
|
|
242
242
|
public void SetBaseColorFactor(Csp.Common.Vector4 Factor)
|
|
@@ -244,8 +244,8 @@ namespace Csp.Systems
|
|
|
244
244
|
csp_systems_GLTFMaterial_SetBaseColorFactor_void_Vector4RC(_ptr, Factor._ptr);
|
|
245
245
|
}
|
|
246
246
|
|
|
247
|
-
/// <summary>Gets the factor of the base color texture
|
|
248
|
-
/// <returns>
|
|
247
|
+
/// <summary>Gets the factor of the base color texture.</summary>
|
|
248
|
+
/// <returns>The base color factor.</returns>
|
|
249
249
|
|
|
250
250
|
|
|
251
251
|
public Csp.Common.Vector4 GetBaseColorFactor()
|
|
@@ -260,8 +260,8 @@ namespace Csp.Systems
|
|
|
260
260
|
}
|
|
261
261
|
|
|
262
262
|
/// <summary>Sets the factor for the metalness of the material.</summary>
|
|
263
|
-
///
|
|
264
|
-
/// <param name="Factor">
|
|
263
|
+
/// @details This value defines a linear multiplier for the sampled metalness values of the metallic-roughness texture.
|
|
264
|
+
/// <param name="Factor">The metallic factor to set.</param>
|
|
265
265
|
|
|
266
266
|
|
|
267
267
|
public void SetMetallicFactor(float Factor)
|
|
@@ -269,8 +269,8 @@ namespace Csp.Systems
|
|
|
269
269
|
csp_systems_GLTFMaterial_SetMetallicFactor_void_float(_ptr, Factor);
|
|
270
270
|
}
|
|
271
271
|
|
|
272
|
-
/// <summary>Gets the factor of the metallic texture
|
|
273
|
-
/// <returns>
|
|
272
|
+
/// <summary>Gets the factor of the metallic texture.</summary>
|
|
273
|
+
/// <returns>The metallic factor.</returns>
|
|
274
274
|
|
|
275
275
|
|
|
276
276
|
public float GetMetallicFactor()
|
|
@@ -283,8 +283,8 @@ namespace Csp.Systems
|
|
|
283
283
|
}
|
|
284
284
|
|
|
285
285
|
/// <summary>Sets the factor for the roughness of the material.</summary>
|
|
286
|
-
///
|
|
287
|
-
/// <param name="Factor">
|
|
286
|
+
/// @details This value defines a linear multiplier for the sampled roughness values of the metallic-roughness texture.
|
|
287
|
+
/// <param name="Factor">The roughness factor to set.</param>
|
|
288
288
|
|
|
289
289
|
|
|
290
290
|
public void SetRoughnessFactor(float Factor)
|
|
@@ -292,8 +292,8 @@ namespace Csp.Systems
|
|
|
292
292
|
csp_systems_GLTFMaterial_SetRoughnessFactor_void_float(_ptr, Factor);
|
|
293
293
|
}
|
|
294
294
|
|
|
295
|
-
/// <summary>Gets the factor of the roughness texture
|
|
296
|
-
/// <returns>
|
|
295
|
+
/// <summary>Gets the factor of the roughness texture.</summary>
|
|
296
|
+
/// <returns>The roughness factor.</returns>
|
|
297
297
|
|
|
298
298
|
|
|
299
299
|
public float GetRoughnessFactor()
|
|
@@ -306,8 +306,8 @@ namespace Csp.Systems
|
|
|
306
306
|
}
|
|
307
307
|
|
|
308
308
|
/// <summary>Sets factors for the emissive color of the material.</summary>
|
|
309
|
-
///
|
|
310
|
-
/// <param name="Factor">
|
|
309
|
+
/// @details This value defines linear multipliers for the sampled texels of the emissive texture.
|
|
310
|
+
/// <param name="Factor">The emissive factor to set.</param>
|
|
311
311
|
|
|
312
312
|
|
|
313
313
|
public void SetEmissiveFactor(Csp.Common.Vector3 Factor)
|
|
@@ -315,8 +315,8 @@ namespace Csp.Systems
|
|
|
315
315
|
csp_systems_GLTFMaterial_SetEmissiveFactor_void_Vector3RC(_ptr, Factor._ptr);
|
|
316
316
|
}
|
|
317
317
|
|
|
318
|
-
/// <summary>Gets the factor of the emissive color texture
|
|
319
|
-
/// <returns>
|
|
318
|
+
/// <summary>Gets the factor of the emissive color texture.</summary>
|
|
319
|
+
/// <returns>The emissive factor.</returns>
|
|
320
320
|
|
|
321
321
|
|
|
322
322
|
public Csp.Common.Vector3 GetEmissiveFactor()
|
|
@@ -330,13 +330,13 @@ namespace Csp.Systems
|
|
|
330
330
|
return _result;
|
|
331
331
|
}
|
|
332
332
|
|
|
333
|
-
/// <summary>Sets the base color texture
|
|
334
|
-
///
|
|
333
|
+
/// <summary>Sets the base color texture.</summary>
|
|
334
|
+
/// @details The first three components (RGB) MUST be encoded with the sRGB transfer function. They specify the base color of the material.
|
|
335
335
|
/// <remarks>If the fourth component (A) is present, it represents the linear alpha coverage of the material.</remarks>
|
|
336
336
|
/// <remarks>Otherwise, the alpha coverage is equal to 1.0. The material.alphaMode property specifies how alpha is interpreted.</remarks>
|
|
337
337
|
/// <remarks>The stored texels MUST NOT be premultiplied.</remarks>
|
|
338
338
|
/// <remarks>When undefined, the texture MUST be sampled as having 1.0 in all components.</remarks>
|
|
339
|
-
/// <param name="Texture">
|
|
339
|
+
/// <param name="Texture">The base color texture to set.</param>
|
|
340
340
|
|
|
341
341
|
|
|
342
342
|
public void SetBaseColorTexture(Csp.Systems.TextureInfo Texture)
|
|
@@ -344,8 +344,8 @@ namespace Csp.Systems
|
|
|
344
344
|
csp_systems_GLTFMaterial_SetBaseColorTexture_void_TextureInfoRC(_ptr, Texture._ptr);
|
|
345
345
|
}
|
|
346
346
|
|
|
347
|
-
/// <summary>Gets the base color texture
|
|
348
|
-
/// <returns>
|
|
347
|
+
/// <summary>Gets the base color texture.</summary>
|
|
348
|
+
/// <returns>The base color texture.</returns>
|
|
349
349
|
|
|
350
350
|
|
|
351
351
|
public Csp.Systems.TextureInfo GetBaseColorTexture()
|
|
@@ -360,12 +360,12 @@ namespace Csp.Systems
|
|
|
360
360
|
}
|
|
361
361
|
|
|
362
362
|
/// <summary>Sets the metallic-roughness texture.</summary>
|
|
363
|
-
///
|
|
363
|
+
/// @details The metalness values are sampled from the B channel.
|
|
364
364
|
/// <remarks>The roughness values are sampled from the G channel.</remarks>
|
|
365
365
|
/// <remarks>These values MUST be encoded with a linear transfer function.</remarks>
|
|
366
366
|
/// <remarks>If other channels are present (R or A), they MUST be ignored for metallic-roughness calculations.</remarks>
|
|
367
367
|
/// <remarks>When undefined, the texture MUST be sampled as having 1.0 in G and B components.</remarks>
|
|
368
|
-
/// <param name="Texture">
|
|
368
|
+
/// <param name="Texture">The metallic-roughness texture to set.</param>
|
|
369
369
|
|
|
370
370
|
|
|
371
371
|
public void SetMetallicRoughnessTexture(Csp.Systems.TextureInfo Texture)
|
|
@@ -373,8 +373,8 @@ namespace Csp.Systems
|
|
|
373
373
|
csp_systems_GLTFMaterial_SetMetallicRoughnessTexture_void_TextureInfoRC(_ptr, Texture._ptr);
|
|
374
374
|
}
|
|
375
375
|
|
|
376
|
-
/// <summary>Gets the metallic-roughness texture
|
|
377
|
-
/// <returns>
|
|
376
|
+
/// <summary>Gets the metallic-roughness texture.</summary>
|
|
377
|
+
/// <returns>The metallic-roughness texture.</returns>
|
|
378
378
|
|
|
379
379
|
|
|
380
380
|
public Csp.Systems.TextureInfo GetMetallicRoughnessTexture()
|
|
@@ -389,11 +389,11 @@ namespace Csp.Systems
|
|
|
389
389
|
}
|
|
390
390
|
|
|
391
391
|
/// <summary>Sets the tangent space normal texture.</summary>
|
|
392
|
-
///
|
|
392
|
+
/// @details The texture encodes RGB components with linear transfer function.
|
|
393
393
|
/// <remarks>Each texel represents the XYZ components of a normal vector in tangent space.</remarks>
|
|
394
394
|
/// <remarks>The normal vectors use the convention +X is right and +Y is up. +Z points toward the viewer.</remarks>
|
|
395
395
|
/// <remarks>If a fourth component (A) is present, it MUST be ignored. When undefined, the material does not have a tangent space normal texture.</remarks>
|
|
396
|
-
/// <param name="Texture">
|
|
396
|
+
/// <param name="Texture">The normal texture to set.</param>
|
|
397
397
|
|
|
398
398
|
|
|
399
399
|
public void SetNormalTexture(Csp.Systems.TextureInfo Texture)
|
|
@@ -402,7 +402,7 @@ namespace Csp.Systems
|
|
|
402
402
|
}
|
|
403
403
|
|
|
404
404
|
/// <summary>Gets the tangent space normal texture.</summary>
|
|
405
|
-
/// <returns>
|
|
405
|
+
/// <returns>The normal texture.</returns>
|
|
406
406
|
|
|
407
407
|
|
|
408
408
|
public Csp.Systems.TextureInfo GetNormalTexture()
|
|
@@ -417,11 +417,11 @@ namespace Csp.Systems
|
|
|
417
417
|
}
|
|
418
418
|
|
|
419
419
|
/// <summary>Sets the occlusion texture.</summary>
|
|
420
|
-
///
|
|
420
|
+
/// @details The occlusion values are linearly sampled from the R channel.
|
|
421
421
|
/// <remarks>Higher values indicate areas that receive full indirect lighting and lower values indicate no indirect lighting.</remarks>
|
|
422
422
|
/// <remarks>If other channels are present (GBA), they MUST be ignored for occlusion calculations.</remarks>
|
|
423
423
|
/// <remarks>When undefined, the material does not have an occlusion texture.</remarks>
|
|
424
|
-
/// <param name="Texture">
|
|
424
|
+
/// <param name="Texture">The occlusion texture to set.</param>
|
|
425
425
|
|
|
426
426
|
|
|
427
427
|
public void SetOcclusionTexture(Csp.Systems.TextureInfo Texture)
|
|
@@ -429,8 +429,8 @@ namespace Csp.Systems
|
|
|
429
429
|
csp_systems_GLTFMaterial_SetOcclusionTexture_void_TextureInfoRC(_ptr, Texture._ptr);
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
/// <summary>Gets the occlusion texture
|
|
433
|
-
/// <returns>
|
|
432
|
+
/// <summary>Gets the occlusion texture.</summary>
|
|
433
|
+
/// <returns>The occlusion texture.</returns>
|
|
434
434
|
|
|
435
435
|
|
|
436
436
|
public Csp.Systems.TextureInfo GetOcclusionTexture()
|
|
@@ -445,11 +445,11 @@ namespace Csp.Systems
|
|
|
445
445
|
}
|
|
446
446
|
|
|
447
447
|
/// <summary>Sets the emissive texture.</summary>
|
|
448
|
-
///
|
|
448
|
+
/// @details It controls the color and intensity of the light being emitted by the material.
|
|
449
449
|
/// <remarks>This texture contains RGB components encoded with the sRGB transfer function.</remarks>
|
|
450
450
|
/// <remarks>If a fourth component (A) is present, it MUST be ignored.</remarks>
|
|
451
451
|
/// <remarks>When undefined, the texture MUST be sampled as having 1.0 in RGB components.</remarks>
|
|
452
|
-
/// <param name="Texture">
|
|
452
|
+
/// <param name="Texture">The emissive texture to set.</param>
|
|
453
453
|
|
|
454
454
|
|
|
455
455
|
public void SetEmissiveTexture(Csp.Systems.TextureInfo Texture)
|
|
@@ -457,8 +457,8 @@ namespace Csp.Systems
|
|
|
457
457
|
csp_systems_GLTFMaterial_SetEmissiveTexture_void_TextureInfoRC(_ptr, Texture._ptr);
|
|
458
458
|
}
|
|
459
459
|
|
|
460
|
-
/// <summary>Gets the emissive texture
|
|
461
|
-
/// <returns>
|
|
460
|
+
/// <summary>Gets the emissive texture.</summary>
|
|
461
|
+
/// <returns>The emissive texture.</returns>
|
|
462
462
|
|
|
463
463
|
|
|
464
464
|
public Csp.Systems.TextureInfo GetEmissiveTexture()
|
|
@@ -472,21 +472,14 @@ namespace Csp.Systems
|
|
|
472
472
|
return _result;
|
|
473
473
|
}
|
|
474
474
|
|
|
475
|
-
/// <summary>Constructor which links the material to an asset
|
|
475
|
+
/// <summary>Constructor which links the material to an asset.</summary>
|
|
476
476
|
/// <param name="Name">The name of the material.</param>
|
|
477
|
-
/// <param name="
|
|
478
|
-
/// <param name="
|
|
479
|
-
|
|
480
|
-
public GLTFMaterial(string Name, string AssetCollectionId, string AssetId)
|
|
481
|
-
{
|
|
482
|
-
var np = csp_systems_GLTFMaterial_Ctor_StringRC_StringRC_StringRC(Name, AssetCollectionId, AssetId);
|
|
483
|
-
_ptr = np.Pointer;
|
|
484
|
-
_ownsPtr = np.OwnsOwnData;
|
|
485
|
-
}
|
|
477
|
+
/// <param name="MaterialCollectionId">The asset collection which holds the associated material asset.</param>
|
|
478
|
+
/// <param name="MaterialId">The asset where the material info is stored.</param>
|
|
486
479
|
|
|
487
|
-
public GLTFMaterial()
|
|
480
|
+
public GLTFMaterial(string Name, string MaterialCollectionId, string MaterialId)
|
|
488
481
|
{
|
|
489
|
-
var np =
|
|
482
|
+
var np = csp_systems_GLTFMaterial_Ctor_StringRC_StringRC_StringRC(Name, MaterialCollectionId, MaterialId);
|
|
490
483
|
_ptr = np.Pointer;
|
|
491
484
|
_ownsPtr = np.OwnsOwnData;
|
|
492
485
|
}
|
|
@@ -512,5 +505,12 @@ namespace Csp.Systems
|
|
|
512
505
|
RealDispose();
|
|
513
506
|
GC.SuppressFinalize(this);
|
|
514
507
|
}
|
|
508
|
+
|
|
509
|
+
public GLTFMaterial()
|
|
510
|
+
{
|
|
511
|
+
var np = csp_systems_GLTFMaterial_Ctor();
|
|
512
|
+
_ptr = np.Pointer;
|
|
513
|
+
_ownsPtr = np.OwnsOwnData;
|
|
514
|
+
}
|
|
515
515
|
}
|
|
516
516
|
}
|