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

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
@@ -0,0 +1,427 @@
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 an Alpha Video material.</summary>
17
+
18
+ public class AlphaVideoMaterial : Csp.Systems.Material, IDisposable
19
+ {
20
+ internal override string _safeTypeName { get; } = "csp_systems_AlphaVideoMaterial";
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_AlphaVideoMaterial_SetColorTexture_void_TextureInfoRC(
30
+ IntPtr @class,
31
+ IntPtr Texture
32
+ );
33
+
34
+ [DllImport(Csp.Constants.DllName)]
35
+ [SuppressUnmanagedCodeSecurity]
36
+ static extern NativePointer csp_systems_AlphaVideoMaterial_GetColorTextureC_TextureInfoRC(IntPtr @class);
37
+
38
+ [DllImport(Csp.Constants.DllName)]
39
+ [SuppressUnmanagedCodeSecurity]
40
+ static extern void csp_systems_AlphaVideoMaterial_SetDoubleSided_void_bool(IntPtr @class, bool DoubleSided);
41
+
42
+ [DllImport(Csp.Constants.DllName)]
43
+ [SuppressUnmanagedCodeSecurity]
44
+ static extern bool csp_systems_AlphaVideoMaterial_GetDoubleSidedC_bool(IntPtr @class);
45
+
46
+ [DllImport(Csp.Constants.DllName)]
47
+ [SuppressUnmanagedCodeSecurity]
48
+ static extern void csp_systems_AlphaVideoMaterial_SetIsEmissive_void_bool(IntPtr @class, bool IsEmissive);
49
+
50
+ [DllImport(Csp.Constants.DllName)]
51
+ [SuppressUnmanagedCodeSecurity]
52
+ static extern bool csp_systems_AlphaVideoMaterial_GetIsEmissiveC_bool(IntPtr @class);
53
+
54
+ [DllImport(Csp.Constants.DllName)]
55
+ [SuppressUnmanagedCodeSecurity]
56
+ static extern void csp_systems_AlphaVideoMaterial_SetReadAlphaFromChannel_void_EColorChannel(
57
+ IntPtr @class,
58
+ Csp.Systems.EColorChannel ColorChannel
59
+ );
60
+
61
+ [DllImport(Csp.Constants.DllName)]
62
+ [SuppressUnmanagedCodeSecurity]
63
+ static extern Csp.Systems.EColorChannel csp_systems_AlphaVideoMaterial_GetReadAlphaFromChannelC_EColorChannel(
64
+ IntPtr @class
65
+ );
66
+
67
+ [DllImport(Csp.Constants.DllName)]
68
+ [SuppressUnmanagedCodeSecurity]
69
+ static extern void csp_systems_AlphaVideoMaterial_SetBlendMode_void_EBlendMode(
70
+ IntPtr @class,
71
+ Csp.Systems.EBlendMode Mode
72
+ );
73
+
74
+ [DllImport(Csp.Constants.DllName)]
75
+ [SuppressUnmanagedCodeSecurity]
76
+ static extern Csp.Systems.EBlendMode csp_systems_AlphaVideoMaterial_GetBlendModeC_EBlendMode(IntPtr @class);
77
+
78
+ [DllImport(Csp.Constants.DllName)]
79
+ [SuppressUnmanagedCodeSecurity]
80
+ static extern void csp_systems_AlphaVideoMaterial_SetFresnelFactor_void_float(IntPtr @class, float Factor);
81
+
82
+ [DllImport(Csp.Constants.DllName)]
83
+ [SuppressUnmanagedCodeSecurity]
84
+ static extern float csp_systems_AlphaVideoMaterial_GetFresnelFactorC_float(IntPtr @class);
85
+
86
+ [DllImport(Csp.Constants.DllName)]
87
+ [SuppressUnmanagedCodeSecurity]
88
+ static extern void csp_systems_AlphaVideoMaterial_SetTint_void_Vector3RC(IntPtr @class, IntPtr Tint);
89
+
90
+ [DllImport(Csp.Constants.DllName)]
91
+ [SuppressUnmanagedCodeSecurity]
92
+ static extern NativePointer csp_systems_AlphaVideoMaterial_GetTintC_Vector3RC(IntPtr @class);
93
+
94
+ [DllImport(Csp.Constants.DllName)]
95
+ [SuppressUnmanagedCodeSecurity]
96
+ static extern void csp_systems_AlphaVideoMaterial_SetAlphaFactor_void_float(IntPtr @class, float Factor);
97
+
98
+ [DllImport(Csp.Constants.DllName)]
99
+ [SuppressUnmanagedCodeSecurity]
100
+ static extern float csp_systems_AlphaVideoMaterial_GetAlphaFactorC_float(IntPtr @class);
101
+
102
+ [DllImport(Csp.Constants.DllName)]
103
+ [SuppressUnmanagedCodeSecurity]
104
+ static extern void csp_systems_AlphaVideoMaterial_SetEmissiveIntensity_void_float(
105
+ IntPtr @class,
106
+ float Intensity
107
+ );
108
+
109
+ [DllImport(Csp.Constants.DllName)]
110
+ [SuppressUnmanagedCodeSecurity]
111
+ static extern float csp_systems_AlphaVideoMaterial_GetEmissiveIntensityC_float(IntPtr @class);
112
+
113
+ [DllImport(Csp.Constants.DllName)]
114
+ [SuppressUnmanagedCodeSecurity]
115
+ static extern void csp_systems_AlphaVideoMaterial_SetAlphaMask_void_float(IntPtr @class, float Mask);
116
+
117
+ [DllImport(Csp.Constants.DllName)]
118
+ [SuppressUnmanagedCodeSecurity]
119
+ static extern float csp_systems_AlphaVideoMaterial_GetAlphaMaskC_float(IntPtr @class);
120
+
121
+ [DllImport(Csp.Constants.DllName)]
122
+ [SuppressUnmanagedCodeSecurity]
123
+ static extern NativePointer csp_systems_AlphaVideoMaterial_Ctor_StringRC_StringRC_StringRC(
124
+ string Name,
125
+ string MaterialCollectionId,
126
+ string MaterialId
127
+ );
128
+
129
+ [DllImport(Csp.Constants.DllName)]
130
+ [SuppressUnmanagedCodeSecurity]
131
+ static extern void csp_systems_AlphaVideoMaterial_Dtor(IntPtr @class);
132
+
133
+ [DllImport(Csp.Constants.DllName)]
134
+ [SuppressUnmanagedCodeSecurity]
135
+ static extern NativePointer csp_systems_AlphaVideoMaterial_Ctor();
136
+
137
+ #pragma warning restore IDE1006
138
+ #endregion
139
+
140
+ internal AlphaVideoMaterial(NativePointer ptr) : base(ptr) { }
141
+
142
+ public AlphaVideoMaterial(Csp.Systems.Material baseInstance)
143
+ : base(new NativePointer(baseInstance._ptr, baseInstance._ownsPtr ? (byte)1 : (byte)0))
144
+ {
145
+ // Prevent previous instance from freeing underlying pointer when destroyed
146
+ baseInstance._ownsPtr = false;
147
+ }
148
+
149
+ /// <summary>Sets the color texture.</summary>
150
+ /// @details The first three components (RGB) MUST be encoded with the sRGB transfer function. They specify the color of the material.
151
+ /// <remarks>If the fourth component (A) is present, it represents the linear alpha coverage of the material.</remarks>
152
+ /// <remarks>Otherwise, the alpha coverage is equal to 1.0.</remarks>
153
+ /// <remarks>The material.blendMode property defines how the alpha is blended when alphaMode is set to BLEND.</remarks>
154
+ /// <remarks>The material.readAlphaFromChannel property defines which color channel to read the alpha values from.</remarks>
155
+ /// <remarks>The stored texels MUST NOT be premultiplied.</remarks>
156
+ /// <param name="Texture">The material color texture.</param>
157
+ /// @pre If the fourth component (A) is undefined, the texture MUST be sampled as having 1.0 in all components.
158
+
159
+
160
+ public void SetColorTexture(Csp.Systems.TextureInfo Texture)
161
+ {
162
+ csp_systems_AlphaVideoMaterial_SetColorTexture_void_TextureInfoRC(_ptr, Texture._ptr);
163
+ }
164
+
165
+ /// <summary>Gets the color texture.</summary>
166
+ /// <returns>The material color texture.</returns>
167
+
168
+
169
+ public Csp.Systems.TextureInfo GetColorTexture()
170
+ {
171
+ var _value = csp_systems_AlphaVideoMaterial_GetColorTextureC_TextureInfoRC(_ptr);
172
+
173
+ WrapperHelper.CheckNativePointer(_value);
174
+ var _result = new Csp.Systems.TextureInfo(_value);
175
+ ;
176
+
177
+ return _result;
178
+ }
179
+
180
+ /// <summary>Sets the doubleSided property which specifies whether the material is double sided.</summary>
181
+ /// @details When this value is false, back-face culling is enabled, i.e., only front-facing triangles are rendered.
182
+ /// <remarks>When this value is true, back-face culling is disabled and double sided lighting is enabled.</remarks>
183
+ /// <param name="DoubleSided">The double sided value.</param>
184
+
185
+
186
+ public void SetDoubleSided(bool DoubleSided)
187
+ {
188
+ csp_systems_AlphaVideoMaterial_SetDoubleSided_void_bool(_ptr, DoubleSided);
189
+ }
190
+
191
+ /// <summary>Gets the double sided value.</summary>
192
+ /// <returns>The double sided value.</returns>
193
+
194
+
195
+ public bool GetDoubleSided()
196
+ {
197
+ var _value = csp_systems_AlphaVideoMaterial_GetDoubleSidedC_bool(_ptr);
198
+
199
+ var _result = _value;
200
+
201
+ return _result;
202
+ }
203
+
204
+ /// <summary>Sets whether the material is emissive, if not material should be lit by the scene lighting.</summary>
205
+ /// <param name="IsEmissive">The emissive value.</param>
206
+
207
+
208
+ public void SetIsEmissive(bool IsEmissive)
209
+ {
210
+ csp_systems_AlphaVideoMaterial_SetIsEmissive_void_bool(_ptr, IsEmissive);
211
+ }
212
+
213
+ /// <summary>Gets whether the material is emissive, if not material should be lit by the scene lighting.</summary>
214
+ /// <returns>Bool</returns>
215
+
216
+
217
+ public bool GetIsEmissive()
218
+ {
219
+ var _value = csp_systems_AlphaVideoMaterial_GetIsEmissiveC_bool(_ptr);
220
+
221
+ var _result = _value;
222
+
223
+ return _result;
224
+ }
225
+
226
+ /// <summary>Sets the color channel to read the alpha values from.</summary>
227
+ /// <param name="ColorChannel">The color channel to read the alpha values from.</param>
228
+
229
+
230
+ public void SetReadAlphaFromChannel(Csp.Systems.EColorChannel ColorChannel)
231
+ {
232
+ csp_systems_AlphaVideoMaterial_SetReadAlphaFromChannel_void_EColorChannel(_ptr, ColorChannel);
233
+ }
234
+
235
+ /// <summary>Gets the color channel to read the alpha values from.</summary>
236
+ /// <returns>The color channel to read the alpha values from.</returns>
237
+
238
+
239
+ public Csp.Systems.EColorChannel GetReadAlphaFromChannel()
240
+ {
241
+ var _value = csp_systems_AlphaVideoMaterial_GetReadAlphaFromChannelC_EColorChannel(_ptr);
242
+
243
+ var _result = _value;
244
+
245
+ return _result;
246
+ }
247
+
248
+ /// <summary>Sets the mode to use for alpha blending.</summary>
249
+ /// <param name="Mode">The mode to use for alpha blending.</param>
250
+
251
+
252
+ public void SetBlendMode(Csp.Systems.EBlendMode Mode)
253
+ {
254
+ csp_systems_AlphaVideoMaterial_SetBlendMode_void_EBlendMode(_ptr, Mode);
255
+ }
256
+
257
+ /// <summary>Gets the alpha blend mode.</summary>
258
+ /// <returns>The alpha blend mode.</returns>
259
+
260
+
261
+ public Csp.Systems.EBlendMode GetBlendMode()
262
+ {
263
+ var _value = csp_systems_AlphaVideoMaterial_GetBlendModeC_EBlendMode(_ptr);
264
+
265
+ var _result = _value;
266
+
267
+ return _result;
268
+ }
269
+
270
+ /// <summary>Sets the fresnel factor.</summary>
271
+ /// <param name="Factor">The fresnel factor.</param>
272
+
273
+
274
+ public void SetFresnelFactor(float Factor)
275
+ {
276
+ csp_systems_AlphaVideoMaterial_SetFresnelFactor_void_float(_ptr, Factor);
277
+ }
278
+
279
+ /// <summary>Gets the fresnel factor.</summary>
280
+ /// <returns>The fresnel factor.</returns>
281
+
282
+
283
+ public float GetFresnelFactor()
284
+ {
285
+ var _value = csp_systems_AlphaVideoMaterial_GetFresnelFactorC_float(_ptr);
286
+
287
+ var _result = _value;
288
+
289
+ return _result;
290
+ }
291
+
292
+ /// <summary>Set the Material tint.</summary>
293
+ /// <param name="Tint">The tint value.</param>
294
+
295
+
296
+ public void SetTint(Csp.Common.Vector3 Tint)
297
+ {
298
+ csp_systems_AlphaVideoMaterial_SetTint_void_Vector3RC(_ptr, Tint._ptr);
299
+ }
300
+
301
+ /// <summary>Get the Material tint.</summary>
302
+ /// <returns>The tint value.</returns>
303
+
304
+
305
+ public Csp.Common.Vector3 GetTint()
306
+ {
307
+ var _value = csp_systems_AlphaVideoMaterial_GetTintC_Vector3RC(_ptr);
308
+
309
+ WrapperHelper.CheckNativePointer(_value);
310
+ var _result = new Csp.Common.Vector3(_value);
311
+ ;
312
+
313
+ return _result;
314
+ }
315
+
316
+ /// <summary>Set the alpha factor.</summary>
317
+ /// <param name="Factor">The alpha factor.</param>
318
+
319
+
320
+ public void SetAlphaFactor(float Factor)
321
+ {
322
+ csp_systems_AlphaVideoMaterial_SetAlphaFactor_void_float(_ptr, Factor);
323
+ }
324
+
325
+ /// <summary>Get the alpha factor.</summary>
326
+ /// <returns>The alpha factor.</returns>
327
+
328
+
329
+ public float GetAlphaFactor()
330
+ {
331
+ var _value = csp_systems_AlphaVideoMaterial_GetAlphaFactorC_float(_ptr);
332
+
333
+ var _result = _value;
334
+
335
+ return _result;
336
+ }
337
+
338
+ /// <summary>Set the emissive intensity.</summary>
339
+ /// <param name="Intensity">The emissive intensity.</param>
340
+
341
+
342
+ public void SetEmissiveIntensity(float Intensity)
343
+ {
344
+ csp_systems_AlphaVideoMaterial_SetEmissiveIntensity_void_float(_ptr, Intensity);
345
+ }
346
+
347
+ /// <summary>Get the emissive intensity.</summary>
348
+ /// <returns>The emissive intensity.</returns>
349
+
350
+
351
+ public float GetEmissiveIntensity()
352
+ {
353
+ var _value = csp_systems_AlphaVideoMaterial_GetEmissiveIntensityC_float(_ptr);
354
+
355
+ var _result = _value;
356
+
357
+ return _result;
358
+ }
359
+
360
+ /// <summary>Set the alpha mask.</summary>
361
+ /// <param name="Mask">The alpha mask.</param>
362
+
363
+
364
+ public void SetAlphaMask(float Mask)
365
+ {
366
+ csp_systems_AlphaVideoMaterial_SetAlphaMask_void_float(_ptr, Mask);
367
+ }
368
+
369
+ /// <summary>Get the alpha mask.</summary>
370
+ /// <returns>The alpha mask.</returns>
371
+
372
+
373
+ public float GetAlphaMask()
374
+ {
375
+ var _value = csp_systems_AlphaVideoMaterial_GetAlphaMaskC_float(_ptr);
376
+
377
+ var _result = _value;
378
+
379
+ return _result;
380
+ }
381
+
382
+ /// <summary>Constructor which links the material to an asset.</summary>
383
+ /// <param name="Name">The name of the material.</param>
384
+ /// <param name="MaterialCollectionId">The asset collection which holds the associated material asset.</param>
385
+ /// <param name="MaterialId">The asset where the material info is stored.</param>
386
+
387
+ public AlphaVideoMaterial(string Name, string MaterialCollectionId, string MaterialId)
388
+ {
389
+ var np = csp_systems_AlphaVideoMaterial_Ctor_StringRC_StringRC_StringRC(
390
+ Name,
391
+ MaterialCollectionId,
392
+ MaterialId
393
+ );
394
+ _ptr = np.Pointer;
395
+ _ownsPtr = np.OwnsOwnData;
396
+ }
397
+
398
+ ~AlphaVideoMaterial()
399
+ {
400
+ //RealDispose();
401
+ }
402
+
403
+ void RealDispose()
404
+ {
405
+ if (_ownsPtr && !_disposed)
406
+ {
407
+ csp_systems_AlphaVideoMaterial_Dtor(_ptr);
408
+ _disposed = true;
409
+ }
410
+
411
+ _disposed = true;
412
+ }
413
+
414
+ new public void Dispose()
415
+ {
416
+ RealDispose();
417
+ GC.SuppressFinalize(this);
418
+ }
419
+
420
+ public AlphaVideoMaterial()
421
+ {
422
+ var np = csp_systems_AlphaVideoMaterial_Ctor();
423
+ _ptr = np.Pointer;
424
+ _ownsPtr = np.OwnsOwnData;
425
+ }
426
+ }
427
+ }
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 4325da9ccc6a44c18ad16a0d3f4ad0f3
2
+ guid: 666a8a73579f4c079549c154ead0dc76
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 42b0bd86eec94c8f9a720f6a4c2e9de6
2
+ guid: dbfb041492874c158ceeb677d0d1e125
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 938f1e27fcf549dc9b3d66600548628a
2
+ guid: b669f08fa70e472f8ae940be2de04268
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 078981b28fe147d89978e9a287f66a38
2
+ guid: 843deb1bb70540318a2cc3dd55da6ffa
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 3c07ed9118ee4fb2b1e9833c60c69829
2
+ guid: fa7d2b3f565640d59078c623065cc9f7
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 27385cd6d7ac41a2a7cdfaf6c38109f6
2
+ guid: a1ab4b76588345bab6acf092421f0d52
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: b07060a557144053870942afbd1194b3
2
+ guid: 12ddaa0f83b342eba48e2dd3af1faa7f
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 0f2201fb68a8430092576565b3ec0841
2
+ guid: 15d947afcc12429ca13fc0216ede1dba
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2
@@ -262,9 +262,10 @@ namespace Csp.Systems
262
262
 
