connected-spaces-platform.unity.core 5.0.0 → 5.1.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 (536) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +3 -2
  4. package/README.md.meta +1 -1
  5. package/Source/CSPFoundation.cs +26 -156
  6. package/Source/CSPFoundation.cs.meta +1 -1
  7. package/Source/ClientUserAgent.cs +28 -168
  8. package/Source/ClientUserAgent.cs.meta +1 -1
  9. package/Source/Common/Array.cs.meta +1 -1
  10. package/Source/Common/CancellationToken.cs +10 -60
  11. package/Source/Common/CancellationToken.cs.meta +1 -1
  12. package/Source/Common/FileExtensions.cs +1794 -10764
  13. package/Source/Common/FileExtensions.cs.meta +1 -1
  14. package/Source/Common/List.cs.meta +1 -1
  15. package/Source/Common/Map.cs.meta +1 -1
  16. package/Source/Common/MimeTypeHelper.cs +14 -84
  17. package/Source/Common/MimeTypeHelper.cs.meta +1 -1
  18. package/Source/Common/MimeTypes.cs +1226 -7356
  19. package/Source/Common/MimeTypes.cs.meta +1 -1
  20. package/Source/Common/Variant.cs +44 -264
  21. package/Source/Common/Variant.cs.meta +1 -1
  22. package/Source/Common/VariantType.cs.meta +1 -1
  23. package/Source/Common/Vector3.cs +43 -132
  24. package/Source/Common/Vector3.cs.meta +1 -1
  25. package/Source/Common/Vector4.cs +49 -168
  26. package/Source/Common/Vector4.cs.meta +1 -1
  27. package/Source/Common.meta +1 -1
  28. package/Source/Constants.cs +13 -0
  29. package/Source/Constants.cs.meta +11 -0
  30. package/Source/Csp.cs +6 -36
  31. package/Source/Csp.cs.meta +1 -1
  32. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  33. package/Source/EndpointURIs.cs +32 -192
  34. package/Source/EndpointURIs.cs.meta +1 -1
  35. package/Source/Il2cppPreserver.cs.meta +1 -1
  36. package/Source/Multiplayer/AssetDetailBlobParams.cs +24 -144
  37. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  38. package/Source/Multiplayer/ComponentBase.cs +20 -120
  39. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  40. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  41. package/Source/Multiplayer/ComponentUpdateInfo.cs +12 -72
  42. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  43. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +56 -336
  47. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/AudioSpaceComponent.cs +48 -288
  51. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs +64 -384
  56. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs +44 -264
  61. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs +54 -324
  66. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs +54 -324
  69. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/CustomSpaceComponent.cs +22 -132
  72. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs +12 -72
  76. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs +44 -264
  80. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs +40 -240
  83. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/FogSpaceComponent.cs +64 -384
  87. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs +44 -264
  90. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs +34 -204
  93. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/ImageSpaceComponent.cs +52 -312
  96. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  100. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  102. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  107. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  110. package/Source/Multiplayer/Components/LightSpaceComponent.cs +64 -384
  111. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  112. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  113. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  114. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  115. package/Source/Multiplayer/Components/PortalSpaceComponent.cs +22 -132
  116. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  117. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  118. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  119. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs +32 -192
  120. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  121. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  122. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  123. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs +16 -96
  124. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  125. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  126. package/Source/Multiplayer/Components/SplineSpaceComponent.cs +10 -60
  127. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  128. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  129. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +44 -264
  130. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  131. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  132. package/Source/Multiplayer/Components/TextSpaceComponent.cs +56 -336
  133. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  134. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  135. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  136. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  137. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  138. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs +88 -528
  139. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  140. package/Source/Multiplayer/Components.meta +1 -1
  141. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  142. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs +28 -168
  143. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  144. package/Source/Multiplayer/Conversation/ConversationInfo.cs +16 -96
  145. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  146. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  147. package/Source/Multiplayer/Conversation/ConversationResult.cs +4 -24
  148. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  149. package/Source/Multiplayer/Conversation/ConversationSystem.cs +24 -144
  150. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  151. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs +6 -36
  152. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  153. package/Source/Multiplayer/Conversation/MessageInfo.cs +12 -72
  154. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  155. package/Source/Multiplayer/Conversation/MessageResult.cs +4 -24
  156. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  157. package/Source/Multiplayer/Conversation.meta +1 -1
  158. package/Source/Multiplayer/ConversationSystemParams.cs +12 -72
  159. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  160. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  161. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  162. package/Source/Multiplayer/ESequenceUpdateType.cs +1 -0
  163. package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
  164. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  165. package/Source/Multiplayer/IEntityDeserialiser.cs +2 -0
  166. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  167. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  168. package/Source/Multiplayer/MultiplayerConnection.cs +32 -192
  169. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  170. package/Source/Multiplayer/ReplicatedValue.cs +44 -264
  171. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  172. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  173. package/Source/Multiplayer/Script/EntityScript.cs +32 -192
  174. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  175. package/Source/Multiplayer/Script.meta +1 -1
  176. package/Source/Multiplayer/SequenceChangedParams.cs +16 -96
  177. package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
  178. package/Source/Multiplayer/SequenceHierarchy.cs +109 -0
  179. package/Source/Multiplayer/SequenceHierarchy.cs.meta +11 -0
  180. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs +119 -0
  181. package/Source/Multiplayer/SequenceHierarchyChangedParams.cs.meta +11 -0
  182. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs +84 -0
  183. package/Source/Multiplayer/SequenceHierarchyCollectionResult.cs.meta +11 -0
  184. package/Source/Multiplayer/SequenceHierarchyResult.cs +84 -0
  185. package/Source/Multiplayer/SequenceHierarchyResult.cs.meta +11 -0
  186. package/Source/Multiplayer/SpaceEntity.cs +257 -480
  187. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  188. package/Source/Multiplayer/SpaceEntitySystem.cs +459 -444
  189. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  190. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  191. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs +1 -0
  192. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  193. package/Source/Multiplayer/SpaceTransform.cs +28 -108
  194. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  195. package/Source/Multiplayer/UserPermissionsParams.cs +20 -120
  196. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  197. package/Source/Multiplayer.meta +1 -1
  198. package/Source/NativeClassWrapper.cs.meta +1 -1
  199. package/Source/ProgressEventArgs.cs.meta +1 -1
  200. package/Source/Ref.cs.meta +1 -1
  201. package/Source/Systems/Analytics/AnalyticsEvent.cs +20 -120
  202. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  203. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs +4 -24
  204. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  205. package/Source/Systems/Analytics/AnalyticsSystem.cs +2 -12
  206. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  207. package/Source/Systems/Analytics/IAnalyticsProvider.cs +2 -12
  208. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  209. package/Source/Systems/Analytics.meta +1 -1
  210. package/Source/Systems/Assets/Asset.cs +70 -420
  211. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  212. package/Source/Systems/Assets/AssetCollection.cs +66 -396
  213. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  214. package/Source/Systems/Assets/AssetCollectionResult.cs +4 -24
  215. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  216. package/Source/Systems/Assets/AssetCollectionsResult.cs +6 -36
  217. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  218. package/Source/Systems/Assets/AssetDataResult.cs +8 -48
  219. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  220. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  221. package/Source/Systems/Assets/AssetResult.cs +4 -24
  222. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  223. package/Source/Systems/Assets/AssetSystem.cs +42 -252
  224. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  225. package/Source/Systems/Assets/AssetsResult.cs +4 -24
  226. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  227. package/Source/Systems/Assets/BufferAssetDataSource.cs +16 -96
  228. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  229. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  230. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  231. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  232. package/Source/Systems/Assets/FileAssetDataSource.cs +12 -72
  233. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  234. package/Source/Systems/Assets/LODAsset.cs +12 -72
  235. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  236. package/Source/Systems/Assets/LODChain.cs +12 -72
  237. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  238. package/Source/Systems/Assets/LODChainResult.cs +4 -24
  239. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  240. package/Source/Systems/Assets/UriResult.cs +6 -36
  241. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  242. package/Source/Systems/Assets.meta +1 -1
  243. package/Source/Systems/BooleanResult.cs +4 -24
  244. package/Source/Systems/BooleanResult.cs.meta +1 -1
  245. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs +4 -24
  246. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  247. package/Source/Systems/ECommerce/CartInfo.cs +20 -120
  248. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  249. package/Source/Systems/ECommerce/CartInfoResult.cs +4 -24
  250. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  251. package/Source/Systems/ECommerce/CartLine.cs +16 -96
  252. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  253. package/Source/Systems/ECommerce/CheckoutInfo.cs +12 -72
  254. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  255. package/Source/Systems/ECommerce/CheckoutInfoResult.cs +4 -24
  256. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  257. package/Source/Systems/ECommerce/CurrencyInfo.cs +12 -72
  258. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  259. package/Source/Systems/ECommerce/ECommerceSystem.cs +20 -120
  260. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  261. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs +4 -24
  262. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  263. package/Source/Systems/ECommerce/ProductInfo.cs +32 -192
  264. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  265. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs +4 -24
  266. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  267. package/Source/Systems/ECommerce/ProductInfoResult.cs +4 -24
  268. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  269. package/Source/Systems/ECommerce/ProductMediaInfo.cs +24 -144
  270. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  271. package/Source/Systems/ECommerce/ProductVariantInfo.cs +36 -216
  272. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  273. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs +24 -144
  274. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  275. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs +6 -36
  276. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  277. package/Source/Systems/ECommerce/VariantOptionInfo.cs +12 -72
  278. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  279. package/Source/Systems/ECommerce.meta +1 -1
  280. package/Source/Systems/ERequestFailureReason.cs +1 -0
  281. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  282. package/Source/Systems/EResultCode.cs.meta +1 -1
  283. package/Source/Systems/EventTicketing/EventTicket.cs +36 -216
  284. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  285. package/Source/Systems/EventTicketing/EventTicketResult.cs +4 -24
  286. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  287. package/Source/Systems/EventTicketing/EventTicketingSystem.cs +12 -72
  288. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  289. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  290. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs +4 -24
  291. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  292. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  293. package/Source/Systems/EventTicketing/TicketedEvent.cs +28 -168
  294. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  295. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs +4 -24
  296. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  297. package/Source/Systems/EventTicketing/TicketedEventResult.cs +4 -24
  298. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  299. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs +20 -120
  300. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  301. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs +4 -24
  302. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  303. package/Source/Systems/EventTicketing.meta +1 -1
  304. package/Source/Systems/GraphQL/GraphQLResult.cs +8 -48
  305. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  306. package/Source/Systems/GraphQL/GraphQLSystem.cs +4 -24
  307. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  308. package/Source/Systems/GraphQL.meta +1 -1
  309. package/Source/Systems/HTTPHeadersResult.cs +4 -24
  310. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  311. package/Source/Systems/HotspotSequence/HotspotGroup.cs +12 -72
  312. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
  313. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs +4 -24
  314. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
  315. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs +4 -24
  316. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
  317. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +22 -100
  318. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
  319. package/Source/Systems/HotspotSequence.meta +1 -1
  320. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  321. package/Source/Systems/Log/LogSystem.cs +24 -144
  322. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  323. package/Source/Systems/Log.meta +1 -1
  324. package/Source/Systems/Maintenance/MaintenanceInfo.cs +18 -108
  325. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  326. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs +10 -60
  327. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  328. package/Source/Systems/Maintenance/MaintenanceSystem.cs +2 -12
  329. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  330. package/Source/Systems/Maintenance.meta +1 -1
  331. package/Source/Systems/NullResult.cs +2 -12
  332. package/Source/Systems/NullResult.cs.meta +1 -1
  333. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  334. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs +16 -96
  335. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  336. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs +12 -72
  337. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  338. package/Source/Systems/Organizations/Organization.cs +34 -204
  339. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  340. package/Source/Systems/Organizations/OrganizationResult.cs +4 -24
  341. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  342. package/Source/Systems/Organizations/OrganizationRoleInfo.cs +12 -72
  343. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  344. package/Source/Systems/Organizations/OrganizationRolesResult.cs +4 -24
  345. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  346. package/Source/Systems/Organizations/OrganizationSystem.cs +22 -132
  347. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  348. package/Source/Systems/Organizations.meta +1 -1
  349. package/Source/Systems/Quota/FeatureLimitInfo.cs +16 -96
  350. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  351. package/Source/Systems/Quota/FeatureLimitResult.cs +4 -24
  352. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  353. package/Source/Systems/Quota/FeatureQuotaInfo.cs +20 -120
  354. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  355. package/Source/Systems/Quota/FeatureQuotaResult.cs +4 -24
  356. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  357. package/Source/Systems/Quota/FeaturesLimitResult.cs +4 -24
  358. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  359. package/Source/Systems/Quota/FeaturesQuotaResult.cs +4 -24
  360. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  361. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  362. package/Source/Systems/Quota/QuotaSystem.cs +16 -96
  363. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  364. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  365. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  366. package/Source/Systems/Quota/UserTierInfo.cs +16 -96
  367. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  368. package/Source/Systems/Quota/UserTierResult.cs +4 -24
  369. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  370. package/Source/Systems/Quota.meta +1 -1
  371. package/Source/Systems/ResultBase.cs +16 -96
  372. package/Source/Systems/ResultBase.cs.meta +1 -1
  373. package/Source/Systems/Script/ScriptSystem.cs +8 -48
  374. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  375. package/Source/Systems/Script.meta +1 -1
  376. package/Source/Systems/Sequence/Sequence.cs +24 -144
  377. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  378. package/Source/Systems/Sequence/SequenceResult.cs +4 -24
  379. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  380. package/Source/Systems/Sequence/SequenceSystem.cs +19 -72
  381. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  382. package/Source/Systems/Sequence/SequencesResult.cs +4 -24
  383. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  384. package/Source/Systems/Sequence.meta +1 -1
  385. package/Source/Systems/Settings/AvatarInfoResult.cs +6 -36
  386. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  387. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  388. package/Source/Systems/Settings/SettingsCollection.cs +16 -96
  389. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  390. package/Source/Systems/Settings/SettingsCollectionResult.cs +4 -24
  391. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  392. package/Source/Systems/Settings/SettingsSystem.cs +32 -192
  393. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  394. package/Source/Systems/Settings.meta +1 -1
  395. package/Source/Systems/Spaces/BasicSpace.cs +20 -120
  396. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  397. package/Source/Systems/Spaces/BasicSpaceResult.cs +4 -24
  398. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  399. package/Source/Systems/Spaces/BasicSpacesResult.cs +6 -36
  400. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  401. package/Source/Systems/Spaces/InviteUserRoleInfo.cs +14 -84
  402. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  403. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs +18 -108
  404. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  405. package/Source/Systems/Spaces/PendingInvitesResult.cs +4 -24
  406. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  407. package/Source/Systems/Spaces/Site.cs +24 -144
  408. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  409. package/Source/Systems/Spaces/SiteResult.cs +4 -24
  410. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  411. package/Source/Systems/Spaces/SitesCollectionResult.cs +4 -24
  412. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  413. package/Source/Systems/Spaces/Space.cs +34 -204
  414. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  415. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  416. package/Source/Systems/Spaces/SpaceGeoLocation.cs +20 -120
  417. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  418. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs +6 -36
  419. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  420. package/Source/Systems/Spaces/SpaceMetadataResult.cs +4 -24
  421. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  422. package/Source/Systems/Spaces/SpaceResult.cs +6 -36
  423. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  424. package/Source/Systems/Spaces/SpaceSystem.cs +139 -408
  425. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  426. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  427. package/Source/Systems/Spaces/SpacesMetadataResult.cs +4 -24
  428. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  429. package/Source/Systems/Spaces/SpacesResult.cs +4 -24
  430. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  431. package/Source/Systems/Spaces/UserRoleCollectionResult.cs +4 -24
  432. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  433. package/Source/Systems/Spaces/UserRoleInfo.cs +14 -84
  434. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  435. package/Source/Systems/Spaces.meta +1 -1
  436. package/Source/Systems/Spatial/Anchor.cs +56 -336
  437. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  438. package/Source/Systems/Spatial/AnchorCollectionResult.cs +4 -24
  439. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  440. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  441. package/Source/Systems/Spatial/AnchorResolution.cs +28 -168
  442. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  443. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs +4 -24
  444. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  445. package/Source/Systems/Spatial/AnchorResolutionResult.cs +4 -24
  446. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  447. package/Source/Systems/Spatial/AnchorResult.cs +4 -24
  448. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  449. package/Source/Systems/Spatial/AnchorSystem.cs +14 -84
  450. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  451. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  452. package/Source/Systems/Spatial/GeoLocation.cs +16 -96
  453. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  454. package/Source/Systems/Spatial/OlyAnchorPosition.cs +18 -108
  455. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  456. package/Source/Systems/Spatial/OlyRotation.cs +22 -132
  457. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  458. package/Source/Systems/Spatial/POICollectionResult.cs +4 -24
  459. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  460. package/Source/Systems/Spatial/POIResult.cs +4 -24
  461. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  462. package/Source/Systems/Spatial/PointOfInterest.cs +52 -312
  463. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  464. package/Source/Systems/Spatial/PointOfInterestSystem.cs +6 -36
  465. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  466. package/Source/Systems/Spatial.meta +1 -1
  467. package/Source/Systems/StringArrayResult.cs +4 -24
  468. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  469. package/Source/Systems/StringResult.cs +4 -24
  470. package/Source/Systems/StringResult.cs.meta +1 -1
  471. package/Source/Systems/SystemBase.cs +2 -12
  472. package/Source/Systems/SystemBase.cs.meta +1 -1
  473. package/Source/Systems/SystemsManager.cs +42 -252
  474. package/Source/Systems/SystemsManager.cs.meta +1 -1
  475. package/Source/Systems/UInt64Result.cs +4 -24
  476. package/Source/Systems/UInt64Result.cs.meta +1 -1
  477. package/Source/Systems/Users/AgoraUserTokenParams.cs +32 -192
  478. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  479. package/Source/Systems/Users/BasicProfile.cs +24 -144
  480. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  481. package/Source/Systems/Users/BasicProfilesResult.cs +4 -24
  482. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  483. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  484. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  485. package/Source/Systems/Users/LoginState.cs +32 -192
  486. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  487. package/Source/Systems/Users/LoginStateResult.cs +4 -24
  488. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  489. package/Source/Systems/Users/LoginTokenInfo.cs +20 -120
  490. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  491. package/Source/Systems/Users/LoginTokenInfoResult.cs +4 -24
  492. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  493. package/Source/Systems/Users/Profile.cs +36 -216
  494. package/Source/Systems/Users/Profile.cs.meta +1 -1
  495. package/Source/Systems/Users/ProfileResult.cs +4 -24
  496. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  497. package/Source/Systems/Users/ProviderDetailsResult.cs +8 -48
  498. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  499. package/Source/Systems/Users/ThirdPartyProviderDetails.cs +20 -120
  500. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  501. package/Source/Systems/Users/UserSystem.cs +48 -288
  502. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  503. package/Source/Systems/Users.meta +1 -1
  504. package/Source/Systems/Voip/VoipSystem.cs +4 -24
  505. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  506. package/Source/Systems/Voip.meta +1 -1
  507. package/Source/Systems.meta +1 -1
  508. package/Source/Web/EResponseCodes.cs.meta +1 -1
  509. package/Source/Web.meta +1 -1
  510. package/Source/WrapperHelper.cs.meta +1 -1
  511. package/Source.meta +1 -1
  512. package/android64/libConnectedSpacesPlatform.so +0 -0
  513. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  514. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  515. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  516. package/android64.meta +1 -1
  517. package/ios/libConnectedSpacesPlatform.a +0 -0
  518. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  519. package/ios/libcrypto.a.meta +1 -1
  520. package/ios/libssl.a.meta +1 -1
  521. package/ios.meta +1 -1
  522. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  523. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  524. package/macosx.meta +1 -1
  525. package/package.json +1 -1
  526. package/package.json.meta +1 -1
  527. package/visionos/libConnectedSpacesPlatform.a +0 -0
  528. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  529. package/visionos/libcrypto.a.meta +1 -1
  530. package/visionos/libssl.a.meta +1 -1
  531. package/visionos.meta +1 -1
  532. package/windows/ConnectedSpacesPlatform.dll +0 -0
  533. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  534. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  535. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  536. package/windows.meta +1 -1
