Meta_Pivot
Module: Metanodes / Definitions
A Pivot modifies the origin point of an assembly.
#include <meta_importables.hpp>
Public Types
Type | Name |
---|---|
enum | IDX { Idx_Enabled, Idx_Transform, Idx_LegacyTransform } Property index. |
Public Types Documentation
enum IDX
Enumerator | Value | Description |
---|---|---|
Idx_Enabled | bool - Is the pivot enabled. | |
Idx_Transform | bool - Store the pivot matrix. | |
Idx_LegacyTransform | mat4w - Pivot transform for pivots created pre-2.0, to ensure animation compatibility; see #14237/DEV-199. |
Property index.