Skip to content

format

typescript
AimIK.poleAxis

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

reture

typedescription
Vector3The axis of the polar vector.

code example

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