@@ -28,410 +28,130 @@ namespace Csp.Multiplayer
28
28
 
29
29
 
30
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
- ]
31
+ [DllImport(Csp.Constants.DllName)]
32
+ [SuppressUnmanagedCodeSecurity]
43
33
  static extern NativePointer csp_multiplayer_TextSpaceComponent_Ctor_SpaceEntityP(IntPtr Parent);
44
34
 
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
- ]
35
+ [DllImport(Csp.Constants.DllName)]
36
+ [SuppressUnmanagedCodeSecurity]
57
37
  static extern IntPtr csp_multiplayer_TextSpaceComponent_GetTextC_StringRC(IntPtr @class);
58
38
 
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
- ]
39
+ [DllImport(Csp.Constants.DllName)]
40
+ [SuppressUnmanagedCodeSecurity]
71
41
  static extern void csp_multiplayer_TextSpaceComponent_SetText_void_StringRC(IntPtr @class, IntPtr Value);
72
42
 
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
- ]
43
+ [DllImport(Csp.Constants.DllName)]
44
+ [SuppressUnmanagedCodeSecurity]
85
45
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetTextColorC_Vector3RC(IntPtr @class);
86
46
 
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
- ]
47
+ [DllImport(Csp.Constants.DllName)]
48
+ [SuppressUnmanagedCodeSecurity]
99
49
  static extern void csp_multiplayer_TextSpaceComponent_SetTextColor_void_Vector3RC(IntPtr @class, IntPtr Value);
