Skip to content

format

typescript
LookAtIK.clampWeightBody

class: LookAtIK

description

The rotation range of the body skeleton.

parameter

param_nametypedescription

reture

typedescription
number

code example

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