format
typescript
LookAtIK.headWeightclass: LookAtIK
description
Head weight, used to control the orientation effect of the head.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number |
code example
typescript
let obj = new GameObject();
let lookAtIk = obj.AddComponent<LookAtIK>(LookAtIK);
lookAtIk.headWeight;