Cesium for Unity 1.15.2
Loading...
Searching...
No Matches
CesiumModelMetadata.cs
Go to the documentation of this file.
1using UnityEngine;
2
3namespace CesiumForUnity
4{
14 [IconAttribute("Packages/com.cesium.unity/Editor/Resources/Cesium-24x24.png")]
15 [AddComponentMenu("")]
16 public class CesiumModelMetadata : MonoBehaviour
17 {
22 {
23 get; internal set;
24 }
25 }
26}
Represents the root EXT_structural_metadata extension of a glTF model in a Cesium3DTileset.
CesiumPropertyTable[] propertyTables
The CesiumPropertyTables available on this model metadata.
Represents a glTF property table in the EXT_structural_metadata extension.