connected-spaces-platform.unity.core 4.27.2 → 4.28.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.
Files changed (331) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +26 -3
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs.meta +1 -1
  6. package/Source/ClientUserAgent.cs.meta +1 -1
  7. package/Source/Common/Array.cs.meta +1 -1
  8. package/Source/Common/CancellationToken.cs.meta +1 -1
  9. package/Source/Common/FileExtensions.cs.meta +1 -1
  10. package/Source/Common/List.cs.meta +1 -1
  11. package/Source/Common/Map.cs.meta +1 -1
  12. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  13. package/Source/Common/MimeTypes.cs.meta +1 -1
  14. package/Source/Common/Variant.cs +13 -13
  15. package/Source/Common/Variant.cs.meta +1 -1
  16. package/Source/Common/VariantType.cs.meta +1 -1
  17. package/Source/Common/Vector3.cs.meta +1 -1
  18. package/Source/Common/Vector4.cs.meta +1 -1
  19. package/Source/Common.meta +1 -1
  20. package/Source/Csp.cs.meta +1 -1
  21. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  22. package/Source/EndpointURIs.cs.meta +1 -1
  23. package/Source/Il2cppPreserver.cs.meta +1 -1
  24. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  25. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  29. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  32. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  34. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/BillboardMode.cs +0 -2
  41. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  77. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  83. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/TextPropertyKeys.cs +34 -0
  96. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +11 -0
  97. package/Source/Multiplayer/Components/TextSpaceComponent.cs +742 -0
  98. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +11 -0
  99. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  104. package/Source/Multiplayer/Components.meta +1 -1
  105. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  106. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  107. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  108. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  109. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  110. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  111. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  112. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation.meta +1 -1
  115. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  116. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  117. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  118. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  119. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  120. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  121. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  122. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  123. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  124. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  125. package/Source/Multiplayer/Script.meta +1 -1
  126. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  127. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  128. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  129. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  130. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  131. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  132. package/Source/Multiplayer.meta +1 -1
  133. package/Source/NativeClassWrapper.cs.meta +1 -1
  134. package/Source/ProgressEventArgs.cs.meta +1 -1
  135. package/Source/Ref.cs.meta +1 -1
  136. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  137. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  138. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  139. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  140. package/Source/Systems/Analytics.meta +1 -1
  141. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  142. package/Source/Systems/Assets/AssetCollection.cs +34 -0
  143. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  144. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  145. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  146. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  147. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  148. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  149. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  150. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  151. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  152. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  153. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  154. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  155. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  156. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  157. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  158. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  159. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  160. package/Source/Systems/Assets.meta +1 -1
  161. package/Source/Systems/BooleanResult.cs.meta +1 -1
  162. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  163. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  164. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  165. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  166. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  167. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  168. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  169. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  170. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  171. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  172. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  173. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  174. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  175. package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -0
  176. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  177. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  178. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  179. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  180. package/Source/Systems/ECommerce.meta +1 -1
  181. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  182. package/Source/Systems/EResultCode.cs.meta +1 -1
  183. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  184. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  185. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  186. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  187. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  188. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  189. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  190. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  191. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  192. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  193. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  194. package/Source/Systems/EventTicketing.meta +1 -1
  195. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  196. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  197. package/Source/Systems/GraphQL.meta +1 -1
  198. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  199. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  200. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  201. package/Source/Systems/Log.meta +1 -1
  202. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  203. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  204. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  205. package/Source/Systems/Maintenance.meta +1 -1
  206. package/Source/Systems/NullResult.cs.meta +1 -1
  207. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  208. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  209. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  210. package/Source/Systems/Organizations/Organization.cs +0 -34
  211. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  212. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  213. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  214. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  215. package/Source/Systems/Organizations/OrganizationSystem.cs +300 -0
  216. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  217. package/Source/Systems/Organizations.meta +1 -1
  218. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  219. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  220. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  221. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  222. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  223. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  224. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  225. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  226. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  227. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  228. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  229. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  230. package/Source/Systems/Quota.meta +1 -1
  231. package/Source/Systems/ResultBase.cs.meta +1 -1
  232. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  233. package/Source/Systems/Script.meta +1 -1
  234. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  235. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  236. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  237. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  238. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  239. package/Source/Systems/Settings.meta +1 -1
  240. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  241. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  242. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  243. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  244. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  245. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  246. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  247. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  248. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  249. package/Source/Systems/Spaces/Space.cs +34 -0
  250. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  251. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  252. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  253. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  254. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  255. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  256. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  257. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  258. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  259. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  260. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  261. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  262. package/Source/Systems/Spaces.meta +1 -1
  263. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  264. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  265. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  266. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  267. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  268. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  269. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  270. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  271. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  272. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  273. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  274. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  275. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  276. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  277. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  278. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  279. package/Source/Systems/Spatial.meta +1 -1
  280. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  281. package/Source/Systems/StringResult.cs.meta +1 -1
  282. package/Source/Systems/SystemBase.cs.meta +1 -1
  283. package/Source/Systems/SystemsManager.cs.meta +1 -1
  284. package/Source/Systems/UInt64Result.cs.meta +1 -1
  285. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  286. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  287. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  288. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  289. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  290. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  291. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  292. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  293. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  294. package/Source/Systems/Users/Profile.cs.meta +1 -1
  295. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  296. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  297. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  298. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  299. package/Source/Systems/Users.meta +1 -1
  300. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  301. package/Source/Systems/Voip.meta +1 -1
  302. package/Source/Systems.meta +1 -1
  303. package/Source/Web/EResponseCodes.cs.meta +1 -1
  304. package/Source/Web.meta +1 -1
  305. package/Source/WrapperHelper.cs.meta +1 -1
  306. package/Source.meta +1 -1
  307. package/android64/libConnectedSpacesPlatform.so +0 -0
  308. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  309. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  310. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  311. package/android64.meta +1 -1
  312. package/ios/libConnectedSpacesPlatform.a +0 -0
  313. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  314. package/ios/libcrypto.a.meta +1 -1
  315. package/ios/libssl.a.meta +1 -1
  316. package/ios.meta +1 -1
  317. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  318. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  319. package/macosx.meta +1 -1
  320. package/package.json +1 -1
  321. package/package.json.meta +1 -1
  322. package/visionos/libConnectedSpacesPlatform.a +0 -0
  323. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  324. package/visionos/libcrypto.a.meta +1 -1
  325. package/visionos/libssl.a.meta +1 -1
  326. package/visionos.meta +1 -1
  327. package/windows/ConnectedSpacesPlatform.dll +0 -0
  328. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  329. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  330. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  331. package/windows.meta +1 -1
