Skip to content

format

typescript
LookAtIK.bodyWeight

class: LookAtIK

description

Body weight, used to control the overall orientation effect of the body.

parameter

param_nametypedescription

reture

typedescription
number

code example

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