connected-spaces-platform.unity.core 4.24.0 → 4.26.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 +26 -2
- package/README.md.meta +1 -1
- package/Source/CSPFoundation.cs.meta +1 -1
- package/Source/ClientUserAgent.cs.meta +1 -1
- package/Source/Common/Array.cs.meta +1 -1
- package/Source/Common/CancellationToken.cs.meta +1 -1
- package/Source/Common/FileExtensions.cs.meta +1 -1
- package/Source/Common/List.cs.meta +1 -1
- package/Source/Common/Map.cs.meta +1 -1
- package/Source/Common/MimeTypeHelper.cs.meta +1 -1
- package/Source/Common/MimeTypes.cs.meta +1 -1
- package/Source/Common/Variant.cs.meta +1 -1
- package/Source/Common/VariantType.cs.meta +1 -1
- package/Source/Common/Vector3.cs.meta +1 -1
- package/Source/Common/Vector4.cs.meta +1 -1
- package/Source/Common.meta +1 -1
- package/Source/Csp.cs.meta +1 -1
- package/Source/EThirdPartyPlatform.cs.meta +1 -1
- package/Source/EndpointURIs.cs.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 +1 -0
- package/Source/Multiplayer/ComponentType.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
- package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
- package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.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/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 +32 -0
- package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +11 -0
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +645 -0
- package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +11 -0
- 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/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/ErrorCode.cs.meta +1 -1
- package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
- package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
- package/Source/Multiplayer/MultiplayerConnection.cs.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/SpaceEntity.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
- package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
- package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
- package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
- package/Source/Multiplayer.meta +1 -1
- package/Source/NativeClassWrapper.cs.meta +1 -1
- package/Source/ProgressEventArgs.cs.meta +1 -1
- package/Source/Ref.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
- package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
- package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
- package/Source/Systems/Analytics.meta +1 -1
- package/Source/Systems/Assets/Asset.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
- package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
- package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
- package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
- package/Source/Systems/Assets/EAssetType.cs +1 -0
- package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
- package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
- package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
- package/Source/Systems/Assets/LODChain.cs.meta +1 -1
- package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
- package/Source/Systems/Assets/UriResult.cs.meta +1 -1
- package/Source/Systems/Assets.meta +1 -1
- package/Source/Systems/BooleanResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
- package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
- package/Source/Systems/ECommerce/ECommerceSystem.cs +72 -0
- package/Source/Systems/ECommerce/ECommerceSystem.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/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/Settings/AvatarInfoResult.cs.meta +1 -1
- package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
- package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
- package/Source/Systems/Settings.meta +1 -1
- package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
- package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Site.cs.meta +1 -1
- package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/Space.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
- package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
- package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
- package/Source/Systems/Spaces.meta +1 -1
- package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
- package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
- package/Source/Systems/Spatial/EPointOfInterestType.cs.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/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 +11 -1
- package/android64/libConnectedSpacesPlatform_D.so +0 -0
- package/android64/libConnectedSpacesPlatform_D.so.meta +11 -1
- package/android64.meta +1 -1
- package/ios/libConnectedSpacesPlatform.a +0 -0
- package/ios/libConnectedSpacesPlatform.a.meta +11 -1
- package/ios/libcrypto.a.meta +11 -1
- package/ios/libssl.a.meta +11 -1
- package/ios.meta +1 -1
- package/macosx/libConnectedSpacesPlatform.dylib +0 -0
- package/macosx/libConnectedSpacesPlatform.dylib.meta +11 -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 +89 -0
- package/visionos/libcrypto.a +0 -0
- package/visionos/libcrypto.a.meta +89 -0
- package/visionos/libssl.a +0 -0
- package/visionos/libssl.a.meta +89 -0
- package/visionos.meta +7 -0
- package/windows/ConnectedSpacesPlatform.dll +0 -0
- package/windows/ConnectedSpacesPlatform.dll.meta +11 -1
- package/windows/ConnectedSpacesPlatform_D.dll +0 -0
- package/windows/ConnectedSpacesPlatform_D.dll.meta +11 -1
- package/windows.meta +1 -1
|
@@ -0,0 +1,645 @@
|
|
|
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.Multiplayer
|
|
14
|
+
{
|
|
15
|
+
/// @ingroup GaussianSplatSpaceComponent
|
|
16
|
+
/// <summary>Data representation of a GaussianSplatSpaceComponent.</summary>
|
|
17
|
+
/// <remarks>Gaussian Splatting is a technique for real-time 3D reconstruction and rendering of an object or environment using images taken from multiple points of view.</remarks>
|
|
18
|
+
/// <remarks>Rather than representing the object as a mesh of triangles, which has a surface but nothing inside, it is instead represented as a volume,</remarks>
|
|
19
|
+
/// <remarks>comprising a point cloud of splats (like coloured dots), each of which has a position, colour (with alpha) and covariance (scale on 3 axis).</remarks>
|
|
20
|
+
|
|
21
|
+
public class GaussianSplatSpaceComponent
|
|
22
|
+
: Csp.Multiplayer.ComponentBase,
|
|
23
|
+
Csp.Multiplayer.IExternalResourceComponent,
|
|
24
|
+
Csp.Multiplayer.IShadowCasterComponent,
|
|
25
|
+
Csp.Multiplayer.ITransformComponent,
|
|
26
|
+
Csp.Multiplayer.IVisibleComponent,
|
|
27
|
+
IDisposable
|
|
28
|
+
{
|
|
29
|
+
internal override string _safeTypeName { get; } = "csp_multiplayer_GaussianSplatSpaceComponent";
|
|
30
|
+
|
|
31
|
+
#region P/Invoke
|
|
32
|
+
#pragma warning disable IDE1006
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
[
|
|
37
|
+
DllImport(
|
|
38
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
39
|
+
"__Internal"
|
|
40
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
41
|
+
"ConnectedSpacesPlatform_D"
|
|
42
|
+
#else
|
|
43
|
+
"ConnectedSpacesPlatform"
|
|
44
|
+
#endif
|
|
45
|
+
),
|
|
46
|
+
SuppressUnmanagedCodeSecurity
|
|
47
|
+
]
|
|
48
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_Ctor_SpaceEntityP(IntPtr Parent);
|
|
49
|
+
|
|
50
|
+
[
|
|
51
|
+
DllImport(
|
|
52
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
53
|
+
"__Internal"
|
|
54
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
55
|
+
"ConnectedSpacesPlatform_D"
|
|
56
|
+
#else
|
|
57
|
+
"ConnectedSpacesPlatform"
|
|
58
|
+
#endif
|
|
59
|
+
),
|
|
60
|
+
SuppressUnmanagedCodeSecurity
|
|
61
|
+
]
|
|
62
|
+
static extern IntPtr csp_multiplayer_GaussianSplatSpaceComponent_GetExternalResourceAssetIdC_StringRC(
|
|
63
|
+
IntPtr @class
|
|
64
|
+
);
|
|
65
|
+
|
|
66
|
+
[
|
|
67
|
+
DllImport(
|
|
68
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
69
|
+
"__Internal"
|
|
70
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
71
|
+
"ConnectedSpacesPlatform_D"
|
|
72
|
+
#else
|
|
73
|
+
"ConnectedSpacesPlatform"
|
|
74
|
+
#endif
|
|
75
|
+
),
|
|
76
|
+
SuppressUnmanagedCodeSecurity
|
|
77
|
+
]
|
|
78
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetExternalResourceAssetId_void_StringRC(
|
|
79
|
+
IntPtr @class,
|
|
80
|
+
IntPtr Value
|
|
81
|
+
);
|
|
82
|
+
|
|
83
|
+
[
|
|
84
|
+
DllImport(
|
|
85
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
86
|
+
"__Internal"
|
|
87
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
88
|
+
"ConnectedSpacesPlatform_D"
|
|
89
|
+
#else
|
|
90
|
+
"ConnectedSpacesPlatform"
|
|
91
|
+
#endif
|
|
92
|
+
),
|
|
93
|
+
SuppressUnmanagedCodeSecurity
|
|
94
|
+
]
|
|
95
|
+
static extern IntPtr csp_multiplayer_GaussianSplatSpaceComponent_GetExternalResourceAssetCollectionIdC_StringRC(
|
|
96
|
+
IntPtr @class
|
|
97
|
+
);
|
|
98
|
+
|
|
99
|
+
[
|
|
100
|
+
DllImport(
|
|
101
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
102
|
+
"__Internal"
|
|
103
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
104
|
+
"ConnectedSpacesPlatform_D"
|
|
105
|
+
#else
|
|
106
|
+
"ConnectedSpacesPlatform"
|
|
107
|
+
#endif
|
|
108
|
+
),
|
|
109
|
+
SuppressUnmanagedCodeSecurity
|
|
110
|
+
]
|
|
111
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetExternalResourceAssetCollectionId_void_StringRC(
|
|
112
|
+
IntPtr @class,
|
|
113
|
+
IntPtr Value
|
|
114
|
+
);
|
|
115
|
+
|
|
116
|
+
[
|
|
117
|
+
DllImport(
|
|
118
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
119
|
+
"__Internal"
|
|
120
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
121
|
+
"ConnectedSpacesPlatform_D"
|
|
122
|
+
#else
|
|
123
|
+
"ConnectedSpacesPlatform"
|
|
124
|
+
#endif
|
|
125
|
+
),
|
|
126
|
+
SuppressUnmanagedCodeSecurity
|
|
127
|
+
]
|
|
128
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_GetPositionC_Vector3RC(IntPtr @class);
|
|
129
|
+
|
|
130
|
+
[
|
|
131
|
+
DllImport(
|
|
132
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
133
|
+
"__Internal"
|
|
134
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
135
|
+
"ConnectedSpacesPlatform_D"
|
|
136
|
+
#else
|
|
137
|
+
"ConnectedSpacesPlatform"
|
|
138
|
+
#endif
|
|
139
|
+
),
|
|
140
|
+
SuppressUnmanagedCodeSecurity
|
|
141
|
+
]
|
|
142
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetPosition_void_Vector3RC(
|
|
143
|
+
IntPtr @class,
|
|
144
|
+
IntPtr InValue
|
|
145
|
+
);
|
|
146
|
+
|
|
147
|
+
[
|
|
148
|
+
DllImport(
|
|
149
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
150
|
+
"__Internal"
|
|
151
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
152
|
+
"ConnectedSpacesPlatform_D"
|
|
153
|
+
#else
|
|
154
|
+
"ConnectedSpacesPlatform"
|
|
155
|
+
#endif
|
|
156
|
+
),
|
|
157
|
+
SuppressUnmanagedCodeSecurity
|
|
158
|
+
]
|
|
159
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_GetRotationC_Vector4RC(IntPtr @class);
|
|
160
|
+
|
|
161
|
+
[
|
|
162
|
+
DllImport(
|
|
163
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
164
|
+
"__Internal"
|
|
165
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
166
|
+
"ConnectedSpacesPlatform_D"
|
|
167
|
+
#else
|
|
168
|
+
"ConnectedSpacesPlatform"
|
|
169
|
+
#endif
|
|
170
|
+
),
|
|
171
|
+
SuppressUnmanagedCodeSecurity
|
|
172
|
+
]
|
|
173
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetRotation_void_Vector4RC(
|
|
174
|
+
IntPtr @class,
|
|
175
|
+
IntPtr InValue
|
|
176
|
+
);
|
|
177
|
+
|
|
178
|
+
[
|
|
179
|
+
DllImport(
|
|
180
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
181
|
+
"__Internal"
|
|
182
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
183
|
+
"ConnectedSpacesPlatform_D"
|
|
184
|
+
#else
|
|
185
|
+
"ConnectedSpacesPlatform"
|
|
186
|
+
#endif
|
|
187
|
+
),
|
|
188
|
+
SuppressUnmanagedCodeSecurity
|
|
189
|
+
]
|
|
190
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_GetScaleC_Vector3RC(IntPtr @class);
|
|
191
|
+
|
|
192
|
+
[
|
|
193
|
+
DllImport(
|
|
194
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
195
|
+
"__Internal"
|
|
196
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
197
|
+
"ConnectedSpacesPlatform_D"
|
|
198
|
+
#else
|
|
199
|
+
"ConnectedSpacesPlatform"
|
|
200
|
+
#endif
|
|
201
|
+
),
|
|
202
|
+
SuppressUnmanagedCodeSecurity
|
|
203
|
+
]
|
|
204
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetScale_void_Vector3RC(
|
|
205
|
+
IntPtr @class,
|
|
206
|
+
IntPtr InValue
|
|
207
|
+
);
|
|
208
|
+
|
|
209
|
+
[
|
|
210
|
+
DllImport(
|
|
211
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
212
|
+
"__Internal"
|
|
213
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
214
|
+
"ConnectedSpacesPlatform_D"
|
|
215
|
+
#else
|
|
216
|
+
"ConnectedSpacesPlatform"
|
|
217
|
+
#endif
|
|
218
|
+
),
|
|
219
|
+
SuppressUnmanagedCodeSecurity
|
|
220
|
+
]
|
|
221
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_GetTransformC_SpaceTransform(
|
|
222
|
+
IntPtr @class
|
|
223
|
+
);
|
|
224
|
+
|
|
225
|
+
[
|
|
226
|
+
DllImport(
|
|
227
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
228
|
+
"__Internal"
|
|
229
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
230
|
+
"ConnectedSpacesPlatform_D"
|
|
231
|
+
#else
|
|
232
|
+
"ConnectedSpacesPlatform"
|
|
233
|
+
#endif
|
|
234
|
+
),
|
|
235
|
+
SuppressUnmanagedCodeSecurity
|
|
236
|
+
]
|
|
237
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetTransform_void_SpaceTransformRC(
|
|
238
|
+
IntPtr @class,
|
|
239
|
+
IntPtr InValue
|
|
240
|
+
);
|
|
241
|
+
|
|
242
|
+
[
|
|
243
|
+
DllImport(
|
|
244
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
245
|
+
"__Internal"
|
|
246
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
247
|
+
"ConnectedSpacesPlatform_D"
|
|
248
|
+
#else
|
|
249
|
+
"ConnectedSpacesPlatform"
|
|
250
|
+
#endif
|
|
251
|
+
),
|
|
252
|
+
SuppressUnmanagedCodeSecurity
|
|
253
|
+
]
|
|
254
|
+
static extern bool csp_multiplayer_GaussianSplatSpaceComponent_GetIsVisibleC_bool(IntPtr @class);
|
|
255
|
+
|
|
256
|
+
[
|
|
257
|
+
DllImport(
|
|
258
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
259
|
+
"__Internal"
|
|
260
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
261
|
+
"ConnectedSpacesPlatform_D"
|
|
262
|
+
#else
|
|
263
|
+
"ConnectedSpacesPlatform"
|
|
264
|
+
#endif
|
|
265
|
+
),
|
|
266
|
+
SuppressUnmanagedCodeSecurity
|
|
267
|
+
]
|
|
268
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetIsVisible_void_bool(
|
|
269
|
+
IntPtr @class,
|
|
270
|
+
bool InValue
|
|
271
|
+
);
|
|
272
|
+
|
|
273
|
+
[
|
|
274
|
+
DllImport(
|
|
275
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
276
|
+
"__Internal"
|
|
277
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
278
|
+
"ConnectedSpacesPlatform_D"
|
|
279
|
+
#else
|
|
280
|
+
"ConnectedSpacesPlatform"
|
|
281
|
+
#endif
|
|
282
|
+
),
|
|
283
|
+
SuppressUnmanagedCodeSecurity
|
|
284
|
+
]
|
|
285
|
+
static extern bool csp_multiplayer_GaussianSplatSpaceComponent_GetIsARVisibleC_bool(IntPtr @class);
|
|
286
|
+
|
|
287
|
+
[
|
|
288
|
+
DllImport(
|
|
289
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
290
|
+
"__Internal"
|
|
291
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
292
|
+
"ConnectedSpacesPlatform_D"
|
|
293
|
+
#else
|
|
294
|
+
"ConnectedSpacesPlatform"
|
|
295
|
+
#endif
|
|
296
|
+
),
|
|
297
|
+
SuppressUnmanagedCodeSecurity
|
|
298
|
+
]
|
|
299
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetIsARVisible_void_bool(
|
|
300
|
+
IntPtr @class,
|
|
301
|
+
bool InValue
|
|
302
|
+
);
|
|
303
|
+
|
|
304
|
+
[
|
|
305
|
+
DllImport(
|
|
306
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
307
|
+
"__Internal"
|
|
308
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
309
|
+
"ConnectedSpacesPlatform_D"
|
|
310
|
+
#else
|
|
311
|
+
"ConnectedSpacesPlatform"
|
|
312
|
+
#endif
|
|
313
|
+
),
|
|
314
|
+
SuppressUnmanagedCodeSecurity
|
|
315
|
+
]
|
|
316
|
+
static extern bool csp_multiplayer_GaussianSplatSpaceComponent_GetIsShadowCasterC_bool(IntPtr @class);
|
|
317
|
+
|
|
318
|
+
[
|
|
319
|
+
DllImport(
|
|
320
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
321
|
+
"__Internal"
|
|
322
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
323
|
+
"ConnectedSpacesPlatform_D"
|
|
324
|
+
#else
|
|
325
|
+
"ConnectedSpacesPlatform"
|
|
326
|
+
#endif
|
|
327
|
+
),
|
|
328
|
+
SuppressUnmanagedCodeSecurity
|
|
329
|
+
]
|
|
330
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetIsShadowCaster_void_bool(
|
|
331
|
+
IntPtr @class,
|
|
332
|
+
bool Value
|
|
333
|
+
);
|
|
334
|
+
|
|
335
|
+
[
|
|
336
|
+
DllImport(
|
|
337
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
338
|
+
"__Internal"
|
|
339
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
340
|
+
"ConnectedSpacesPlatform_D"
|
|
341
|
+
#else
|
|
342
|
+
"ConnectedSpacesPlatform"
|
|
343
|
+
#endif
|
|
344
|
+
),
|
|
345
|
+
SuppressUnmanagedCodeSecurity
|
|
346
|
+
]
|
|
347
|
+
static extern NativePointer csp_multiplayer_GaussianSplatSpaceComponent_GetTintC_Vector3RC(IntPtr @class);
|
|
348
|
+
|
|
349
|
+
[
|
|
350
|
+
DllImport(
|
|
351
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
352
|
+
"__Internal"
|
|
353
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
354
|
+
"ConnectedSpacesPlatform_D"
|
|
355
|
+
#else
|
|
356
|
+
"ConnectedSpacesPlatform"
|
|
357
|
+
#endif
|
|
358
|
+
),
|
|
359
|
+
SuppressUnmanagedCodeSecurity
|
|
360
|
+
]
|
|
361
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_SetTint_void_Vector3RC(
|
|
362
|
+
IntPtr @class,
|
|
363
|
+
IntPtr TintValue
|
|
364
|
+
);
|
|
365
|
+
|
|
366
|
+
[
|
|
367
|
+
DllImport(
|
|
368
|
+
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
|
|
369
|
+
"__Internal"
|
|
370
|
+
#elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
|
|
371
|
+
"ConnectedSpacesPlatform_D"
|
|
372
|
+
#else
|
|
373
|
+
"ConnectedSpacesPlatform"
|
|
374
|
+
#endif
|
|
375
|
+
),
|
|
376
|
+
SuppressUnmanagedCodeSecurity
|
|
377
|
+
]
|
|
378
|
+
static extern void csp_multiplayer_GaussianSplatSpaceComponent_Dtor(IntPtr @class);
|
|
379
|
+
|
|
380
|
+
#pragma warning restore IDE1006
|
|
381
|
+
#endregion
|
|
382
|
+
|
|
383
|
+
internal GaussianSplatSpaceComponent(NativePointer ptr) : base(ptr) { }
|
|
384
|
+
|
|
385
|
+
public GaussianSplatSpaceComponent(Csp.Multiplayer.ComponentBase baseInstance)
|
|
386
|
+
: base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
|
|
387
|
+
{
|
|
388
|
+
// Prevent previous instance from freeing underlying pointer when destroyed
|
|
389
|
+
baseInstance._ownsPtr = false;
|
|
390
|
+
}
|
|
391
|
+
|
|
392
|
+
/// <summary>Constructs the Gaussian Splat component, and associates it with the specified Parent space entity.</summary>
|
|
393
|
+
/// <param name="Parent">The Space entity that owns this component.</param>
|
|
394
|
+
|
|
395
|
+
public GaussianSplatSpaceComponent(Csp.Multiplayer.SpaceEntity Parent)
|
|
396
|
+
{
|
|
397
|
+
var np = csp_multiplayer_GaussianSplatSpaceComponent_Ctor_SpaceEntityP(Parent._ptr);
|
|
398
|
+
_ptr = np.Pointer;
|
|
399
|
+
_ownsPtr = np.OwnsOwnData;
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/// <summary>Gets the ID of the asset associated with this component.</summary>
|
|
403
|
+
/// <remarks>To retrieve this component's gaussian splat asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
404
|
+
/// <returns>The ID of the asset associated with this component.</returns>
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
public string GetExternalResourceAssetId()
|
|
408
|
+
{
|
|
409
|
+
var _result = csp_multiplayer_GaussianSplatSpaceComponent_GetExternalResourceAssetIdC_StringRC(_ptr);
|
|
410
|
+
|
|
411
|
+
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
412
|
+
Global.Free(_result);
|
|
413
|
+
|
|
414
|
+
return _resultString;
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/// <summary>Sets the ID of the asset associated with this component.</summary>
|
|
418
|
+
/// <remarks>To retrieve this component's gaussian splat asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
419
|
+
/// <param name="Value">The ID of the asset associated with this component.</param>
|
|
420
|
+
|
|
421
|
+
|
|
422
|
+
public void SetExternalResourceAssetId(string Value)
|
|
423
|
+
{
|
|
424
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetExternalResourceAssetId_void_StringRC(
|
|
425
|
+
_ptr,
|
|
426
|
+
WrapperHelper.StringToNativeUTF8(Value)
|
|
427
|
+
);
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
/// <summary>Gets the ID of the asset collection associated with this component.</summary>
|
|
431
|
+
/// <remarks>To retrieve this component's gaussian splat asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
432
|
+
/// <returns>The ID of the asset collection associated with this component.</returns>
|
|
433
|
+
|
|
434
|
+
|
|
435
|
+
public string GetExternalResourceAssetCollectionId()
|
|
436
|
+
{
|
|
437
|
+
var _result = csp_multiplayer_GaussianSplatSpaceComponent_GetExternalResourceAssetCollectionIdC_StringRC(
|
|
438
|
+
_ptr
|
|
439
|
+
);
|
|
440
|
+
|
|
441
|
+
var _resultString = WrapperHelper.NativeUTF8ToString(_result);
|
|
442
|
+
Global.Free(_result);
|
|
443
|
+
|
|
444
|
+
return _resultString;
|
|
445
|
+
}
|
|
446
|
+
|
|
447
|
+
/// <summary>Sets the ID of the asset collection associated with this component.</summary>
|
|
448
|
+
/// <remarks>To retrieve this component's gaussian splat asset, both the Asset ID and the Asset Collection ID are required.</remarks>
|
|
449
|
+
/// <param name="Value">The ID of the asset collection associated with this component.</param>
|
|
450
|
+
|
|
451
|
+
|
|
452
|
+
public void SetExternalResourceAssetCollectionId(string Value)
|
|
453
|
+
{
|
|
454
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetExternalResourceAssetCollectionId_void_StringRC(
|
|
455
|
+
_ptr,
|
|
456
|
+
WrapperHelper.StringToNativeUTF8(Value)
|
|
457
|
+
);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
/// <remarks>\addtogroup ITransformComponent</remarks>
|
|
461
|
+
/// @{
|
|
462
|
+
/// @copydoc IPositionComponent::GetPosition()
|
|
463
|
+
|
|
464
|
+
|
|
465
|
+
public Csp.Common.Vector3 GetPosition()
|
|
466
|
+
{
|
|
467
|
+
var _result = new Csp.Common.Vector3(
|
|
468
|
+
csp_multiplayer_GaussianSplatSpaceComponent_GetPositionC_Vector3RC(_ptr)
|
|
469
|
+
);
|
|
470
|
+
|
|
471
|
+
return _result;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
/// @copydoc IPositionComponent::SetPosition()
|
|
475
|
+
|
|
476
|
+
|
|
477
|
+
public void SetPosition(Csp.Common.Vector3 InValue)
|
|
478
|
+
{
|
|
479
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetPosition_void_Vector3RC(_ptr, InValue._ptr);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
/// @copydoc IRotationComponent::GetRotation()
|
|
483
|
+
|
|
484
|
+
|
|
485
|
+
public Csp.Common.Vector4 GetRotation()
|
|
486
|
+
{
|
|
487
|
+
var _result = new Csp.Common.Vector4(
|
|
488
|
+
csp_multiplayer_GaussianSplatSpaceComponent_GetRotationC_Vector4RC(_ptr)
|
|
489
|
+
);
|
|
490
|
+
|
|
491
|
+
return _result;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
/// @copydoc IRotationComponent::SetRotation()
|
|
495
|
+
|
|
496
|
+
|
|
497
|
+
public void SetRotation(Csp.Common.Vector4 InValue)
|
|
498
|
+
{
|
|
499
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetRotation_void_Vector4RC(_ptr, InValue._ptr);
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
/// @copydoc IScaleComponent::GetScale()
|
|
503
|
+
|
|
504
|
+
|
|
505
|
+
public Csp.Common.Vector3 GetScale()
|
|
506
|
+
{
|
|
507
|
+
var _result = new Csp.Common.Vector3(csp_multiplayer_GaussianSplatSpaceComponent_GetScaleC_Vector3RC(_ptr));
|
|
508
|
+
|
|
509
|
+
return _result;
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
/// @copydoc IScaleComponent::SetScale()
|
|
513
|
+
|
|
514
|
+
|
|
515
|
+
public void SetScale(Csp.Common.Vector3 InValue)
|
|
516
|
+
{
|
|
517
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetScale_void_Vector3RC(_ptr, InValue._ptr);
|
|
518
|
+
}
|
|
519
|
+
|
|
520
|
+
/// @copydoc ITransformComponent::GetTransform()
|
|
521
|
+
|
|
522
|
+
|
|
523
|
+
public Csp.Multiplayer.SpaceTransform GetTransform()
|
|
524
|
+
{
|
|
525
|
+
var _result = new Csp.Multiplayer.SpaceTransform(
|
|
526
|
+
csp_multiplayer_GaussianSplatSpaceComponent_GetTransformC_SpaceTransform(_ptr)
|
|
527
|
+
);
|
|
528
|
+
|
|
529
|
+
return _result;
|
|
530
|
+
}
|
|
531
|
+
|
|
532
|
+
/// @copydoc ITransformComonent::SetTransform()
|
|
533
|
+
|
|
534
|
+
|
|
535
|
+
public void SetTransform(Csp.Multiplayer.SpaceTransform InValue)
|
|
536
|
+
{
|
|
537
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetTransform_void_SpaceTransformRC(_ptr, InValue._ptr);
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
/// @}
|
|
541
|
+
/// <remarks>\addtogroup IVisibleComponent</remarks>
|
|
542
|
+
/// @{
|
|
543
|
+
/// @copydoc IVisibleComponent::GetIsVisible()
|
|
544
|
+
|
|
545
|
+
|
|
546
|
+
public bool GetIsVisible()
|
|
547
|
+
{
|
|
548
|
+
var _result = csp_multiplayer_GaussianSplatSpaceComponent_GetIsVisibleC_bool(_ptr);
|
|
549
|
+
|
|
550
|
+
return _result;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
/// @copydoc IVisibleComponent::SetIsVisible()
|
|
554
|
+
|
|
555
|
+
|
|
556
|
+
public void SetIsVisible(bool InValue)
|
|
557
|
+
{
|
|
558
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetIsVisible_void_bool(_ptr, InValue);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
/// @copydoc IVisibleComponent::GetIsARVisible()
|
|
562
|
+
|
|
563
|
+
|
|
564
|
+
public bool GetIsARVisible()
|
|
565
|
+
{
|
|
566
|
+
var _result = csp_multiplayer_GaussianSplatSpaceComponent_GetIsARVisibleC_bool(_ptr);
|
|
567
|
+
|
|
568
|
+
return _result;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
/// @copydoc IVisibleComponent::SetIsARVisible()
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
public void SetIsARVisible(bool InValue)
|
|
575
|
+
{
|
|
576
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetIsARVisible_void_bool(_ptr, InValue);
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
/// @}
|
|
580
|
+
/// <remarks>\addtogroup IShadowCasterComponent</remarks>
|
|
581
|
+
/// @{
|
|
582
|
+
/// @copydoc IShadowCasterComponent::GetIsShadowCaster()
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
public bool GetIsShadowCaster()
|
|
586
|
+
{
|
|
587
|
+
var _result = csp_multiplayer_GaussianSplatSpaceComponent_GetIsShadowCasterC_bool(_ptr);
|
|
588
|
+
|
|
589
|
+
return _result;
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
/// @copydoc IShadowCasterComponent::SetIsShadowCaster()
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
public void SetIsShadowCaster(bool Value)
|
|
596
|
+
{
|
|
597
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetIsShadowCaster_void_bool(_ptr, Value);
|
|
598
|
+
}
|
|
599
|
+
|
|
600
|
+
/// @}
|
|
601
|
+
/// <summary>Gets the tint that should be globally applied to the Gaussian Splat associated with this component.</summary>
|
|
602
|
+
/// <returns>The global tint value, expected to be in RGB color space, with each value normalised between 0...1.</returns>
|
|
603
|
+
|
|
604
|
+
|
|
605
|
+
public Csp.Common.Vector3 GetTint()
|
|
606
|
+
{
|
|
607
|
+
var _result = new Csp.Common.Vector3(csp_multiplayer_GaussianSplatSpaceComponent_GetTintC_Vector3RC(_ptr));
|
|
608
|
+
|
|
609
|
+
return _result;
|
|
610
|
+
}
|
|
611
|
+
|
|
612
|
+
/// <summary>Sets the tint that should be globally applied to the Gaussian Splat.</summary>
|
|
613
|
+
/// <param name="Value">The tint value, expected to be in RGB color space, with each value normalised between 0...1.</param>
|
|
614
|
+
/// <remarks>Defaults to 1,1,1.</remarks>
|
|
615
|
+
|
|
616
|
+
|
|
617
|
+
public void SetTint(Csp.Common.Vector3 TintValue)
|
|
618
|
+
{
|
|
619
|
+
csp_multiplayer_GaussianSplatSpaceComponent_SetTint_void_Vector3RC(_ptr, TintValue._ptr);
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
~GaussianSplatSpaceComponent()
|
|
623
|
+
{
|
|
624
|
+
//RealDispose();
|
|
625
|
+
}
|
|
626
|
+
|
|
627
|
+
void RealDispose()
|
|
628
|
+
{
|
|
629
|
+
if (_ownsPtr && !_disposed)
|
|
630
|
+
{
|
|
631
|
+
csp_multiplayer_GaussianSplatSpaceComponent_Dtor(_ptr);
|
|
632
|
+
_disposed = true;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
_disposed = true;
|
|
636
|
+
}
|
|
637
|
+
|
|
638
|
+
new public void Dispose()
|
|
639
|
+
{
|
|
640
|
+
RealDispose();
|
|
641
|
+
GC.SuppressFinalize(this);
|
|
642
|
+
}
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
|