100
50
 
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
- ]
51
+ [DllImport(Csp.Constants.DllName)]
52
+ [SuppressUnmanagedCodeSecurity]
113
53
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetBackgroundColorC_Vector3RC(IntPtr @class);
114
54
 
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
- ]
55
+ [DllImport(Csp.Constants.DllName)]
56
+ [SuppressUnmanagedCodeSecurity]
127
57
  static extern void csp_multiplayer_TextSpaceComponent_SetBackgroundColor_void_Vector3RC(
128
58
  IntPtr @class,
129
59
  IntPtr Value
130
60
  );
131
61
 
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
- ]
62
+ [DllImport(Csp.Constants.DllName)]
63
+ [SuppressUnmanagedCodeSecurity]
144
64
  static extern bool csp_multiplayer_TextSpaceComponent_GetIsBackgroundVisibleC_bool(IntPtr @class);
145
65
 
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
- ]
66
+ [DllImport(Csp.Constants.DllName)]
67
+ [SuppressUnmanagedCodeSecurity]
158
68
  static extern void csp_multiplayer_TextSpaceComponent_SetIsBackgroundVisible_void_bool(
159
69
  IntPtr @class,
160
70
  bool InValue
161
71
  );
162
72
 
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
- ]
73
+ [DllImport(Csp.Constants.DllName)]
74
+ [SuppressUnmanagedCodeSecurity]
175
75
  static extern float csp_multiplayer_TextSpaceComponent_GetWidthC_float(IntPtr @class);
