Enum ComponentType
Abstract glTF component type used for including/excluding specific features from import/export.
Namespace: Unity.Cloud.Gltfast
Assembly: Unity.Cloud.Gltfast.dll
Syntax
[Flags]
[MovedFrom(true, "GLTFast", "glTFast", null)]
public enum ComponentType
Fields
| Name | Description |
|---|---|
| All | All component types |
| Animation | Animation |
| Camera | Cameras |
| Light | Lights |
| Mesh | Meshes (Primitives) |
| None | No components |