Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_texture_layer

    Single layer in a layered texture

    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_texture_layer

    Fields

    alpha

    Blend weight of this layer

    Declaration
    public float alpha
    Field Value
    Type Description
    float

    blend_mode

    Equation to combine the layer to the background

    Declaration
    public ufbx.ufbx_blend_mode blend_mode
    Field Value
    Type Description
    ufbx.ufbx_blend_mode

    texture

    The inner texture to evaluate, never NULL

    Declaration
    public ufbx.ufbx_texture* texture
    Field Value
    Type Description
    ufbx_texture*
    In this article
    Back to top Generated by DocFX