176
76
 
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
- ]
77
+ [DllImport(Csp.Constants.DllName)]
78
+ [SuppressUnmanagedCodeSecurity]
189
79
  static extern void csp_multiplayer_TextSpaceComponent_SetWidth_void_float(IntPtr @class, float InValue);
190
80
 
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
- ]
81
+ [DllImport(Csp.Constants.DllName)]
82
+ [SuppressUnmanagedCodeSecurity]
203
83
  static extern float csp_multiplayer_TextSpaceComponent_GetHeightC_float(IntPtr @class);
204
84
 
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
- ]
85
+ [DllImport(Csp.Constants.DllName)]
86
+ [SuppressUnmanagedCodeSecurity]
217
87
  static extern void csp_multiplayer_TextSpaceComponent_SetHeight_void_float(IntPtr @class, float InValue);
218
88
 
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
- ]
89
+ [DllImport(Csp.Constants.DllName)]
90
+ [SuppressUnmanagedCodeSecurity]
231
91
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetPositionC_Vector3RC(IntPtr @class);
232
92
 
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
- ]
93
+ [DllImport(Csp.Constants.DllName)]
94
+ [SuppressUnmanagedCodeSecurity]
245
95
  static extern void csp_multiplayer_TextSpaceComponent_SetPosition_void_Vector3RC(IntPtr @class, IntPtr InValue);
