Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_material_texture

    Texture attached to an FBX property

    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_texture

    Fields

    material_prop

    Name of the property in ufbx_material.props

    Declaration
    public ufbx.ufbx_string material_prop
    Field Value
    Type Description
    ufbx.ufbx_string

    shader_prop

    Shader-specific property mapping name

    Declaration
    public ufbx.ufbx_string shader_prop
    Field Value
    Type Description
    ufbx.ufbx_string

    texture

    Texture attached to the property.

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