Lightweight FBX Importer
Search Results for

    Show / Hide Table of Contents

    Enum ufbx.ufbx_prop_flags

    Property flags: Advanced information about properties, not usually needed.

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

    Fields

    Name Description
    UFBX_PROP_FLAGS_FORCE_32BIT
    UFBX_PROP_FLAG_ANIMATABLE

    Supports animation. NOTE: ufbx ignores this and allows animations on non-animatable properties.

    UFBX_PROP_FLAG_ANIMATED

    The property has at least one ufbx_anim_prop in some layer.

    UFBX_PROP_FLAG_CONNECTED

    The property is connected to another one. This use case is relatively rare so ufbx_prop does not track connections directly. You can find connections from ufbx_element.connections_dst where ufbx_connection.dst_prop is this property and ufbx_connection.src_prop is defined.

    UFBX_PROP_FLAG_HIDDEN

    Hidden in UI.

    UFBX_PROP_FLAG_LOCK_W

    Disallow modification from UI for components.

    UFBX_PROP_FLAG_LOCK_X

    Disallow modification from UI for components.

    UFBX_PROP_FLAG_LOCK_Y

    Disallow modification from UI for components.

    UFBX_PROP_FLAG_LOCK_Z

    Disallow modification from UI for components.

    UFBX_PROP_FLAG_MUTE_W

    Disable animation from components.

    UFBX_PROP_FLAG_MUTE_X

    Disable animation from components.

    UFBX_PROP_FLAG_MUTE_Y

    Disable animation from components.

    UFBX_PROP_FLAG_MUTE_Z

    Disable animation from components.

    UFBX_PROP_FLAG_NOT_FOUND

    Used by ufbx_evaluate_prop() to indicate the the property was not found.

    UFBX_PROP_FLAG_NO_VALUE

    The value of this property is undefined (represented as zero).

    UFBX_PROP_FLAG_OVERRIDDEN

    This property has been overridden by the user. See ufbx_anim.prop_overrides for more information.

    UFBX_PROP_FLAG_SYNTHETIC

    Property created by ufbx when an element has a connected ufbx_anim_prop but doesn't contain the ufbx_prop it's referring to. NOTE: The property may have been found in the templated defaults.

    UFBX_PROP_FLAG_USER_DEFINED

    User defined (custom) property.

    UFBX_PROP_FLAG_VALUE_BLOB

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_INT

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_REAL

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_STR

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_VEC2

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_VEC3

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    UFBX_PROP_FLAG_VALUE_VEC4

    Value type. REAL/VEC2/VEC3/VEC4 are mutually exclusive but may coexist with eg. STRING in some rare cases where the string defines the unit for the vector.

    In this article
    Back to top Generated by DocFX