246
96
 
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
- ]
97
+ [DllImport(Csp.Constants.DllName)]
98
+ [SuppressUnmanagedCodeSecurity]
259
99
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetRotationC_Vector4RC(IntPtr @class);
260
100
 
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
- ]
101
+ [DllImport(Csp.Constants.DllName)]
102
+ [SuppressUnmanagedCodeSecurity]
273
103
  static extern void csp_multiplayer_TextSpaceComponent_SetRotation_void_Vector4RC(IntPtr @class, IntPtr InValue);
274
104
 
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
- ]
105
+ [DllImport(Csp.Constants.DllName)]
106
+ [SuppressUnmanagedCodeSecurity]
287
107
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetScaleC_Vector3RC(IntPtr @class);
288
108
 
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
- ]
109
+ [DllImport(Csp.Constants.DllName)]
110
+ [SuppressUnmanagedCodeSecurity]
301
111
  static extern void csp_multiplayer_TextSpaceComponent_SetScale_void_Vector3RC(IntPtr @class, IntPtr InValue);
302
112
 
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
- ]
113
+ [DllImport(Csp.Constants.DllName)]
114
+ [SuppressUnmanagedCodeSecurity]
315
115
  static extern NativePointer csp_multiplayer_TextSpaceComponent_GetTransformC_SpaceTransform(IntPtr @class);
