Skip to content

format

typescript
AimIK.poleTarget

class: 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_nametypedescription

reture

typedescription
Transform|nullThe additional target point.

code example

typescript
let obj = new GameObject();
let aimIk = obj.AddComponent<AimIK>(AimIK);
aimIk.poleTarget;