connected-spaces-platform.unity.core 5.12.0 → 5.13.0

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