format
typescript
AimIK.poleAxisclass: AimIK
description
Specifies the axis of a polar vector.
A polar vector is a vector used to control the orientation of a bone. It is commonly used to solve issues with unnatural or undesired deformations that may occur when dealing with complex bone structures or orientation targets.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
Vector3 | The axis of the polar vector. |
code example
typescript
let obj = new GameObject();
let aimIk = obj.AddComponent<AimIK>(AimIK);
aimIk.poleAxis;