![]() |
Cesium for Unity 1.15.2
|
Go to the source code of this file.
Classes | |
struct | CesiumForUnity.CesiumMetadataValueType |
Represents the value type of a metadata value or property, akin to the property types in EXT_structural_metadata. More... | |
Namespaces | |
namespace | CesiumForUnity |
Enumerations | |
enum | CesiumForUnity.CesiumMetadataType { CesiumForUnity.Invalid = 0 , CesiumForUnity.Scalar , CesiumForUnity.Vec2 , CesiumForUnity.Vec3 , CesiumForUnity.Vec4 , CesiumForUnity.Mat2 , CesiumForUnity.Mat3 , CesiumForUnity.Mat4 , CesiumForUnity.String , CesiumForUnity.Boolean , CesiumForUnity.Enum } |
Identifies the type of a property in EXT_structural_metadata. More... | |
enum | CesiumForUnity.CesiumMetadataComponentType { CesiumForUnity.None = 0 , CesiumForUnity.Int8 , CesiumForUnity.Uint8 , CesiumForUnity.Int16 , CesiumForUnity.Uint16 , CesiumForUnity.Int32 , CesiumForUnity.Uint32 , CesiumForUnity.Int64 , CesiumForUnity.Uint64 , CesiumForUnity.Float32 , CesiumForUnity.Float64 } |
Identifies the component type of a property in EXT_structural_metadata. More... | |