format
typescript
AimIK.poleTargetclass: AimIK
description
The specified additional target point.
This value is usually used to adjust the posture and angle of the arms, legs, tail, etc. when facing the target, in order to maintain the natural and stable animation.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Transform|null | The additional target point. |
code example
typescript
let obj = new GameObject();
let aimIk = obj.AddComponent<AimIK>(AimIK);
aimIk.poleTarget;