ConstraintData Type
The base class for all constraint datas.
Constructors
Constructor | Description |
Full Usage:
ConstraintData(name)
Parameters:
string
|
|
Instance members
Instance member | Description |
Full Usage:
this.Name
Returns: string
|
The constraint's name, which is unique across all constraints in the skeleton of the same type.
|
Full Usage:
this.Order
|
The ordinal of this constraint for the order a skeleton's constraints will be applied by Skeleton.UpdateWorldTransform. |
Full Usage:
this.SkinRequired
|
When true, Skeleton.UpdateWorldTransform only updates this constraint if the Skeleton.Skin contains this constraint. |
Full Usage:
this.ToString
Returns: string
Modifiers: abstract |
|