Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_material_feature_info

    Material feature

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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
    In this article
    Back to top Generated by DocFX