Class MaterialsVariantsRootExtension
KHR_materials_variants extension.
Inherited Members
Namespace: GLTFast.Schema
Assembly: glTFast.dll
Syntax
[Serializable]
public class MaterialsVariantsRootExtension
Fields
variants
Collection of material variants
Declaration
public List<MaterialsVariant> variants
Field Value
Type | Description |
---|---|
List<MaterialsVariant> |
See Also
Methods
JsonUtilityCleanup()
Cleans up invalid parsing artifacts created by GltfJsonUtilityParser.
Declaration
public bool JsonUtilityCleanup()
Returns
Type | Description |
---|---|
bool | True if element itself still holds value. False if it can be safely removed. |