316
116
 
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
- ]
117
+ [DllImport(Csp.Constants.DllName)]
118
+ [SuppressUnmanagedCodeSecurity]
329
119
  static extern void csp_multiplayer_TextSpaceComponent_SetTransform_void_SpaceTransformRC(
330
120
  IntPtr @class,
331
121
  IntPtr InValue
332
122
  );
333
123
 
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
- ]
124
+ [DllImport(Csp.Constants.DllName)]
125
+ [SuppressUnmanagedCodeSecurity]
346
126
  static extern Csp.Multiplayer.BillboardMode csp_multiplayer_TextSpaceComponent_GetBillboardModeC_BillboardMode(
347
127
  IntPtr @class
348
128
  );
349
129
 
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
- ]
130
+ [DllImport(Csp.Constants.DllName)]
131
+ [SuppressUnmanagedCodeSecurity]
362
132
  static extern void csp_multiplayer_TextSpaceComponent_SetBillboardMode_void_BillboardMode(
363
133
  IntPtr @class,
364
134
  Csp.Multiplayer.BillboardMode billboardMode
365
135
  );
366
136
 
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
- ]
137
+ [DllImport(Csp.Constants.DllName)]
138
+ [SuppressUnmanagedCodeSecurity]
379
139
  static extern bool csp_multiplayer_TextSpaceComponent_GetIsVisibleC_bool(IntPtr @class);
