ikConstraint.order¶
Type:
number (read-only)See also: ikConstraint
Overview:¶
The ordinal of this constraint for the order a skeleton’s constraints will be applied by draw.
Example:¶
local ik = hero.ikConstraints[1]
print("IK constraint order:", ik.order)