@@ -0,0 +1,742 @@
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 TextSpaceComponent
16
+ /// <summary>Data representation of an TextSpaceComponent.</summary>
17
+
18
+ public class TextSpaceComponent
19
+ : Csp.Multiplayer.ComponentBase,
20
+ Csp.Multiplayer.ITransformComponent,
21
+ Csp.Multiplayer.IVisibleComponent,
22
+ IDisposable
23
+ {
24
+ internal override string _safeTypeName { get; } = "csp_multiplayer_TextSpaceComponent";
25
+
26
+ #region P/Invoke
27
+ #pragma warning disable IDE1006
28
+
29
+
30
+
31
+ [
32
+ DllImport(
33
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
34
+ "__Internal"
35
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
36
+ "ConnectedSpacesPlatform_D"
37
+ #else
38
+ "ConnectedSpacesPlatform"
39
+ #endif
40
+ ),
41
+ SuppressUnmanagedCodeSecurity
42
+ ]
43
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_Ctor_SpaceEntityP(IntPtr Parent);
44
+
45
+ [
46
+ DllImport(
47
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
48
+ "__Internal"
49
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
50
+ "ConnectedSpacesPlatform_D"
51
+ #else
52
+ "ConnectedSpacesPlatform"
53
+ #endif
54
+ ),
55
+ SuppressUnmanagedCodeSecurity
56
+ ]
57
+ static extern IntPtr csp_multiplayer_TextSpaceComponent_GetTextC_StringRC(IntPtr @class);
58
+
59
+ [
60
+ DllImport(
61
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
62
+ "__Internal"
63
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
64
+ "ConnectedSpacesPlatform_D"
65
+ #else
66
+ "ConnectedSpacesPlatform"
67
+ #endif
68
+ ),
69
+ SuppressUnmanagedCodeSecurity
70
+ ]
71
+ static extern void csp_multiplayer_TextSpaceComponent_SetText_void_StringRC(IntPtr @class, IntPtr Value);
72
+
73
+ [
74
+ DllImport(
75
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
76
+ "__Internal"
77
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
78
+ "ConnectedSpacesPlatform_D"
79
+ #else
80
+ "ConnectedSpacesPlatform"
81
+ #endif
82
+ ),
83
+ SuppressUnmanagedCodeSecurity
84
+ ]
85
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetTextColorC_Vector3RC(IntPtr @class);
86
+
87
+ [
88
+ DllImport(
89
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
90
+ "__Internal"
91
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
92
+ "ConnectedSpacesPlatform_D"
93
+ #else
94
+ "ConnectedSpacesPlatform"
95
+ #endif
96
+ ),
97
+ SuppressUnmanagedCodeSecurity
98
+ ]
99
+ static extern void csp_multiplayer_TextSpaceComponent_SetTextColor_void_Vector3RC(IntPtr @class, IntPtr Value);
100
+
101
+ [
102
+ DllImport(
103
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
104
+ "__Internal"
105
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
106
+ "ConnectedSpacesPlatform_D"
107
+ #else
108
+ "ConnectedSpacesPlatform"
109
+ #endif
110
+ ),
111
+ SuppressUnmanagedCodeSecurity
112
+ ]
113
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetBackgroundColorC_Vector3RC(IntPtr @class);
114
+
115
+ [
116
+ DllImport(
117
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
118
+ "__Internal"
119
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
120
+ "ConnectedSpacesPlatform_D"
121
+ #else
122
+ "ConnectedSpacesPlatform"
123
+ #endif
124
+ ),
125
+ SuppressUnmanagedCodeSecurity
126
+ ]
127
+ static extern void csp_multiplayer_TextSpaceComponent_SetBackgroundColor_void_Vector3RC(
128
+ IntPtr @class,
129
+ IntPtr Value
130
+ );
131
+
132
+ [
133
+ DllImport(
134
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
135
+ "__Internal"
136
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
137
+ "ConnectedSpacesPlatform_D"
138
+ #else
139
+ "ConnectedSpacesPlatform"
140
+ #endif
141
+ ),
142
+ SuppressUnmanagedCodeSecurity
143
+ ]
144
+ static extern bool csp_multiplayer_TextSpaceComponent_GetIsBackgroundVisibleC_bool(IntPtr @class);
145
+
146
+ [
147
+ DllImport(
148
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
149
+ "__Internal"
150
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
151
+ "ConnectedSpacesPlatform_D"
152
+ #else
153
+ "ConnectedSpacesPlatform"
154
+ #endif
155
+ ),
156
+ SuppressUnmanagedCodeSecurity
157
+ ]
158
+ static extern void csp_multiplayer_TextSpaceComponent_SetIsBackgroundVisible_void_bool(
159
+ IntPtr @class,
160
+ bool InValue
161
+ );
162
+
163
+ [
164
+ DllImport(
165
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
166
+ "__Internal"
167
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
168
+ "ConnectedSpacesPlatform_D"
169
+ #else
170
+ "ConnectedSpacesPlatform"
171
+ #endif
172
+ ),
173
+ SuppressUnmanagedCodeSecurity
174
+ ]
175
+ static extern float csp_multiplayer_TextSpaceComponent_GetWidthC_float(IntPtr @class);
176
+
177
+ [
178
+ DllImport(
179
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
180
+ "__Internal"
181
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
182
+ "ConnectedSpacesPlatform_D"
183
+ #else
184
+ "ConnectedSpacesPlatform"
185
+ #endif
186
+ ),
187
+ SuppressUnmanagedCodeSecurity
188
+ ]
189
+ static extern void csp_multiplayer_TextSpaceComponent_SetWidth_void_float(IntPtr @class, float InValue);
190
+
191
+ [
192
+ DllImport(
193
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
194
+ "__Internal"
195
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
196
+ "ConnectedSpacesPlatform_D"
197
+ #else
198
+ "ConnectedSpacesPlatform"
199
+ #endif
200
+ ),
201
+ SuppressUnmanagedCodeSecurity
202
+ ]
203
+ static extern float csp_multiplayer_TextSpaceComponent_GetHeightC_float(IntPtr @class);
204
+
205
+ [
206
+ DllImport(
207
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
208
+ "__Internal"
209
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
210
+ "ConnectedSpacesPlatform_D"
211
+ #else
212
+ "ConnectedSpacesPlatform"
213
+ #endif
214
+ ),
215
+ SuppressUnmanagedCodeSecurity
216
+ ]
217
+ static extern void csp_multiplayer_TextSpaceComponent_SetHeight_void_float(IntPtr @class, float InValue);
218
+
219
+ [
220
+ DllImport(
221
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
222
+ "__Internal"
223
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
224
+ "ConnectedSpacesPlatform_D"
225
+ #else
226
+ "ConnectedSpacesPlatform"
227
+ #endif
228
+ ),
229
+ SuppressUnmanagedCodeSecurity
230
+ ]
231
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetPositionC_Vector3RC(IntPtr @class);
232
+
233
+ [
234
+ DllImport(
235
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
236
+ "__Internal"
237
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
238
+ "ConnectedSpacesPlatform_D"
239
+ #else
240
+ "ConnectedSpacesPlatform"
241
+ #endif
242
+ ),
243
+ SuppressUnmanagedCodeSecurity
244
+ ]
245
+ static extern void csp_multiplayer_TextSpaceComponent_SetPosition_void_Vector3RC(IntPtr @class, IntPtr InValue);
246
+
247
+ [
248
+ DllImport(
249
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
250
+ "__Internal"
251
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
252
+ "ConnectedSpacesPlatform_D"
253
+ #else
254
+ "ConnectedSpacesPlatform"
255
+ #endif
256
+ ),
257
+ SuppressUnmanagedCodeSecurity
258
+ ]
259
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetRotationC_Vector4RC(IntPtr @class);
260
+
261
+ [
262
+ DllImport(
263
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
264
+ "__Internal"
265
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
266
+ "ConnectedSpacesPlatform_D"
267
+ #else
268
+ "ConnectedSpacesPlatform"
269
+ #endif
270
+ ),
271
+ SuppressUnmanagedCodeSecurity
272
+ ]
273
+ static extern void csp_multiplayer_TextSpaceComponent_SetRotation_void_Vector4RC(IntPtr @class, IntPtr InValue);
274
+
275
+ [
276
+ DllImport(
277
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
278
+ "__Internal"
279
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
280
+ "ConnectedSpacesPlatform_D"
281
+ #else
282
+ "ConnectedSpacesPlatform"
283
+ #endif
284
+ ),
285
+ SuppressUnmanagedCodeSecurity
286
+ ]
287
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetScaleC_Vector3RC(IntPtr @class);
288
+
289
+ [
290
+ DllImport(
291
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
292
+ "__Internal"
293
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
294
+ "ConnectedSpacesPlatform_D"
295
+ #else
296
+ "ConnectedSpacesPlatform"
297
+ #endif
298
+ ),
299
+ SuppressUnmanagedCodeSecurity
300
+ ]
301
+ static extern void csp_multiplayer_TextSpaceComponent_SetScale_void_Vector3RC(IntPtr @class, IntPtr InValue);
302
+
303
+ [
304
+ DllImport(
305
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
306
+ "__Internal"
307
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
308
+ "ConnectedSpacesPlatform_D"
309
+ #else
310
+ "ConnectedSpacesPlatform"
311
+ #endif
312
+ ),
313
+ SuppressUnmanagedCodeSecurity
314
+ ]
315
+ static extern NativePointer csp_multiplayer_TextSpaceComponent_GetTransformC_SpaceTransform(IntPtr @class);
316
+
317
+ [
318
+ DllImport(
319
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
320
+ "__Internal"
321
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
322
+ "ConnectedSpacesPlatform_D"
323
+ #else
324
+ "ConnectedSpacesPlatform"
325
+ #endif
326
+ ),
327
+ SuppressUnmanagedCodeSecurity
328
+ ]
329
+ static extern void csp_multiplayer_TextSpaceComponent_SetTransform_void_SpaceTransformRC(
330
+ IntPtr @class,
331
+ IntPtr InValue
332
+ );
333
+
334
+ [
335
+ DllImport(
336
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
337
+ "__Internal"
338
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
339
+ "ConnectedSpacesPlatform_D"
340
+ #else
341
+ "ConnectedSpacesPlatform"
342
+ #endif
343
+ ),
344
+ SuppressUnmanagedCodeSecurity
345
+ ]
346
+ static extern Csp.Multiplayer.BillboardMode csp_multiplayer_TextSpaceComponent_GetBillboardModeC_BillboardMode(
347
+ IntPtr @class
348
+ );
349
+
350
+ [
351
+ DllImport(
352
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
353
+ "__Internal"
354
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
355
+ "ConnectedSpacesPlatform_D"
356
+ #else
357
+ "ConnectedSpacesPlatform"
358
+ #endif
359
+ ),
360
+ SuppressUnmanagedCodeSecurity
361
+ ]
362
+ static extern void csp_multiplayer_TextSpaceComponent_SetBillboardMode_void_BillboardMode(
363
+ IntPtr @class,
364
+ Csp.Multiplayer.BillboardMode billboardMode
365
+ );
366
+
367
+ [
368
+ DllImport(
369
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
370
+ "__Internal"
371
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
372
+ "ConnectedSpacesPlatform_D"
373
+ #else
374
+ "ConnectedSpacesPlatform"
375
+ #endif
376
+ ),
377
+ SuppressUnmanagedCodeSecurity
378
+ ]
379
+ static extern bool csp_multiplayer_TextSpaceComponent_GetIsVisibleC_bool(IntPtr @class);
380
+
381
+ [
382
+ DllImport(
383
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
384
+ "__Internal"
385
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
386
+ "ConnectedSpacesPlatform_D"
387
+ #else
388
+ "ConnectedSpacesPlatform"
389
+ #endif
390
+ ),
391
+ SuppressUnmanagedCodeSecurity
392
+ ]
393
+ static extern void csp_multiplayer_TextSpaceComponent_SetIsVisible_void_bool(IntPtr @class, bool InValue);
394
+
395
+ [
396
+ DllImport(
397
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
398
+ "__Internal"
399
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
400
+ "ConnectedSpacesPlatform_D"
401
+ #else
402
+ "ConnectedSpacesPlatform"
403
+ #endif
404
+ ),
405
+ SuppressUnmanagedCodeSecurity
406
+ ]
407
+ static extern bool csp_multiplayer_TextSpaceComponent_GetIsARVisibleC_bool(IntPtr @class);
408
+
409
+ [
410
+ DllImport(
411
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
412
+ "__Internal"
413
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
414
+ "ConnectedSpacesPlatform_D"
415
+ #else
416
+ "ConnectedSpacesPlatform"
417
+ #endif
418
+ ),
419
+ SuppressUnmanagedCodeSecurity
420
+ ]
421
+ static extern void csp_multiplayer_TextSpaceComponent_SetIsARVisible_void_bool(IntPtr @class, bool InValue);
422
+
423
+ [
424
+ DllImport(
425
+ #if !UNITY_EDITOR && (UNITY_IOS || UNITY_VISIONOS)
426
+ "__Internal"
427
+ #elif DEBUG && !UNITY_EDITOR_OSX && !UNITY_STANDALONE_OSX
428
+ "ConnectedSpacesPlatform_D"
429
+ #else
430
+ "ConnectedSpacesPlatform"
431
+ #endif
432
+ ),
433
+ SuppressUnmanagedCodeSecurity
434
+ ]
435
+ static extern void csp_multiplayer_TextSpaceComponent_Dtor(IntPtr @class);
436
+
437
+ #pragma warning restore IDE1006
438
+ #endregion
439
+
440
+ internal TextSpaceComponent(NativePointer ptr) : base(ptr) { }
441
+
442
+ public TextSpaceComponent(Csp.Multiplayer.ComponentBase baseInstance)
443
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
444
+ {
445
+ // Prevent previous instance from freeing underlying pointer when destroyed
446
+ baseInstance._ownsPtr = false;
447
+ }
448
+
449
+ /// <summary>Constructs the text space component, and associates it with the specified Parent space entity.</summary>
450
+ /// <param name="Parent">The Space entity that owns this component.</param>
451
+
452
+ public TextSpaceComponent(Csp.Multiplayer.SpaceEntity Parent)
453
+ {
454
+ var np = csp_multiplayer_TextSpaceComponent_Ctor_SpaceEntityP(Parent._ptr);
455
+ _ptr = np.Pointer;
456
+ _ownsPtr = np.OwnsOwnData;
457
+ }
458
+
459
+ /// <summary>Gets the text this text component refers to.</summary>
460
+ /// <returns>The text this text component refers to.</returns>
461
+
462
+
463
+ public string GetText()
464
+ {
465
+ var _result = csp_multiplayer_TextSpaceComponent_GetTextC_StringRC(_ptr);
466
+
467
+ var _resultString = WrapperHelper.NativeUTF8ToString(_result);
468
+ Global.Free(_result);
469
+
470
+ return _resultString;
471
+ }
472
+
473
+ /// <summary>Sets the text this text component refers to.</summary>
474
+ /// <param name="Value">The text this text component refers to.</param>
475
+
476
+
477
+ public void SetText(string Value)
478
+ {
479
+ csp_multiplayer_TextSpaceComponent_SetText_void_StringRC(_ptr, WrapperHelper.StringToNativeUTF8(Value));
480
+ }
481
+
482
+ /// <summary>Gets the text color.</summary>
483
+ /// <returns>The text color, expected to be in RGB color space, with each value normalised between 0...1.</returns>
484
+
485
+
486
+ public Csp.Common.Vector3 GetTextColor()
487
+ {
488
+ var _result = new Csp.Common.Vector3(csp_multiplayer_TextSpaceComponent_GetTextColorC_Vector3RC(_ptr));
489
+
490
+ return _result;
491
+ }
492
+
493
+ /// <summary>Sets the text color.</summary>
494
+ /// <param name="Value">The text color, expected to be in RGB color space, with each value normalised between 0...1.</param>
495
+
496
+
497
+ public void SetTextColor(Csp.Common.Vector3 Value)
498
+ {
499
+ csp_multiplayer_TextSpaceComponent_SetTextColor_void_Vector3RC(_ptr, Value._ptr);
500
+ }
501
+
502
+ /// <summary>Gets the background color that should be globally applied text associated with this component.</summary>
503
+ /// <returns>The background color, expected to be in RGB color space, with each value normalised between 0...1.</returns>
504
+
505
+
506
+ public Csp.Common.Vector3 GetBackgroundColor()
507
+ {
508
+ var _result = new Csp.Common.Vector3(
509
+ csp_multiplayer_TextSpaceComponent_GetBackgroundColorC_Vector3RC(_ptr)
510
+ );
511
+
512
+ return _result;
513
+ }
514
+
515
+ /// <summary>Sets the background color.</summary>
516
+ /// <param name="Value">The background color, expected to be in RGB color space, with each value normalised between 0...1.</param>
517
+
518
+
519
+ public void SetBackgroundColor(Csp.Common.Vector3 Value)
520
+ {
521
+ csp_multiplayer_TextSpaceComponent_SetBackgroundColor_void_Vector3RC(_ptr, Value._ptr);
522
+ }
523
+
524
+ /// <summary>Sets the background visibility.</summary>
525
+ /// <param name="Value">The background visibility.</param>
526
+
527
+
528
+ public bool GetIsBackgroundVisible()
529
+ {
530
+ var _result = csp_multiplayer_TextSpaceComponent_GetIsBackgroundVisibleC_bool(_ptr);
531
+
532
+ return _result;
533
+ }
534
+
535
+ /// <summary>Sets the background visibility.</summary>
536
+ /// <param name="Value">The background visibility.</param>
537
+
538
+
539
+ public void SetIsBackgroundVisible(bool InValue)
540
+ {
541
+ csp_multiplayer_TextSpaceComponent_SetIsBackgroundVisible_void_bool(_ptr, InValue);
542
+ }
543
+
544
+ /// <summary>Sets the Text Width.</summary>
545
+ /// <param name="Value">The Text Width.</param>
546
+
547
+
548
+ public float GetWidth()
549
+ {
550
+ var _result = csp_multiplayer_TextSpaceComponent_GetWidthC_float(_ptr);
551
+
552
+ return _result;
553
+ }
554
+
555
+ /// <summary>Sets the Text Width.</summary>
556
+ /// <param name="Value">The Text Width.</param>
557
+
558
+
559
+ public void SetWidth(float InValue)
560
+ {
561
+ csp_multiplayer_TextSpaceComponent_SetWidth_void_float(_ptr, InValue);
562
+ }
563
+
564
+ /// <summary>Sets the Text Height.</summary>
565
+ /// <param name="Value">The Text Height.</param>
566
+
567
+
568
+ public float GetHeight()
569
+ {
570
+ var _result = csp_multiplayer_TextSpaceComponent_GetHeightC_float(_ptr);
571
+
572
+ return _result;
573
+ }
574
+
575
+ /// <summary>Sets the Text Height.</summary>
576
+ /// <param name="Value">The Text Height.</param>
577
+
578
+
579
+ public void SetHeight(float InValue)
580
+ {
581
+ csp_multiplayer_TextSpaceComponent_SetHeight_void_float(_ptr, InValue);
582
+ }
583
+
584
+ /// <remarks>\addtogroup ITransformComponent</remarks>
585
+ /// @{
586
+ /// @copydoc IPositionComponent::GetPosition()
587
+
588
+
589
+ public Csp.Common.Vector3 GetPosition()
590
+ {
591
+ var _result = new Csp.Common.Vector3(csp_multiplayer_TextSpaceComponent_GetPositionC_Vector3RC(_ptr));
592
+
593
+ return _result;
594
+ }
595
+
596
+ /// @copydoc IPositionComponent::SetPosition()
597
+
598
+
599
+ public void SetPosition(Csp.Common.Vector3 InValue)
600
+ {
601
+ csp_multiplayer_TextSpaceComponent_SetPosition_void_Vector3RC(_ptr, InValue._ptr);
602
+ }
603
+
604
+ /// @copydoc IRotationComponent::GetRotation()
605
+
606
+
607
+ public Csp.Common.Vector4 GetRotation()
608
+ {
609
+ var _result = new Csp.Common.Vector4(csp_multiplayer_TextSpaceComponent_GetRotationC_Vector4RC(_ptr));
610
+
611
+ return _result;
612
+ }
613
+
614
+ /// @copydoc IRotationComponent::SetRotation()
615
+
616
+
617
+ public void SetRotation(Csp.Common.Vector4 InValue)
618
+ {
619
+ csp_multiplayer_TextSpaceComponent_SetRotation_void_Vector4RC(_ptr, InValue._ptr);
620
+ }
621
+
622
+ /// @copydoc IScaleComponent::GetScale()
623
+
624
+
625
+ public Csp.Common.Vector3 GetScale()
626
+ {
627
+ var _result = new Csp.Common.Vector3(csp_multiplayer_TextSpaceComponent_GetScaleC_Vector3RC(_ptr));
628
+
629
+ return _result;
630
+ }
631
+
632
+ /// @copydoc IScaleComponent::SetScale()
633
+
634
+
635
+ public void SetScale(Csp.Common.Vector3 InValue)
636
+ {
637
+ csp_multiplayer_TextSpaceComponent_SetScale_void_Vector3RC(_ptr, InValue._ptr);
638
+ }
639
+
640
+ /// @copydoc ITransformComponent::GetTransform()
641
+
642
+
643
+ public Csp.Multiplayer.SpaceTransform GetTransform()
644
+ {
645
+ var _result = new Csp.Multiplayer.SpaceTransform(
646
+ csp_multiplayer_TextSpaceComponent_GetTransformC_SpaceTransform(_ptr)
647
+ );
648
+
649
+ return _result;
650
+ }
651
+
652
+ /// @copydoc ITransformComonent::SetTransform()
653
+
654
+
655
+ public void SetTransform(Csp.Multiplayer.SpaceTransform InValue)
656
+ {
657
+ csp_multiplayer_TextSpaceComponent_SetTransform_void_SpaceTransformRC(_ptr, InValue._ptr);
658
+ }
659
+
660
+ /// @}
661
+ /// <summary>Gets the billboard mode used by this text component.</summary>
662
+ /// <returns>The billboard mode used by this text component.</returns>
663
+
664
+
665
+ public Csp.Multiplayer.BillboardMode GetBillboardMode()
666
+ {
667
+ var _result = csp_multiplayer_TextSpaceComponent_GetBillboardModeC_BillboardMode(_ptr);
668
+
669
+ return _result;
670
+ }
671
+
672
+ /// <summary>Sets the billboard mode used by this text component.</summary>
673
+ /// <param name="billboardMode">The billboard mode used by this text component.</param>
674
+
675
+
676
+ public void SetBillboardMode(Csp.Multiplayer.BillboardMode billboardMode)
677
+ {
678
+ csp_multiplayer_TextSpaceComponent_SetBillboardMode_void_BillboardMode(_ptr, billboardMode);
679
+ }
680
+
681
+ /// <remarks>\addtogroup IVisibleComponent</remarks>
682
+ /// @{
683
+ /// @copydoc IVisibleComponent::GetIsVisible()
684
+
685
+
686
+ public bool GetIsVisible()
687
+ {
688
+ var _result = csp_multiplayer_TextSpaceComponent_GetIsVisibleC_bool(_ptr);
689
+
690
+ return _result;
691
+ }
692
+
693
+ /// @copydoc IVisibleComponent::SetIsVisible()
694
+
695
+
696
+ public void SetIsVisible(bool InValue)
697
+ {
698
+ csp_multiplayer_TextSpaceComponent_SetIsVisible_void_bool(_ptr, InValue);
699
+ }
700
+
701
+ /// @copydoc IVisibleComponent::GetIsARVisible()
702
+
703
+
704
+ public bool GetIsARVisible()
705
+ {
706
+ var _result = csp_multiplayer_TextSpaceComponent_GetIsARVisibleC_bool(_ptr);
707
+
708
+ return _result;
709
+ }
710
+
711
+ /// @copydoc IVisibleComponent::SetIsARVisible()
712
+
713
+
714
+ public void SetIsARVisible(bool InValue)
715
+ {
716
+ csp_multiplayer_TextSpaceComponent_SetIsARVisible_void_bool(_ptr, InValue);
717
+ }
718
+
719
+ ~TextSpaceComponent()
720
+ {
721
+ //RealDispose();
722
+ }
723
+
724
+ void RealDispose()
725
+ {
726
+ if (_ownsPtr && !_disposed)
727
+ {
728
+ csp_multiplayer_TextSpaceComponent_Dtor(_ptr);
729
+ _disposed = true;
730
+ }
731
+
732
+ _disposed = true;
733
+ }
734
+
735
+ new public void Dispose()
736
+ {
737
+ RealDispose();
738
+ GC.SuppressFinalize(this);
739
+ }
740
+ }
741
+ }
742
+