ikConstraint.target¶
Type: bone |
nilSee also: ikConstraint
Overview:¶
The bone object serving as the IK target. The chain of bones controlled by this IK will try to point towards or reach this target bone.
Example:¶
local armIK = hero.ikConstraints[1]
local handBone = hero.bones[10]
armIK.target = handBone