Header menu logo Nu

ConstraintData Type

The base class for all constraint datas.

Constructors

Constructor Description

ConstraintData(name)

Full Usage: ConstraintData(name)

Parameters:
    name : string

name : string

Instance members

Instance member Description

this.Name

Full Usage: this.Name

Returns: string

The constraint's name, which is unique across all constraints in the skeleton of the same type.

Returns: string

this.Order

Full Usage: this.Order

The ordinal of this constraint for the order a skeleton's constraints will be applied by Skeleton.UpdateWorldTransform.

this.SkinRequired

Full Usage: this.SkinRequired

When true, Skeleton.UpdateWorldTransform only updates this constraint if the Skeleton.Skin contains this constraint.

this.ToString

Full Usage: this.ToString

Returns: string
Modifiers: abstract
Returns: string

Type something to start searching.