Struct ufbx.ufbx_material_feature_info
Material feature
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_material_feature_info
Fields
enabled
Whether the material model uses this feature or not. NOTE: The feature can be enabled but still not used if eg. the corresponding factor is at zero!
Declaration
public bool enabled
Field Value
Type | Description |
---|---|
bool |
is_explicit
Explicitly enabled/disabled by the material.
Declaration
public bool is_explicit
Field Value
Type | Description |
---|---|
bool |