Skip to content

format

typescript
LookAtIK.headWeight

class: LookAtIK

description

Head weight, used to control the orientation effect of the head.

parameter

param_nametypedescription

reture

typedescription
number

code example

typescript
let obj = new GameObject();
let lookAtIk = obj.AddComponent<LookAtIK>(LookAtIK);
lookAtIk.headWeight;