Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_shader_texture_input

    Input to a shader texture, see ufbx_shader_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_shader_texture_input

    Fields

    _anonymous_1

    Input to a shader texture, see ufbx_shader_texture.

    Declaration
    public ufbx.ufbx_shader_texture_input._anonymous_1_struct _anonymous_1
    Field Value
    Type Description
    ufbx.ufbx_shader_texture_input._anonymous_1_struct

    name

    Name of the input.

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

    prop

    Property representing this input.

    Declaration
    public ufbx.ufbx_prop* prop
    Field Value
    Type Description
    ufbx_prop*

    texture

    Texture connected to this input.

    Declaration
    public ufbx.ufbx_texture* texture
    Field Value
    Type Description
    ufbx_texture*

    texture_enabled

    Controls whether shading should use texture. NOTE: Some shading models allow this to be true even if texture == NULL.

    Declaration
    public bool texture_enabled
    Field Value
    Type Description
    bool

    texture_enabled_prop

    Property representing texture_enabled.

    Declaration
    public ufbx.ufbx_prop* texture_enabled_prop
    Field Value
    Type Description
    ufbx_prop*

    texture_output_index

    Index of the output to use if texture is a multi-output shader node.

    Declaration
    public long texture_output_index
    Field Value
    Type Description
    long

    texture_prop

    Property representing texture.

    Declaration
    public ufbx.ufbx_prop* texture_prop
    Field Value
    Type Description
    ufbx_prop*

    value_blob

    Declaration
    public ufbx.ufbx_blob value_blob
    Field Value
    Type Description
    ufbx.ufbx_blob

    value_int

    Declaration
    public long value_int
    Field Value
    Type Description
    long

    value_str

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

    Properties

    value_real

    Declaration
    public float value_real { get; }
    Property Value
    Type Description
    float

    value_vec2

    Declaration
    public ufbx.ufbx_vec2 value_vec2 { get; }
    Property Value
    Type Description
    ufbx.ufbx_vec2

    value_vec3

    Declaration
    public ufbx.ufbx_vec3 value_vec3 { get; }
    Property Value
    Type Description
    ufbx.ufbx_vec3

    value_vec4

    Declaration
    public ufbx.ufbx_vec4 value_vec4 { get; }
    Property Value
    Type Description
    ufbx.ufbx_vec4
    In this article
    Back to top Generated by DocFX