connected-spaces-platform.unity.core 5.7.0 → 5.8.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 (377) hide show
  1. package/Editor/NativePluginBuildProcessor.cs.meta +1 -1
  2. package/Editor.meta +1 -1
  3. package/README.md +1 -1
  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.meta +1 -1
  15. package/Source/Common/VariantType.cs.meta +1 -1
  16. package/Source/Common/Vector2.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/Constants.cs.meta +1 -1
  21. package/Source/Csp.cs.meta +1 -1
  22. package/Source/EThirdPartyPlatform.cs.meta +1 -1
  23. package/Source/EndpointURIs.cs.meta +1 -1
  24. package/Source/Il2cppPreserver.cs.meta +1 -1
  25. package/Source/Multiplayer/AssetDetailBlobParams.cs.meta +1 -1
  26. package/Source/Multiplayer/ComponentBase.cs.meta +1 -1
  27. package/Source/Multiplayer/ComponentType.cs.meta +1 -1
  28. package/Source/Multiplayer/ComponentUpdateInfo.cs.meta +1 -1
  29. package/Source/Multiplayer/ComponentUpdateType.cs.meta +1 -1
  30. package/Source/Multiplayer/Components/AnimatedModelActions.cs.meta +1 -1
  31. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs +1 -0
  32. package/Source/Multiplayer/Components/AnimatedModelPropertyKeys.cs.meta +1 -1
  33. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs +65 -0
  34. package/Source/Multiplayer/Components/AnimatedModelSpaceComponent.cs.meta +1 -1
  35. package/Source/Multiplayer/Components/AudioPlaybackState.cs.meta +1 -1
  36. package/Source/Multiplayer/Components/AudioPropertyKeys.cs.meta +1 -1
  37. package/Source/Multiplayer/Components/AudioSpaceComponent.cs.meta +1 -1
  38. package/Source/Multiplayer/Components/AudioType.cs.meta +1 -1
  39. package/Source/Multiplayer/Components/AvatarComponentPropertyKeys.cs.meta +1 -1
  40. package/Source/Multiplayer/Components/AvatarPlayMode.cs.meta +1 -1
  41. package/Source/Multiplayer/Components/AvatarSpaceComponent.cs.meta +1 -1
  42. package/Source/Multiplayer/Components/AvatarState.cs.meta +1 -1
  43. package/Source/Multiplayer/Components/BillboardMode.cs.meta +1 -1
  44. package/Source/Multiplayer/Components/ButtonPropertyKeys.cs.meta +1 -1
  45. package/Source/Multiplayer/Components/ButtonSpaceComponent.cs.meta +1 -1
  46. package/Source/Multiplayer/Components/CinematicCameraPropertyKeys.cs.meta +1 -1
  47. package/Source/Multiplayer/Components/CinematicCameraSpaceComponent.cs.meta +1 -1
  48. package/Source/Multiplayer/Components/CollisionMode.cs.meta +1 -1
  49. package/Source/Multiplayer/Components/CollisionPropertyKeys.cs.meta +1 -1
  50. package/Source/Multiplayer/Components/CollisionShape.cs.meta +1 -1
  51. package/Source/Multiplayer/Components/CollisionSpaceComponent.cs.meta +1 -1
  52. package/Source/Multiplayer/Components/ConversationPropertyKeys.cs.meta +1 -1
  53. package/Source/Multiplayer/Components/ConversationSpaceComponent.cs.meta +1 -1
  54. package/Source/Multiplayer/Components/CustomComponentPropertyKeys.cs.meta +1 -1
  55. package/Source/Multiplayer/Components/CustomSpaceComponent.cs.meta +1 -1
  56. package/Source/Multiplayer/Components/DisplayMode.cs.meta +1 -1
  57. package/Source/Multiplayer/Components/ECommercePropertyKeys.cs.meta +1 -1
  58. package/Source/Multiplayer/Components/ECommerceSpaceComponent.cs.meta +1 -1
  59. package/Source/Multiplayer/Components/ExternalLinkActions.cs.meta +1 -1
  60. package/Source/Multiplayer/Components/ExternalLinkPropertyKeys.cs.meta +1 -1
  61. package/Source/Multiplayer/Components/ExternalLinkSpaceComponent.cs.meta +1 -1
  62. package/Source/Multiplayer/Components/FiducialMarkerPropertyKeys.cs.meta +1 -1
  63. package/Source/Multiplayer/Components/FiducialMarkerSpaceComponent.cs.meta +1 -1
  64. package/Source/Multiplayer/Components/FogMode.cs.meta +1 -1
  65. package/Source/Multiplayer/Components/FogPropertyKeys.cs.meta +1 -1
  66. package/Source/Multiplayer/Components/FogSpaceComponent.cs.meta +1 -1
  67. package/Source/Multiplayer/Components/GaussianSplatPropertyKeys.cs.meta +1 -1
  68. package/Source/Multiplayer/Components/GaussianSplatSpaceComponent.cs.meta +1 -1
  69. package/Source/Multiplayer/Components/HotspotPropertyKeys.cs.meta +1 -1
  70. package/Source/Multiplayer/Components/HotspotSpaceComponent.cs.meta +1 -1
  71. package/Source/Multiplayer/Components/ImagePropertyKeys.cs.meta +1 -1
  72. package/Source/Multiplayer/Components/ImageSpaceComponent.cs.meta +1 -1
  73. package/Source/Multiplayer/Components/Interfaces/IEnableableComponent.cs.meta +1 -1
  74. package/Source/Multiplayer/Components/Interfaces/IExternalResourceComponent.cs.meta +1 -1
  75. package/Source/Multiplayer/Components/Interfaces/IPositionComponent.cs.meta +1 -1
  76. package/Source/Multiplayer/Components/Interfaces/IRotationComponent.cs.meta +1 -1
  77. package/Source/Multiplayer/Components/Interfaces/IScaleComponent.cs.meta +1 -1
  78. package/Source/Multiplayer/Components/Interfaces/IShadowCasterComponent.cs.meta +1 -1
  79. package/Source/Multiplayer/Components/Interfaces/IThirdPartyComponentRef.cs.meta +1 -1
  80. package/Source/Multiplayer/Components/Interfaces/ITransformComponent.cs.meta +1 -1
  81. package/Source/Multiplayer/Components/Interfaces/IVisibleComponent.cs.meta +1 -1
  82. package/Source/Multiplayer/Components/Interfaces.meta +1 -1
  83. package/Source/Multiplayer/Components/LightCookieType.cs.meta +1 -1
  84. package/Source/Multiplayer/Components/LightPropertyKeys.cs.meta +1 -1
  85. package/Source/Multiplayer/Components/LightShadowType.cs.meta +1 -1
  86. package/Source/Multiplayer/Components/LightSpaceComponent.cs.meta +1 -1
  87. package/Source/Multiplayer/Components/LightType.cs.meta +1 -1
  88. package/Source/Multiplayer/Components/LocomotionModel.cs.meta +1 -1
  89. package/Source/Multiplayer/Components/PortalPropertyKeys.cs.meta +1 -1
  90. package/Source/Multiplayer/Components/PortalSpaceComponent.cs.meta +1 -1
  91. package/Source/Multiplayer/Components/ReflectionPropertyKeys.cs.meta +1 -1
  92. package/Source/Multiplayer/Components/ReflectionShape.cs.meta +1 -1
  93. package/Source/Multiplayer/Components/ReflectionSpaceComponent.cs.meta +1 -1
  94. package/Source/Multiplayer/Components/ScriptComponentPropertyKeys.cs.meta +1 -1
  95. package/Source/Multiplayer/Components/ScriptScope.cs.meta +1 -1
  96. package/Source/Multiplayer/Components/ScriptSpaceComponent.cs.meta +1 -1
  97. package/Source/Multiplayer/Components/SplinePropertyKeys.cs.meta +1 -1
  98. package/Source/Multiplayer/Components/SplineSpaceComponent.cs.meta +1 -1
  99. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs +1 -0
  100. package/Source/Multiplayer/Components/StaticModelPropertyKeys.cs.meta +1 -1
  101. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs +63 -0
  102. package/Source/Multiplayer/Components/StaticModelSpaceComponent.cs.meta +1 -1
  103. package/Source/Multiplayer/Components/TextPropertyKeys.cs.meta +1 -1
  104. package/Source/Multiplayer/Components/TextSpaceComponent.cs.meta +1 -1
  105. package/Source/Multiplayer/Components/VideoPlayerActions.cs.meta +1 -1
  106. package/Source/Multiplayer/Components/VideoPlayerPlaybackState.cs.meta +1 -1
  107. package/Source/Multiplayer/Components/VideoPlayerPropertyKeys.cs.meta +1 -1
  108. package/Source/Multiplayer/Components/VideoPlayerSourceType.cs.meta +1 -1
  109. package/Source/Multiplayer/Components/VideoPlayerSpaceComponent.cs.meta +1 -1
  110. package/Source/Multiplayer/Components.meta +1 -1
  111. package/Source/Multiplayer/ConnectionState.cs.meta +1 -1
  112. package/Source/Multiplayer/Conversation/BaseMessageInfo.cs.meta +1 -1
  113. package/Source/Multiplayer/Conversation/ConversationInfo.cs.meta +1 -1
  114. package/Source/Multiplayer/Conversation/ConversationMessageType.cs.meta +1 -1
  115. package/Source/Multiplayer/Conversation/ConversationResult.cs.meta +1 -1
  116. package/Source/Multiplayer/Conversation/ConversationSystem.cs +80 -3
  117. package/Source/Multiplayer/Conversation/ConversationSystem.cs.meta +1 -1
  118. package/Source/Multiplayer/Conversation/MessageCollectionResult.cs.meta +1 -1
  119. package/Source/Multiplayer/Conversation/MessageInfo.cs.meta +1 -1
  120. package/Source/Multiplayer/Conversation/MessageResult.cs.meta +1 -1
  121. package/Source/Multiplayer/Conversation.meta +1 -1
  122. package/Source/Multiplayer/ConversationSystemParams.cs.meta +1 -1
  123. package/Source/Multiplayer/EAssetChangeType.cs.meta +1 -1
  124. package/Source/Multiplayer/EPermissionChangeType.cs.meta +1 -1
  125. package/Source/Multiplayer/ESequenceUpdateType.cs.meta +1 -1
  126. package/Source/Multiplayer/ErrorCode.cs.meta +1 -1
  127. package/Source/Multiplayer/EventBus.cs +222 -0
  128. package/Source/Multiplayer/EventBus.cs.meta +11 -0
  129. package/Source/Multiplayer/IEntityDeserialiser.cs.meta +1 -1
  130. package/Source/Multiplayer/IEntitySerialiser.cs.meta +1 -1
  131. package/Source/Multiplayer/MaterialChangedParams.cs +124 -0
  132. package/Source/Multiplayer/MaterialChangedParams.cs.meta +11 -0
  133. package/Source/Multiplayer/MultiplayerConnection.cs +0 -410
  134. package/Source/Multiplayer/MultiplayerConnection.cs.meta +1 -1
  135. package/Source/Multiplayer/ReplicatedValue.cs +13 -13
  136. package/Source/Multiplayer/ReplicatedValue.cs.meta +1 -1
  137. package/Source/Multiplayer/ReplicatedValueType.cs +1 -1
  138. package/Source/Multiplayer/ReplicatedValueType.cs.meta +1 -1
  139. package/Source/Multiplayer/Script/EntityScript.cs.meta +1 -1
  140. package/Source/Multiplayer/Script.meta +1 -1
  141. package/Source/Multiplayer/SequenceChangedParams.cs.meta +1 -1
  142. package/Source/Multiplayer/SequenceHotspotChangedParams.cs.meta +1 -1
  143. package/Source/Multiplayer/SpaceEntity.cs.meta +1 -1
  144. package/Source/Multiplayer/SpaceEntitySystem.cs.meta +1 -1
  145. package/Source/Multiplayer/SpaceEntityType.cs.meta +1 -1
  146. package/Source/Multiplayer/SpaceEntityUpdateFlags.cs.meta +1 -1
  147. package/Source/Multiplayer/SpaceTransform.cs.meta +1 -1
  148. package/Source/Multiplayer/UserPermissionsParams.cs.meta +1 -1
  149. package/Source/Multiplayer.meta +1 -1
  150. package/Source/NativeClassWrapper.cs.meta +1 -1
  151. package/Source/ProgressEventArgs.cs.meta +1 -1
  152. package/Source/Ref.cs.meta +1 -1
  153. package/Source/Systems/Analytics/AnalyticsEvent.cs.meta +1 -1
  154. package/Source/Systems/Analytics/AnalyticsEventInitialiser.cs.meta +1 -1
  155. package/Source/Systems/Analytics/AnalyticsSystem.cs.meta +1 -1
  156. package/Source/Systems/Analytics/IAnalyticsProvider.cs.meta +1 -1
  157. package/Source/Systems/Analytics.meta +1 -1
  158. package/Source/Systems/Assets/Asset.cs.meta +1 -1
  159. package/Source/Systems/Assets/AssetCollection.cs.meta +1 -1
  160. package/Source/Systems/Assets/AssetCollectionResult.cs.meta +1 -1
  161. package/Source/Systems/Assets/AssetCollectionsResult.cs.meta +1 -1
  162. package/Source/Systems/Assets/AssetDataResult.cs.meta +1 -1
  163. package/Source/Systems/Assets/AssetDataSource.cs.meta +1 -1
  164. package/Source/Systems/Assets/AssetResult.cs.meta +1 -1
  165. package/Source/Systems/Assets/AssetSystem.cs +392 -0
  166. package/Source/Systems/Assets/AssetSystem.cs.meta +1 -1
  167. package/Source/Systems/Assets/AssetsResult.cs.meta +1 -1
  168. package/Source/Systems/Assets/BufferAssetDataSource.cs.meta +1 -1
  169. package/Source/Systems/Assets/EAlphaMode.cs +24 -0
  170. package/Source/Systems/Assets/EAlphaMode.cs.meta +11 -0
  171. package/Source/Systems/Assets/EAssetCollectionType.cs.meta +1 -1
  172. package/Source/Systems/Assets/EAssetPlatform.cs.meta +1 -1
  173. package/Source/Systems/Assets/EAssetType.cs +1 -0
  174. package/Source/Systems/Assets/EAssetType.cs.meta +1 -1
  175. package/Source/Systems/Assets/EShaderType.cs +21 -0
  176. package/Source/Systems/Assets/EShaderType.cs.meta +11 -0
  177. package/Source/Systems/Assets/ETextureResourceType.cs +24 -0
  178. package/Source/Systems/Assets/ETextureResourceType.cs.meta +11 -0
  179. package/Source/Systems/Assets/FileAssetDataSource.cs.meta +1 -1
  180. package/Source/Systems/Assets/GLTFMaterial.cs +516 -0
  181. package/Source/Systems/Assets/GLTFMaterial.cs.meta +11 -0
  182. package/Source/Systems/Assets/GLTFMaterialResult.cs +83 -0
  183. package/Source/Systems/Assets/GLTFMaterialResult.cs.meta +11 -0
  184. package/Source/Systems/Assets/GLTFMaterialsResult.cs +83 -0
  185. package/Source/Systems/Assets/GLTFMaterialsResult.cs.meta +11 -0
  186. package/Source/Systems/Assets/LODAsset.cs.meta +1 -1
  187. package/Source/Systems/Assets/LODChain.cs.meta +1 -1
  188. package/Source/Systems/Assets/LODChainResult.cs.meta +1 -1
  189. package/Source/Systems/Assets/Material.cs +149 -0
  190. package/Source/Systems/Assets/Material.cs.meta +11 -0
  191. package/Source/Systems/Assets/TextureInfo.cs +383 -0
  192. package/Source/Systems/Assets/TextureInfo.cs.meta +11 -0
  193. package/Source/Systems/Assets/UriResult.cs.meta +1 -1
  194. package/Source/Systems/Assets.meta +1 -1
  195. package/Source/Systems/BooleanResult.cs.meta +1 -1
  196. package/Source/Systems/ECommerce/AddShopifyStoreResult.cs.meta +1 -1
  197. package/Source/Systems/ECommerce/CartInfo.cs.meta +1 -1
  198. package/Source/Systems/ECommerce/CartInfoResult.cs.meta +1 -1
  199. package/Source/Systems/ECommerce/CartLine.cs.meta +1 -1
  200. package/Source/Systems/ECommerce/CheckoutInfo.cs.meta +1 -1
  201. package/Source/Systems/ECommerce/CheckoutInfoResult.cs.meta +1 -1
  202. package/Source/Systems/ECommerce/CurrencyInfo.cs.meta +1 -1
  203. package/Source/Systems/ECommerce/ECommerceSystem.cs.meta +1 -1
  204. package/Source/Systems/ECommerce/GetShopifyStoresResult.cs.meta +1 -1
  205. package/Source/Systems/ECommerce/ProductInfo.cs.meta +1 -1
  206. package/Source/Systems/ECommerce/ProductInfoCollectionResult.cs.meta +1 -1
  207. package/Source/Systems/ECommerce/ProductInfoResult.cs.meta +1 -1
  208. package/Source/Systems/ECommerce/ProductMediaInfo.cs.meta +1 -1
  209. package/Source/Systems/ECommerce/ProductVariantInfo.cs.meta +1 -1
  210. package/Source/Systems/ECommerce/ShopifyStoreInfo.cs.meta +1 -1
  211. package/Source/Systems/ECommerce/ValidateShopifyStoreResult.cs.meta +1 -1
  212. package/Source/Systems/ECommerce/VariantOptionInfo.cs.meta +1 -1
  213. package/Source/Systems/ECommerce.meta +1 -1
  214. package/Source/Systems/ERequestFailureReason.cs.meta +1 -1
  215. package/Source/Systems/EResultCode.cs.meta +1 -1
  216. package/Source/Systems/EventTicketing/EventTicket.cs.meta +1 -1
  217. package/Source/Systems/EventTicketing/EventTicketResult.cs.meta +1 -1
  218. package/Source/Systems/EventTicketing/EventTicketingSystem.cs.meta +1 -1
  219. package/Source/Systems/EventTicketing/EventTicketingVendor.cs.meta +1 -1
  220. package/Source/Systems/EventTicketing/SpaceIsTicketedResult.cs.meta +1 -1
  221. package/Source/Systems/EventTicketing/TicketStatus.cs.meta +1 -1
  222. package/Source/Systems/EventTicketing/TicketedEvent.cs.meta +1 -1
  223. package/Source/Systems/EventTicketing/TicketedEventCollectionResult.cs.meta +1 -1
  224. package/Source/Systems/EventTicketing/TicketedEventResult.cs.meta +1 -1
  225. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfo.cs.meta +1 -1
  226. package/Source/Systems/EventTicketing/TicketedEventVendorAuthInfoResult.cs.meta +1 -1
  227. package/Source/Systems/EventTicketing.meta +1 -1
  228. package/Source/Systems/GraphQL/GraphQLResult.cs.meta +1 -1
  229. package/Source/Systems/GraphQL/GraphQLSystem.cs.meta +1 -1
  230. package/Source/Systems/GraphQL.meta +1 -1
  231. package/Source/Systems/HTTPHeadersResult.cs.meta +1 -1
  232. package/Source/Systems/HotspotSequence/HotspotGroup.cs.meta +1 -1
  233. package/Source/Systems/HotspotSequence/HotspotGroupResult.cs.meta +1 -1
  234. package/Source/Systems/HotspotSequence/HotspotGroupsResult.cs.meta +1 -1
  235. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs +83 -6
  236. package/Source/Systems/HotspotSequence/HotspotSequenceSystem.cs.meta +1 -1
  237. package/Source/Systems/HotspotSequence.meta +1 -1
  238. package/Source/Systems/Log/LogLevel.cs.meta +1 -1
  239. package/Source/Systems/Log/LogSystem.cs.meta +1 -1
  240. package/Source/Systems/Log.meta +1 -1
  241. package/Source/Systems/Maintenance/MaintenanceInfo.cs.meta +1 -1
  242. package/Source/Systems/Maintenance/MaintenanceInfoResult.cs.meta +1 -1
  243. package/Source/Systems/Maintenance/MaintenanceSystem.cs.meta +1 -1
  244. package/Source/Systems/Maintenance.meta +1 -1
  245. package/Source/Systems/NullResult.cs.meta +1 -1
  246. package/Source/Systems/Organizations/EOrganizationRole.cs.meta +1 -1
  247. package/Source/Systems/Organizations/InviteOrganizationRoleCollection.cs.meta +1 -1
  248. package/Source/Systems/Organizations/InviteOrganizationRoleInfo.cs.meta +1 -1
  249. package/Source/Systems/Organizations/Organization.cs.meta +1 -1
  250. package/Source/Systems/Organizations/OrganizationResult.cs.meta +1 -1
  251. package/Source/Systems/Organizations/OrganizationRoleInfo.cs.meta +1 -1
  252. package/Source/Systems/Organizations/OrganizationRolesResult.cs.meta +1 -1
  253. package/Source/Systems/Organizations/OrganizationSystem.cs.meta +1 -1
  254. package/Source/Systems/Organizations.meta +1 -1
  255. package/Source/Systems/Quota/FeatureLimitInfo.cs.meta +1 -1
  256. package/Source/Systems/Quota/FeatureLimitResult.cs.meta +1 -1
  257. package/Source/Systems/Quota/FeatureQuotaInfo.cs.meta +1 -1
  258. package/Source/Systems/Quota/FeatureQuotaResult.cs.meta +1 -1
  259. package/Source/Systems/Quota/FeaturesLimitResult.cs.meta +1 -1
  260. package/Source/Systems/Quota/FeaturesQuotaResult.cs.meta +1 -1
  261. package/Source/Systems/Quota/PeriodEnum.cs.meta +1 -1
  262. package/Source/Systems/Quota/QuotaSystem.cs.meta +1 -1
  263. package/Source/Systems/Quota/TierFeatures.cs.meta +1 -1
  264. package/Source/Systems/Quota/TierNames.cs.meta +1 -1
  265. package/Source/Systems/Quota/UserTierInfo.cs.meta +1 -1
  266. package/Source/Systems/Quota/UserTierResult.cs.meta +1 -1
  267. package/Source/Systems/Quota.meta +1 -1
  268. package/Source/Systems/ResultBase.cs.meta +1 -1
  269. package/Source/Systems/Script/ScriptSystem.cs.meta +1 -1
  270. package/Source/Systems/Script.meta +1 -1
  271. package/Source/Systems/Sequence/Sequence.cs.meta +1 -1
  272. package/Source/Systems/Sequence/SequenceResult.cs.meta +1 -1
  273. package/Source/Systems/Sequence/SequenceSystem.cs +71 -1
  274. package/Source/Systems/Sequence/SequenceSystem.cs.meta +1 -1
  275. package/Source/Systems/Sequence/SequencesResult.cs.meta +1 -1
  276. package/Source/Systems/Sequence.meta +1 -1
  277. package/Source/Systems/Settings/AvatarInfoResult.cs.meta +1 -1
  278. package/Source/Systems/Settings/AvatarType.cs.meta +1 -1
  279. package/Source/Systems/Settings/SettingsCollection.cs.meta +1 -1
  280. package/Source/Systems/Settings/SettingsCollectionResult.cs.meta +1 -1
  281. package/Source/Systems/Settings/SettingsSystem.cs.meta +1 -1
  282. package/Source/Systems/Settings.meta +1 -1
  283. package/Source/Systems/Spaces/BasicSpace.cs.meta +1 -1
  284. package/Source/Systems/Spaces/BasicSpaceResult.cs.meta +1 -1
  285. package/Source/Systems/Spaces/BasicSpacesResult.cs.meta +1 -1
  286. package/Source/Systems/Spaces/InviteUserRoleInfo.cs.meta +1 -1
  287. package/Source/Systems/Spaces/InviteUserRoleInfoCollection.cs.meta +1 -1
  288. package/Source/Systems/Spaces/PendingInvitesResult.cs.meta +1 -1
  289. package/Source/Systems/Spaces/Site.cs.meta +1 -1
  290. package/Source/Systems/Spaces/SiteResult.cs.meta +1 -1
  291. package/Source/Systems/Spaces/SitesCollectionResult.cs.meta +1 -1
  292. package/Source/Systems/Spaces/Space.cs.meta +1 -1
  293. package/Source/Systems/Spaces/SpaceAttributes.cs.meta +1 -1
  294. package/Source/Systems/Spaces/SpaceGeoLocation.cs.meta +1 -1
  295. package/Source/Systems/Spaces/SpaceGeoLocationResult.cs.meta +1 -1
  296. package/Source/Systems/Spaces/SpaceMetadataResult.cs.meta +1 -1
  297. package/Source/Systems/Spaces/SpaceResult.cs.meta +1 -1
  298. package/Source/Systems/Spaces/SpaceSystem.cs.meta +1 -1
  299. package/Source/Systems/Spaces/SpaceUserRole.cs.meta +1 -1
  300. package/Source/Systems/Spaces/SpacesMetadataResult.cs.meta +1 -1
  301. package/Source/Systems/Spaces/SpacesResult.cs.meta +1 -1
  302. package/Source/Systems/Spaces/UserRoleCollectionResult.cs.meta +1 -1
  303. package/Source/Systems/Spaces/UserRoleInfo.cs.meta +1 -1
  304. package/Source/Systems/Spaces.meta +1 -1
  305. package/Source/Systems/Spatial/Anchor.cs.meta +1 -1
  306. package/Source/Systems/Spatial/AnchorCollectionResult.cs.meta +1 -1
  307. package/Source/Systems/Spatial/AnchorProvider.cs.meta +1 -1
  308. package/Source/Systems/Spatial/AnchorResolution.cs.meta +1 -1
  309. package/Source/Systems/Spatial/AnchorResolutionCollectionResult.cs.meta +1 -1
  310. package/Source/Systems/Spatial/AnchorResolutionResult.cs.meta +1 -1
  311. package/Source/Systems/Spatial/AnchorResult.cs.meta +1 -1
  312. package/Source/Systems/Spatial/AnchorSystem.cs.meta +1 -1
  313. package/Source/Systems/Spatial/EPointOfInterestType.cs.meta +1 -1
  314. package/Source/Systems/Spatial/GeoLocation.cs.meta +1 -1
  315. package/Source/Systems/Spatial/OlyAnchorPosition.cs.meta +1 -1
  316. package/Source/Systems/Spatial/OlyRotation.cs.meta +1 -1
  317. package/Source/Systems/Spatial/POICollectionResult.cs.meta +1 -1
  318. package/Source/Systems/Spatial/POIResult.cs.meta +1 -1
  319. package/Source/Systems/Spatial/PointOfInterest.cs.meta +1 -1
  320. package/Source/Systems/Spatial/PointOfInterestSystem.cs +2 -1
  321. package/Source/Systems/Spatial/PointOfInterestSystem.cs.meta +1 -1
  322. package/Source/Systems/Spatial.meta +1 -1
  323. package/Source/Systems/StringArrayResult.cs.meta +1 -1
  324. package/Source/Systems/StringResult.cs.meta +1 -1
  325. package/Source/Systems/SystemBase.cs +75 -2
  326. package/Source/Systems/SystemBase.cs.meta +1 -1
  327. package/Source/Systems/SystemsManager.cs +16 -0
  328. package/Source/Systems/SystemsManager.cs.meta +1 -1
  329. package/Source/Systems/UInt64Result.cs.meta +1 -1
  330. package/Source/Systems/Users/AgoraUserTokenParams.cs.meta +1 -1
  331. package/Source/Systems/Users/BasicProfile.cs.meta +1 -1
  332. package/Source/Systems/Users/BasicProfilesResult.cs.meta +1 -1
  333. package/Source/Systems/Users/ELoginState.cs.meta +1 -1
  334. package/Source/Systems/Users/EThirdPartyAuthenticationProviders.cs.meta +1 -1
  335. package/Source/Systems/Users/LoginState.cs.meta +1 -1
  336. package/Source/Systems/Users/LoginStateResult.cs.meta +1 -1
  337. package/Source/Systems/Users/LoginTokenInfo.cs.meta +1 -1
  338. package/Source/Systems/Users/LoginTokenInfoResult.cs.meta +1 -1
  339. package/Source/Systems/Users/Profile.cs.meta +1 -1
  340. package/Source/Systems/Users/ProfileResult.cs.meta +1 -1
  341. package/Source/Systems/Users/ProviderDetailsResult.cs.meta +1 -1
  342. package/Source/Systems/Users/ThirdPartyProviderDetails.cs.meta +1 -1
  343. package/Source/Systems/Users/UserSystem.cs +72 -0
  344. package/Source/Systems/Users/UserSystem.cs.meta +1 -1
  345. package/Source/Systems/Users.meta +1 -1
  346. package/Source/Systems/Voip/VoipSystem.cs.meta +1 -1
  347. package/Source/Systems/Voip.meta +1 -1
  348. package/Source/Systems.meta +1 -1
  349. package/Source/Web/EResponseCodes.cs.meta +1 -1
  350. package/Source/Web.meta +1 -1
  351. package/Source/WrapperHelper.cs.meta +1 -1
  352. package/Source.meta +1 -1
  353. package/android64/libConnectedSpacesPlatform.so +0 -0
  354. package/android64/libConnectedSpacesPlatform.so.meta +1 -1
  355. package/android64/libConnectedSpacesPlatform_D.so +0 -0
  356. package/android64/libConnectedSpacesPlatform_D.so.meta +1 -1
  357. package/android64.meta +1 -1
  358. package/ios/libConnectedSpacesPlatform.a +0 -0
  359. package/ios/libConnectedSpacesPlatform.a.meta +1 -1
  360. package/ios/libcrypto.a.meta +1 -1
  361. package/ios/libssl.a.meta +1 -1
  362. package/ios.meta +1 -1
  363. package/macosx/libConnectedSpacesPlatform.dylib +0 -0
  364. package/macosx/libConnectedSpacesPlatform.dylib.meta +1 -1
  365. package/macosx.meta +1 -1
  366. package/package.json +1 -1
  367. package/package.json.meta +1 -1
  368. package/visionos/libConnectedSpacesPlatform.a +0 -0
  369. package/visionos/libConnectedSpacesPlatform.a.meta +1 -1
  370. package/visionos/libcrypto.a.meta +1 -1
  371. package/visionos/libssl.a.meta +1 -1
  372. package/visionos.meta +1 -1
  373. package/windows/ConnectedSpacesPlatform.dll +0 -0
  374. package/windows/ConnectedSpacesPlatform.dll.meta +1 -1
  375. package/windows/ConnectedSpacesPlatform_D.dll +0 -0
  376. package/windows/ConnectedSpacesPlatform_D.dll.meta +1 -1
  377. package/windows.meta +1 -1
