Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Struct ufbx.ufbx_prop

    Single property with name/type/value.

    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_prop

    Fields

    _anonymous_1

    Single property with name/type/value.

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

    _internal_key

    Declaration
    public uint _internal_key
    Field Value
    Type Description
    uint

    flags

    Declaration
    public ufbx.ufbx_prop_flags flags
    Field Value
    Type Description
    ufbx.ufbx_prop_flags

    name

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

    type

    Declaration
    public ufbx.ufbx_prop_type type
    Field Value
    Type Description
    ufbx.ufbx_prop_type

    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