263
263
  [DllImport(Csp.Constants.DllName)]
264
264
  [SuppressUnmanagedCodeSecurity]
265
- static extern void csp_systems_AssetSystem_CreateMaterial_void_StringRC_StringRC_MapRC_ArrayRC_GLTFMaterialResultCallback(
265
+ static extern void csp_systems_AssetSystem_CreateMaterial_void_StringRC_EShaderTypeC_StringRC_MapR_ArrayRC_MaterialResultCallback(
266
266
  IntPtr @class,
267
267
  string Name,
268
+ EShaderType ShaderType,
268
269
  string SpaceId,
269
270
  IntPtr Metadata,
270
271
  IntPtr AssetTags,
@@ -274,7 +275,7 @@ namespace Csp.Systems
274
275
 
275
276
  [DllImport(Csp.Constants.DllName)]
276
277
  [SuppressUnmanagedCodeSecurity]
277
- static extern void csp_systems_AssetSystem_UpdateMaterial_void_GLTFMaterialRC_NullResultCallback(
278
+ static extern void csp_systems_AssetSystem_UpdateMaterial_void_MaterialRC_NullResultCallback(
278
279
  IntPtr @class,
279
280
  IntPtr Material,
280
281
  UpdateMaterialCallbackDelegate callback,
@@ -283,7 +284,7 @@ namespace Csp.Systems
283
284
 
284
285
  [DllImport(Csp.Constants.DllName)]
285
286
  [SuppressUnmanagedCodeSecurity]
286
- static extern void csp_systems_AssetSystem_DeleteMaterial_void_GLTFMaterialRC_NullResultCallback(
287
+ static extern void csp_systems_AssetSystem_DeleteMaterial_void_MaterialRC_NullResultCallback(
287
288
  IntPtr @class,
288
289
  IntPtr Material,
289
290
  DeleteMaterialCallbackDelegate callback,
@@ -292,7 +293,7 @@ namespace Csp.Systems
292
293
 
293
294
  [DllImport(Csp.Constants.DllName)]
294
295
  [SuppressUnmanagedCodeSecurity]
295
- static extern void csp_systems_AssetSystem_GetMaterials_void_StringRC_GLTFMaterialsResultCallback(
296
+ static extern void csp_systems_AssetSystem_GetMaterials_void_StringRC_MaterialsResultCallback(
296
297
  IntPtr @class,
297
298
  string SpaceId,
298
299
  GetMaterialsCallbackDelegate callback,
@@ -301,7 +302,7 @@ namespace Csp.Systems
301
302
 
302
303
  [DllImport(Csp.Constants.DllName)]
303
304
  [SuppressUnmanagedCodeSecurity]
304
- static extern void csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_GLTFMaterialResultCallback(
305
+ static extern void csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_MaterialResultCallback(
305
306
  IntPtr @class,
306
307
  string AssetCollectionId,
307
308
  string AssetId,
@@ -1509,10 +1510,10 @@ namespace Csp.Systems
1509
1510
  static void CreateMaterialCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
1510
1511
  {
1511
1512
  var _handle = (GCHandle)_StateObject__;
1512
- var tcs = (TaskCompletionSource<Csp.Systems.GLTFMaterialResult>)_handle.Target;
1513
+ var tcs = (TaskCompletionSource<Csp.Systems.MaterialResult>)_handle.Target;
1513
1514
  var _this = (AssetSystem)tcs.Task.AsyncState;
1514
1515
 
1515
- var task_result = new Csp.Systems.GLTFMaterialResult(_Result);
1516
+ var task_result = new Csp.Systems.MaterialResult(_Result);
1516
1517
 
1517
1518
  if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
1518
1519
  {
@@ -1528,23 +1529,26 @@ namespace Csp.Systems
1528
1529
 
1529
1530
  /// <summary>Creates a new material backed by an AssetCollection/Asset.</summary>
1530
1531
  /// <param name="Name">The name of the new material.</param>
1532
+ /// <param name="ShaderType">The type of shader model the material is associated with.</param>
1531
1533
  /// <param name="SpaceId">The space id this material is associated with.</param>
1532
1534
  /// <param name="Metadata">The metadata to be associated with the created material.</param>
1533
1535
  /// <param name="AssetTags">Tags to be associated with the created material.</param>
1534
- /// <returns>Result class</returns>
1536
+ /// <returns>Material result class.</returns>
1535
1537
 
1536
- public Task<Csp.Systems.GLTFMaterialResult> CreateMaterial(
1538
+ public Task<Csp.Systems.MaterialResult> CreateMaterial(
1537
1539
  string Name,
1540
+ Csp.Systems.EShaderType ShaderType,
1538
1541
  string SpaceId,
1539
1542
  Csp.Common.Map<string, string> Metadata,
1540
1543
  Csp.Common.Array<string> AssetTags
1541
1544
  ) {
1542
- var tcs = new TaskCompletionSource<Csp.Systems.GLTFMaterialResult>(this);
1545
+ var tcs = new TaskCompletionSource<Csp.Systems.MaterialResult>(this);
1543
1546
  var handle = GCHandle.Alloc(tcs);
1544
1547
 
1545
- csp_systems_AssetSystem_CreateMaterial_void_StringRC_StringRC_MapRC_ArrayRC_GLTFMaterialResultCallback(
1548
+ csp_systems_AssetSystem_CreateMaterial_void_StringRC_EShaderTypeC_StringRC_MapR_ArrayRC_MaterialResultCallback(
1546
1549
  _ptr,
1547
1550
  Name,
1551
+ ShaderType,
1548
1552
  SpaceId,
1549
1553
  Metadata._ptr,
1550
1554
  AssetTags._ptr,
@@ -1585,12 +1589,12 @@ namespace Csp.Systems
1585
1589
  /// <param name="Material">The material to update</param>
1586
1590
  /// <returns>The result for the request</returns>
1587
1591
 
1588
- public Task<Csp.Systems.NullResult> UpdateMaterial(Csp.Systems.GLTFMaterial Material)
1592
+ public Task<Csp.Systems.NullResult> UpdateMaterial(Csp.Systems.Material Material)
1589
1593
  {
1590
1594
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
1591
1595
  var handle = GCHandle.Alloc(tcs);
1592
1596
 
1593
- csp_systems_AssetSystem_UpdateMaterial_void_GLTFMaterialRC_NullResultCallback(
1597
+ csp_systems_AssetSystem_UpdateMaterial_void_MaterialRC_NullResultCallback(
1594
1598
  _ptr,
1595
1599
  Material._ptr,
1596
1600
  UpdateMaterialDelegateInstance,
@@ -1628,12 +1632,12 @@ namespace Csp.Systems
1628
1632
  /// <param name="Material">The material to delete</param>
1629
1633
  /// <returns>The result for the request</returns>
1630
1634
 
1631
- public Task<Csp.Systems.NullResult> DeleteMaterial(Csp.Systems.GLTFMaterial Material)
1635
+ public Task<Csp.Systems.NullResult> DeleteMaterial(Csp.Systems.Material Material)
1632
1636
  {
1633
1637
  var tcs = new TaskCompletionSource<Csp.Systems.NullResult>(this);
1634
1638
  var handle = GCHandle.Alloc(tcs);
1635
1639
 
1636
- csp_systems_AssetSystem_DeleteMaterial_void_GLTFMaterialRC_NullResultCallback(
1640
+ csp_systems_AssetSystem_DeleteMaterial_void_MaterialRC_NullResultCallback(
1637
1641
  _ptr,
1638
1642
  Material._ptr,
1639
1643
  DeleteMaterialDelegateInstance,
@@ -1649,10 +1653,10 @@ namespace Csp.Systems
1649
1653
  static void GetMaterialsCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
1650
1654
  {
1651
1655
  var _handle = (GCHandle)_StateObject__;
1652
- var tcs = (TaskCompletionSource<Csp.Systems.GLTFMaterialsResult>)_handle.Target;
1656
+ var tcs = (TaskCompletionSource<Csp.Systems.MaterialsResult>)_handle.Target;
1653
1657
  var _this = (AssetSystem)tcs.Task.AsyncState;
1654
1658
 
1655
- var task_result = new Csp.Systems.GLTFMaterialsResult(_Result);
1659
+ var task_result = new Csp.Systems.MaterialsResult(_Result);
1656
1660
 
1657
1661
  if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
1658
1662
  {
@@ -1668,14 +1672,14 @@ namespace Csp.Systems
1668
1672
 
1669
1673
  /// <summary>Gets all materials associated with the given space.</summary>
1670
1674
  /// <param name="SpaceId">The space id the material is associated with.</param>
1671
- /// <returns>Result class</returns>
1675
+ /// <returns>Material result class containing a collection of materials.</returns>
1672
1676
 
1673
- public Task<Csp.Systems.GLTFMaterialsResult> GetMaterials(string SpaceId)
1677
+ public Task<Csp.Systems.MaterialsResult> GetMaterials(string SpaceId)
1674
1678
  {
1675
- var tcs = new TaskCompletionSource<Csp.Systems.GLTFMaterialsResult>(this);
1679
+ var tcs = new TaskCompletionSource<Csp.Systems.MaterialsResult>(this);
1676
1680
  var handle = GCHandle.Alloc(tcs);
1677
1681
 
1678
- csp_systems_AssetSystem_GetMaterials_void_StringRC_GLTFMaterialsResultCallback(
1682
+ csp_systems_AssetSystem_GetMaterials_void_StringRC_MaterialsResultCallback(
1679
1683
  _ptr,
1680
1684
  SpaceId,
1681
1685
  GetMaterialsDelegateInstance,
@@ -1691,10 +1695,10 @@ namespace Csp.Systems
1691
1695
  static void GetMaterialCallbackDelegateFunction(IntPtr _StateObject__, NativePointer _Result)
1692
1696
  {
1693
1697
  var _handle = (GCHandle)_StateObject__;
1694
- var tcs = (TaskCompletionSource<Csp.Systems.GLTFMaterialResult>)_handle.Target;
1698
+ var tcs = (TaskCompletionSource<Csp.Systems.MaterialResult>)_handle.Target;
1695
1699
  var _this = (AssetSystem)tcs.Task.AsyncState;
1696
1700
 
1697
- var task_result = new Csp.Systems.GLTFMaterialResult(_Result);
1701
+ var task_result = new Csp.Systems.MaterialResult(_Result);
1698
1702
 
1699
1703
  if (task_result.GetResultCode() == Csp.Systems.EResultCode.InProgress)
1700
1704
  {
@@ -1710,14 +1714,14 @@ namespace Csp.Systems
1710
1714
  /// <summary>Gets a material using its AssetCollection and Asset Id.</summary>
1711
1715
  /// <param name="AssetCollectionId">The asset collection id this material is associated with.</param>
1712
1716
  /// <param name="AssetId">The asset id this material is associated with.</param>
1713
- /// <returns>Result class</returns>
1717
+ /// <returns>Material result class.</returns>
1714
1718
 
1715
- public Task<Csp.Systems.GLTFMaterialResult> GetMaterial(string AssetCollectionId, string AssetId)
1719
+ public Task<Csp.Systems.MaterialResult> GetMaterial(string AssetCollectionId, string AssetId)
1716
1720
  {
1717
- var tcs = new TaskCompletionSource<Csp.Systems.GLTFMaterialResult>(this);
1721
+ var tcs = new TaskCompletionSource<Csp.Systems.MaterialResult>(this);
1718
1722
  var handle = GCHandle.Alloc(tcs);
1719
1723
 
1720
- csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_GLTFMaterialResultCallback(
1724
+ csp_systems_AssetSystem_GetMaterial_void_StringRC_StringRC_MaterialResultCallback(
1721
1725
  _ptr,
1722
1726
  AssetCollectionId,
1723
1727
  AssetId,
@@ -1,5 +1,5 @@
1
1
  fileFormatVersion: 2
2
- guid: 002f6caa6c2e4a788cc351018b10c017
2
+ guid: cf6c383ef74d415084a8d0944cb636b9
3
3
  MonoImporter:
4
4
  externalObjects: {}
5
5
  serializedVersion: 2