@@ -0,0 +1,516 @@
1
+ // WARNING: DO NOT EDIT THIS FILE! IT IS A GENERATED FILE AND
2
+ // ANY CHANGES YOU MAKE WILL BE OVERWRITTEN ON THE NEXT BUILD
3
+
4
+ #nullable enable annotations
5
+
6
+ using System;
7
+ using System.Collections.Generic;
8
+ using System.Reflection;
9
+ using System.Runtime.InteropServices;
10
+ using System.Security;
11
+ using System.Threading.Tasks;
12
+
13
+ namespace Csp.Systems
14
+ {
15
+ /// @ingroup Asset System
16
+ /// <summary>Data class which represents a GLTF material.</summary>
17
+
18
+ public class GLTFMaterial : Csp.Systems.Material, IDisposable
19
+ {
20
+ internal override string _safeTypeName { get; } = "csp_systems_GLTFMaterial";
21
+
22
+ #region P/Invoke
23
+ #pragma warning disable IDE1006
24
+
25
+
26
+
27
+ [DllImport(Csp.Constants.DllName)]
28
+ [SuppressUnmanagedCodeSecurity]
29
+ static extern void csp_systems_GLTFMaterial_SetAlphaMode_void_EAlphaMode(
30
+ IntPtr @class,
31
+ Csp.Systems.EAlphaMode Mode
32
+ );
33
+
34
+ [DllImport(Csp.Constants.DllName)]
35
+ [SuppressUnmanagedCodeSecurity]
36
+ static extern Csp.Systems.EAlphaMode csp_systems_GLTFMaterial_GetAlphaModeC_EAlphaMode(IntPtr @class);
37
+
38
+ [DllImport(Csp.Constants.DllName)]
39
+ [SuppressUnmanagedCodeSecurity]
40
+ static extern void csp_systems_GLTFMaterial_SetAlphaCutoff_void_float(IntPtr @class, float Cutoff);
41
+
42
+ [DllImport(Csp.Constants.DllName)]
43
+ [SuppressUnmanagedCodeSecurity]
44
+ static extern float csp_systems_GLTFMaterial_GetAlphaCutoffC_float(IntPtr @class);
45
+
46
+ [DllImport(Csp.Constants.DllName)]
47
+ [SuppressUnmanagedCodeSecurity]
48
+ static extern void csp_systems_GLTFMaterial_SetDoubleSided_void_bool(IntPtr @class, bool DoubleSided);
49
+
50
+ [DllImport(Csp.Constants.DllName)]
51
+ [SuppressUnmanagedCodeSecurity]
52
+ static extern bool csp_systems_GLTFMaterial_GetDoubleSidedC_bool(IntPtr @class);
53
+
54
+ [DllImport(Csp.Constants.DllName)]
55
+ [SuppressUnmanagedCodeSecurity]
56
+ static extern void csp_systems_GLTFMaterial_SetBaseColorFactor_void_Vector4RC(IntPtr @class, IntPtr Factor);
57
+
58
+ [DllImport(Csp.Constants.DllName)]
59
+ [SuppressUnmanagedCodeSecurity]
60
+ static extern NativePointer csp_systems_GLTFMaterial_GetBaseColorFactorC_Vector4RC(IntPtr @class);
61
+
62
+ [DllImport(Csp.Constants.DllName)]
63
+ [SuppressUnmanagedCodeSecurity]
64
+ static extern void csp_systems_GLTFMaterial_SetMetallicFactor_void_float(IntPtr @class, float Factor);
65
+
66
+ [DllImport(Csp.Constants.DllName)]
67
+ [SuppressUnmanagedCodeSecurity]
68
+ static extern float csp_systems_GLTFMaterial_GetMetallicFactorC_float(IntPtr @class);
69
+
70
+ [DllImport(Csp.Constants.DllName)]
71
+ [SuppressUnmanagedCodeSecurity]
72
+ static extern void csp_systems_GLTFMaterial_SetRoughnessFactor_void_float(IntPtr @class, float Factor);
73
+
74
+ [DllImport(Csp.Constants.DllName)]
75
+ [SuppressUnmanagedCodeSecurity]
76
+ static extern float csp_systems_GLTFMaterial_GetRoughnessFactorC_float(IntPtr @class);
77
+
78
+ [DllImport(Csp.Constants.DllName)]
79
+ [SuppressUnmanagedCodeSecurity]
80
+ static extern void csp_systems_GLTFMaterial_SetEmissiveFactor_void_Vector3RC(IntPtr @class, IntPtr Factor);
81
+
82
+ [DllImport(Csp.Constants.DllName)]
83
+ [SuppressUnmanagedCodeSecurity]
84
+ static extern NativePointer csp_systems_GLTFMaterial_GetEmissiveFactorC_Vector3RC(IntPtr @class);
85
+
86
+ [DllImport(Csp.Constants.DllName)]
87
+ [SuppressUnmanagedCodeSecurity]
88
+ static extern void csp_systems_GLTFMaterial_SetBaseColorTexture_void_TextureInfoRC(
89
+ IntPtr @class,
90
+ IntPtr Texture
91
+ );
92
+
93
+ [DllImport(Csp.Constants.DllName)]
94
+ [SuppressUnmanagedCodeSecurity]
95
+ static extern NativePointer csp_systems_GLTFMaterial_GetBaseColorTextureC_TextureInfoRC(IntPtr @class);
96
+
97
+ [DllImport(Csp.Constants.DllName)]
98
+ [SuppressUnmanagedCodeSecurity]
99
+ static extern void csp_systems_GLTFMaterial_SetMetallicRoughnessTexture_void_TextureInfoRC(
100
+ IntPtr @class,
101
+ IntPtr Texture
102
+ );
103
+
104
+ [DllImport(Csp.Constants.DllName)]
105
+ [SuppressUnmanagedCodeSecurity]
106
+ static extern NativePointer csp_systems_GLTFMaterial_GetMetallicRoughnessTextureC_TextureInfoRC(IntPtr @class);
107
+
108
+ [DllImport(Csp.Constants.DllName)]
109
+ [SuppressUnmanagedCodeSecurity]
110
+ static extern void csp_systems_GLTFMaterial_SetNormalTexture_void_TextureInfoRC(IntPtr @class, IntPtr Texture);
111
+
112
+ [DllImport(Csp.Constants.DllName)]
113
+ [SuppressUnmanagedCodeSecurity]
114
+ static extern NativePointer csp_systems_GLTFMaterial_GetNormalTextureC_TextureInfoRC(IntPtr @class);
115
+
116
+ [DllImport(Csp.Constants.DllName)]
117
+ [SuppressUnmanagedCodeSecurity]
118
+ static extern void csp_systems_GLTFMaterial_SetOcclusionTexture_void_TextureInfoRC(
119
+ IntPtr @class,
120
+ IntPtr Texture
121
+ );
122
+
123
+ [DllImport(Csp.Constants.DllName)]
124
+ [SuppressUnmanagedCodeSecurity]
125
+ static extern NativePointer csp_systems_GLTFMaterial_GetOcclusionTextureC_TextureInfoRC(IntPtr @class);
126
+
127
+ [DllImport(Csp.Constants.DllName)]
128
+ [SuppressUnmanagedCodeSecurity]
129
+ static extern void csp_systems_GLTFMaterial_SetEmissiveTexture_void_TextureInfoRC(
130
+ IntPtr @class,
131
+ IntPtr Texture
132
+ );
133
+
134
+ [DllImport(Csp.Constants.DllName)]
135
+ [SuppressUnmanagedCodeSecurity]
136
+ static extern NativePointer csp_systems_GLTFMaterial_GetEmissiveTextureC_TextureInfoRC(IntPtr @class);
137
+
138
+ [DllImport(Csp.Constants.DllName)]
139
+ [SuppressUnmanagedCodeSecurity]
140
+ static extern NativePointer csp_systems_GLTFMaterial_Ctor_StringRC_StringRC_StringRC(
141
+ string Name,
142
+ string AssetCollectionId,
143
+ string AssetId
144
+ );
145
+
146
+ [DllImport(Csp.Constants.DllName)]
147
+ [SuppressUnmanagedCodeSecurity]
148
+ static extern NativePointer csp_systems_GLTFMaterial_Ctor();
149
+
150
+ [DllImport(Csp.Constants.DllName)]
151
+ [SuppressUnmanagedCodeSecurity]
152
+ static extern void csp_systems_GLTFMaterial_Dtor(IntPtr @class);
153
+
154
+ #pragma warning restore IDE1006
155
+ #endregion
156
+
157
+ internal GLTFMaterial(NativePointer ptr) : base(ptr) { }
158
+
159
+ public GLTFMaterial(Csp.Systems.Material baseInstance)
160
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
161
+ {
162
+ // Prevent previous instance from freeing underlying pointer when destroyed
163
+ baseInstance._ownsPtr = false;
164
+ }
165
+
166
+ /// <remarks>Sets how to alpha value is interpreted</remarks>
167
+ /// <param name="Mode">EAlphaMode</param>
168
+
169
+
170
+ public void SetAlphaMode(Csp.Systems.EAlphaMode Mode)
171
+ {
172
+ csp_systems_GLTFMaterial_SetAlphaMode_void_EAlphaMode(_ptr, Mode);
173
+ }
174
+
175
+ /// <remarks>Gets how to alpha value is interpreted</remarks>
176
+ /// <returns>EAlphaMode</returns>
177
+
178
+
179
+ public Csp.Systems.EAlphaMode GetAlphaMode()
180
+ {
181
+ var _value = csp_systems_GLTFMaterial_GetAlphaModeC_EAlphaMode(_ptr);
182
+
183
+ var _result = _value;
184
+
185
+ return _result;
186
+ }
187
+
188
+ /// <summary>Sets the alpha cutoff value</summary>
189
+ /// <remarks>When alphaMode is set to MASK the alphaCutoff property specifies the cutoff threshold.</remarks>
190
+ /// <remarks>If the alpha value is greater than or equal to the alphaCutoff value then it is rendered as fully opaque,</remarks>
191
+ /// <remarks>otherwise, it is rendered as fully transparent. alphaCutoff value is ignored for other modes.</remarks>
192
+ /// <param name="Cutoff">Float</param>
193
+
194
+
195
+ public void SetAlphaCutoff(float Cutoff)
196
+ {
197
+ csp_systems_GLTFMaterial_SetAlphaCutoff_void_float(_ptr, Cutoff);
198
+ }
199
+
200
+ /// <remarks>Gets the alpha cutoff value</remarks>
201
+ /// <returns>Float</returns>
202
+
203
+
204
+ public float GetAlphaCutoff()
205
+ {
206
+ var _value = csp_systems_GLTFMaterial_GetAlphaCutoffC_float(_ptr);
207
+
208
+ var _result = _value;
209
+
210
+ return _result;
211
+ }
212
+
213
+ /// <summary>Sets the doubleSided property which specifies whether the material is double sided.</summary>
214
+ /// <remarks>When this value is false, back - face culling is enabled, i.e., only front-facing triangles are rendered.</remarks>
215
+ /// <remarks>When this value is true, back - face culling is disabled and double sided lighting is enabled.</remarks>
216
+ /// <param name="DoubleSided">Bool</param>
217
+
218
+
219
+ public void SetDoubleSided(bool DoubleSided)
220
+ {
221
+ csp_systems_GLTFMaterial_SetDoubleSided_void_bool(_ptr, DoubleSided);
222
+ }
223
+
224
+ /// <summary>Gets the double sided value</summary>
225
+ /// <returns>Bool</returns>
226
+
227
+
228
+ public bool GetDoubleSided()
229
+ {
230
+ var _value = csp_systems_GLTFMaterial_GetDoubleSidedC_bool(_ptr);
231
+
232
+ var _result = _value;
233
+
234
+ return _result;
235
+ }
236
+
237
+ /// <summary>Sets the factors for the base color of the material.</summary>
238
+ /// <remarks>This value defines linear multipliers for the sampled texels of the base color texture.</remarks>
239
+ /// <param name="Factor">Const csp::common::vector4&</param>
240
+
241
+
242
+ public void SetBaseColorFactor(Csp.Common.Vector4 Factor)
243
+ {
244
+ csp_systems_GLTFMaterial_SetBaseColorFactor_void_Vector4RC(_ptr, Factor._ptr);
245
+ }
246
+
247
+ /// <summary>Gets the factor of the base color texture</summary>
248
+ /// <returns>Csp::common::vector4&</returns>
249
+
250
+
251
+ public Csp.Common.Vector4 GetBaseColorFactor()
252
+ {
253
+ var _value = csp_systems_GLTFMaterial_GetBaseColorFactorC_Vector4RC(_ptr);
254
+
255
+ WrapperHelper.CheckNativePointer(_value);
256
+ var _result = new Csp.Common.Vector4(_value);
257
+ ;
258
+
259
+ return _result;
260
+ }
261
+
262
+ /// <summary>Sets the factor for the metalness of the material.</summary>
263
+ /// <remarks>This value defines a linear multiplier for the sampled metalness values of the metallic-roughness texture.</remarks>
264
+ /// <param name="Factor">Float</param>
265
+
266
+
267
+ public void SetMetallicFactor(float Factor)
268
+ {
269
+ csp_systems_GLTFMaterial_SetMetallicFactor_void_float(_ptr, Factor);
270
+ }
271
+
272
+ /// <summary>Gets the factor of the metallic texture</summary>
273
+ /// <returns>Float</returns>
274
+
275
+
276
+ public float GetMetallicFactor()
277
+ {
278
+ var _value = csp_systems_GLTFMaterial_GetMetallicFactorC_float(_ptr);
279
+
280
+ var _result = _value;
281
+
282
+ return _result;
283
+ }
284
+
285
+ /// <summary>Sets the factor for the roughness of the material.</summary>
286
+ /// <remarks>This value defines a linear multiplier for the sampled roughness values of the metallic-roughness texture.</remarks>
287
+ /// <param name="Factor">Float</param>
288
+
289
+
290
+ public void SetRoughnessFactor(float Factor)
291
+ {
292
+ csp_systems_GLTFMaterial_SetRoughnessFactor_void_float(_ptr, Factor);
293
+ }
294
+
295
+ /// <summary>Gets the factor of the roughness texture</summary>
296
+ /// <returns>Float</returns>
297
+
298
+
299
+ public float GetRoughnessFactor()
300
+ {
301
+ var _value = csp_systems_GLTFMaterial_GetRoughnessFactorC_float(_ptr);
302
+
303
+ var _result = _value;
304
+
305
+ return _result;
306
+ }
307
+
308
+ /// <summary>Sets factors for the emissive color of the material.</summary>
309
+ /// <remarks>This value defines linear multipliers for the sampled texels of the emissive texture.</remarks>
310
+ /// <param name="Factor">Const csp::common::vector3&</param>
311
+
312
+
313
+ public void SetEmissiveFactor(Csp.Common.Vector3 Factor)
314
+ {
315
+ csp_systems_GLTFMaterial_SetEmissiveFactor_void_Vector3RC(_ptr, Factor._ptr);
316
+ }
317
+
318
+ /// <summary>Gets the factor of the emissive color texture</summary>
319
+ /// <returns>Csp::common::vector3&</returns>
320
+
321
+
322
+ public Csp.Common.Vector3 GetEmissiveFactor()
323
+ {
324
+ var _value = csp_systems_GLTFMaterial_GetEmissiveFactorC_Vector3RC(_ptr);
325
+
326
+ WrapperHelper.CheckNativePointer(_value);
327
+ var _result = new Csp.Common.Vector3(_value);
328
+ ;
329
+
330
+ return _result;
331
+ }
332
+
333
+ /// <summary>Sets the base color texture. The first three components (RGB) MUST be encoded with the sRGB transfer function.</summary>
334
+ /// <remarks>They specify the base color of the material.</remarks>
335
+ /// <remarks>If the fourth component (A) is present, it represents the linear alpha coverage of the material.</remarks>
336
+ /// <remarks>Otherwise, the alpha coverage is equal to 1.0. The material.alphaMode property specifies how alpha is interpreted.</remarks>
337
+ /// <remarks>The stored texels MUST NOT be premultiplied.</remarks>
338
+ /// <remarks>When undefined, the texture MUST be sampled as having 1.0 in all components.</remarks>
339
+ /// <param name="Texture">Const textureinfo&</param>
340
+
341
+
342
+ public void SetBaseColorTexture(Csp.Systems.TextureInfo Texture)
343
+ {
344
+ csp_systems_GLTFMaterial_SetBaseColorTexture_void_TextureInfoRC(_ptr, Texture._ptr);
345
+ }
346
+
347
+ /// <summary>Gets the base color texture</summary>
348
+ /// <returns>Const textureinfo&</returns>
349
+
350
+
351
+ public Csp.Systems.TextureInfo GetBaseColorTexture()
352
+ {
353
+ var _value = csp_systems_GLTFMaterial_GetBaseColorTextureC_TextureInfoRC(_ptr);
354
+
355
+ WrapperHelper.CheckNativePointer(_value);
356
+ var _result = new Csp.Systems.TextureInfo(_value);
357
+ ;
358
+
359
+ return _result;
360
+ }
361
+
362
+ /// <summary>Sets the metallic-roughness texture.</summary>
363
+ /// <remarks>The metalness values are sampled from the B channel.</remarks>
364
+ /// <remarks>The roughness values are sampled from the G channel.</remarks>
365
+ /// <remarks>These values MUST be encoded with a linear transfer function.</remarks>
366
+ /// <remarks>If other channels are present (R or A), they MUST be ignored for metallic-roughness calculations.</remarks>
367
+ /// <remarks>When undefined, the texture MUST be sampled as having 1.0 in G and B components.</remarks>
368
+ /// <param name="Texture">Const textureinfo&</param>
369
+
370
+
371
+ public void SetMetallicRoughnessTexture(Csp.Systems.TextureInfo Texture)
372
+ {
373
+ csp_systems_GLTFMaterial_SetMetallicRoughnessTexture_void_TextureInfoRC(_ptr, Texture._ptr);
374
+ }
375
+
376
+ /// <summary>Gets the metallic-roughness texture</summary>
377
+ /// <returns>Const textureinfo&</returns>
378
+
379
+
380
+ public Csp.Systems.TextureInfo GetMetallicRoughnessTexture()
381
+ {
382
+ var _value = csp_systems_GLTFMaterial_GetMetallicRoughnessTextureC_TextureInfoRC(_ptr);
383
+
384
+ WrapperHelper.CheckNativePointer(_value);
385
+ var _result = new Csp.Systems.TextureInfo(_value);
386
+ ;
387
+
388
+ return _result;
389
+ }
390
+
391
+ /// <summary>Sets the tangent space normal texture.</summary>
392
+ /// <remarks>The texture encodes RGB components with linear transfer function.</remarks>
393
+ /// <remarks>Each texel represents the XYZ components of a normal vector in tangent space.</remarks>
394
+ /// <remarks>The normal vectors use the convention +X is right and +Y is up. +Z points toward the viewer.</remarks>
395
+ /// <remarks>If a fourth component (A) is present, it MUST be ignored. When undefined, the material does not have a tangent space normal texture.</remarks>
396
+ /// <param name="Texture">Const textureinfo&</param>
397
+
398
+
399
+ public void SetNormalTexture(Csp.Systems.TextureInfo Texture)
400
+ {
401
+ csp_systems_GLTFMaterial_SetNormalTexture_void_TextureInfoRC(_ptr, Texture._ptr);
402
+ }
403
+
404
+ /// <summary>Gets the tangent space normal texture.</summary>
405
+ /// <returns>Const textureinfo&</returns>
406
+
407
+
408
+ public Csp.Systems.TextureInfo GetNormalTexture()
409
+ {
410
+ var _value = csp_systems_GLTFMaterial_GetNormalTextureC_TextureInfoRC(_ptr);
411
+
412
+ WrapperHelper.CheckNativePointer(_value);
413
+ var _result = new Csp.Systems.TextureInfo(_value);
414
+ ;
415
+
416
+ return _result;
417
+ }
418
+
419
+ /// <summary>Sets the occlusion texture.</summary>
420
+ /// <remarks>The occlusion values are linearly sampled from the R channel.</remarks>
421
+ /// <remarks>Higher values indicate areas that receive full indirect lighting and lower values indicate no indirect lighting.</remarks>
422
+ /// <remarks>If other channels are present (GBA), they MUST be ignored for occlusion calculations.</remarks>
423
+ /// <remarks>When undefined, the material does not have an occlusion texture.</remarks>
424
+ /// <param name="Texture">Const textureinfo&</param>
425
+
426
+
427
+ public void SetOcclusionTexture(Csp.Systems.TextureInfo Texture)
428
+ {
429
+ csp_systems_GLTFMaterial_SetOcclusionTexture_void_TextureInfoRC(_ptr, Texture._ptr);
430
+ }
431
+
432
+ /// <summary>Gets the occlusion texture</summary>
433
+ /// <returns>Const textureinfo&</returns>
434
+
435
+
436
+ public Csp.Systems.TextureInfo GetOcclusionTexture()
437
+ {
438
+ var _value = csp_systems_GLTFMaterial_GetOcclusionTextureC_TextureInfoRC(_ptr);
439
+
440
+ WrapperHelper.CheckNativePointer(_value);
441
+ var _result = new Csp.Systems.TextureInfo(_value);
442
+ ;
443
+
444
+ return _result;
445
+ }
446
+
447
+ /// <summary>Sets the emissive texture.</summary>
448
+ /// <remarks>It controls the color and intensity of the light being emitted by the material.</remarks>
449
+ /// <remarks>This texture contains RGB components encoded with the sRGB transfer function.</remarks>
450
+ /// <remarks>If a fourth component (A) is present, it MUST be ignored.</remarks>
451
+ /// <remarks>When undefined, the texture MUST be sampled as having 1.0 in RGB components.</remarks>
452
+ /// <param name="Texture">Const textureinfo&</param>
453
+
454
+
455
+ public void SetEmissiveTexture(Csp.Systems.TextureInfo Texture)
456
+ {
457
+ csp_systems_GLTFMaterial_SetEmissiveTexture_void_TextureInfoRC(_ptr, Texture._ptr);
458
+ }
459
+
460
+ /// <summary>Gets the emissive texture</summary>
461
+ /// <returns>Const textureinfo&</returns>
462
+
463
+
464
+ public Csp.Systems.TextureInfo GetEmissiveTexture()
465
+ {
466
+ var _value = csp_systems_GLTFMaterial_GetEmissiveTextureC_TextureInfoRC(_ptr);
467
+
468
+ WrapperHelper.CheckNativePointer(_value);
469
+ var _result = new Csp.Systems.TextureInfo(_value);
470
+ ;
471
+
472
+ return _result;
473
+ }
474
+
475
+ /// <summary>Constructor which links the material to an asset</summary>
476
+ /// <param name="Name">The name of the material.</param>
477
+ /// <param name="AssetCollectionId">The asset collection where the material info is stored</param>
478
+ /// <param name="AssetId">The asset where the material info is stored</param>
479
+
480
+ public GLTFMaterial(string Name, string AssetCollectionId, string AssetId)
481
+ {
482
+ var np = csp_systems_GLTFMaterial_Ctor_StringRC_StringRC_StringRC(Name, AssetCollectionId, AssetId);
483
+ _ptr = np.Pointer;
484
+ _ownsPtr = np.OwnsOwnData;
485
+ }
486
+
487
+ public GLTFMaterial()
488
+ {
489
+ var np = csp_systems_GLTFMaterial_Ctor();
490
+ _ptr = np.Pointer;
491
+ _ownsPtr = np.OwnsOwnData;
492
+ }
493
+
494
+ ~GLTFMaterial()
495
+ {
496
+ //RealDispose();
497
+ }
498
+
499
+ void RealDispose()
500
+ {
501
+ if (_ownsPtr && !_disposed)
502
+ {
503
+ csp_systems_GLTFMaterial_Dtor(_ptr);
504
+ _disposed = true;
505
+ }
506
+
507
+ _disposed = true;
508
+ }
509
+
510
+ new public void Dispose()
511
+ {
512
+ RealDispose();
513
+ GC.SuppressFinalize(this);
514
+ }
515
+ }
516
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 432e3d4851994708a165cdf118ed027d
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant:
@@ -0,0 +1,83 @@
1
+ // WARNING: DO NOT EDIT THIS FILE! IT IS A GENERATED FILE AND
2
+ // ANY CHANGES YOU MAKE WILL BE OVERWRITTEN ON THE NEXT BUILD
3
+
4
+ #nullable enable annotations
5
+
6
+ using System;
7
+ using System.Collections.Generic;
8
+ using System.Reflection;
9
+ using System.Runtime.InteropServices;
10
+ using System.Security;
11
+ using System.Threading.Tasks;
12
+
13
+ namespace Csp.Systems
14
+ {
15
+ /// @ingroup Asset System
16
+ /// <summary>Data class used to contain information when attempting to download material data.</summary>
17
+
18
+ public class GLTFMaterialResult : Csp.Systems.ResultBase, IDisposable
19
+ {
20
+ internal override string _safeTypeName { get; } = "csp_systems_GLTFMaterialResult";
21
+
22
+ #region P/Invoke
23
+ #pragma warning disable IDE1006
24
+
25
+
26
+
27
+ [DllImport(Csp.Constants.DllName)]
28
+ [SuppressUnmanagedCodeSecurity]
29
+ static extern NativePointer csp_systems_GLTFMaterialResult_GetGLTFMaterialC_GLTFMaterialRC(IntPtr @class);
30
+
31
+ [DllImport(Csp.Constants.DllName)]
32
+ [SuppressUnmanagedCodeSecurity]
33
+ static extern void csp_systems_GLTFMaterialResult_Dtor(IntPtr @class);
34
+
35
+ #pragma warning restore IDE1006
36
+ #endregion
37
+
38
+ internal GLTFMaterialResult(NativePointer ptr) : base(ptr) { }
39
+
40
+ public GLTFMaterialResult(Csp.Systems.ResultBase baseInstance)
41
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
42
+ {
43
+ // Prevent previous instance from freeing underlying pointer when destroyed
44
+ baseInstance._ownsPtr = false;
45
+ }
46
+
47
+ /// <summary>Retreives the GLTFMaterial from the result.</summary>
48
+
49
+
50
+ public Csp.Systems.GLTFMaterial GetGLTFMaterial()
51
+ {
52
+ var _value = csp_systems_GLTFMaterialResult_GetGLTFMaterialC_GLTFMaterialRC(_ptr);
53
+
54
+ WrapperHelper.CheckNativePointer(_value);
55
+ var _result = new Csp.Systems.GLTFMaterial(_value);
56
+ ;
57
+
58
+ return _result;
59
+ }
60
+
61
+ ~GLTFMaterialResult()
62
+ {
63
+ //RealDispose();
64
+ }
65
+
66
+ void RealDispose()
67
+ {
68
+ if (_ownsPtr && !_disposed)
69
+ {
70
+ csp_systems_GLTFMaterialResult_Dtor(_ptr);
71
+ _disposed = true;
72
+ }
73
+
74
+ _disposed = true;
75
+ }
76
+
77
+ new public void Dispose()
78
+ {
79
+ RealDispose();
80
+ GC.SuppressFinalize(this);
81
+ }
82
+ }
83
+ }
@@ -0,0 +1,11 @@
1
+ fileFormatVersion: 2
2
+ guid: 7bc48211cc3e4059b54645ec4ad19e03
3
+ MonoImporter:
4
+ externalObjects: {}
5
+ serializedVersion: 2
6
+ defaultReferences: []
7
+ executionOrder: 0
8
+ icon: {instanceID: 0}
9
+ userData:
10
+ assetBundleName:
11
+ assetBundleVariant: