Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_shader_prop_binding

    Binding from a material property to shader implementation

    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_shader_prop_binding

    Fields

    material_prop

    Property name inside ufbx_material.props

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

    shader_prop

    Property name used by the shader implementation

    Declaration
    public ufbx.ufbx_string shader_prop
    Field Value
    Type Description
    ufbx.ufbx_string
    In this article
    Back to top Generated by DocFX