380
140
 
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
- ]
141
+ [DllImport(Csp.Constants.DllName)]
142
+ [SuppressUnmanagedCodeSecurity]
393
143
  static extern void csp_multiplayer_TextSpaceComponent_SetIsVisible_void_bool(IntPtr @class, bool InValue);
394
144
 
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
- ]
145
+ [DllImport(Csp.Constants.DllName)]
146
+ [SuppressUnmanagedCodeSecurity]
407
147
  static extern bool csp_multiplayer_TextSpaceComponent_GetIsARVisibleC_bool(IntPtr @class);
408
148
 
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
- ]
149
+ [DllImport(Csp.Constants.DllName)]
150
+ [SuppressUnmanagedCodeSecurity]
421
151
  static extern void csp_multiplayer_TextSpaceComponent_SetIsARVisible_void_bool(IntPtr @class, bool InValue);
422
152
 
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
- ]
153
+ [DllImport(Csp.Constants.DllName)]
154
+ [SuppressUnmanagedCodeSecurity]
435
155
  static extern void csp_multiplayer_TextSpaceComponent_Dtor(IntPtr @class);
436
156
 
437
157
  #pragma warning restore IDE1006
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 85715349b8b44c6f8b7e52a86695daa9
2
+ guid: 127bac3d1fe34f9e8af2308087adc35b
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 85b7b278dddb48ef902f32bdb36245c4
2
+ guid: c3f33f4055bc44e890f6f4a6822dda8a
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: a246e9bc005f4b9a881e8db29297f0d2
2
+ guid: cc52127d296743b1ad3458e164b235d3
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: f2a4794fd64e40ca89274b0147c30924
2
+ guid: a5624369fb394a17b2e8332916b6e0cb
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: af8c1dd958c64cc6ad20414358e44655
2
+ guid: 22f9b56855894e4ba0242e5c94b58341
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2