Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_prop_type

    Data type contained within the property. All the data fields are always populated regardless of type, so there's no need to switch by type usually eg. prop-value_real and prop-value_int have the same value (well, close) if prop-type == UFBX_PROP_INTEGER. String values are not converted from/to.

    Namespace: ufbxWrapper
    Assembly: ufbxWrapper.dll
    Syntax
    public enum ufbx.ufbx_prop_type

    Fields

    Name Description
    UFBX_PROP_BLOB
    UFBX_PROP_BOOLEAN
    UFBX_PROP_COLOR
    UFBX_PROP_COLOR_WITH_ALPHA
    UFBX_PROP_COMPOUND
    UFBX_PROP_DATE_TIME
    UFBX_PROP_DISTANCE
    UFBX_PROP_INTEGER
    UFBX_PROP_NUMBER
    UFBX_PROP_REFERENCE
    UFBX_PROP_ROTATION
    UFBX_PROP_SCALING
    UFBX_PROP_STRING
    UFBX_PROP_TRANSLATION
    UFBX_PROP_TYPE_FORCE_32BIT
    UFBX_PROP_UNKNOWN
    UFBX_PROP_VECTOR
    In this article
    Back to top Generated by DocFX