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