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