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_PROP_FLAG_CONNECTED | The property is connected to another one.
This use case is relatively rare so |
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_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_PROP_FLAG_SYNTHETIC | Property created by ufbx when an element has a connected |
UFBX_PROP_FLAG_USER_DEFINED | User defined (custom) property. |
UFBX_PROP_FLAG_VALUE_BLOB | Value type.
|
UFBX_PROP_FLAG_VALUE_INT | Value type.
|
UFBX_PROP_FLAG_VALUE_REAL | Value type.
|
UFBX_PROP_FLAG_VALUE_STR | Value type.
|
UFBX_PROP_FLAG_VALUE_VEC2 | Value type.
|
UFBX_PROP_FLAG_VALUE_VEC3 | Value type.
|
UFBX_PROP_FLAG_VALUE_VEC4 | Value type.
|