Struct ufbx.ufbx_constraint_target
Target to follow with a constraint
Inherited Members
Namespace: ufbxWrapper
Assembly: ufbxWrapper.dll
Syntax
public struct ufbx.ufbx_constraint_target
Fields
node
Target node reference
Declaration
public ufbx.ufbx_node* node
Field Value
Type | Description |
---|---|
ufbx_node* |
transform
Offset from the actual target
Declaration
public ufbx.ufbx_transform transform
Field Value
Type | Description |
---|---|
ufbx.ufbx_transform |
weight
Relative weight to other targets (does not always sum to 1)
Declaration
public float weight
Field Value
Type | Description |
---|---|
float |