Skip to content

format

typescript
LookAtIK.eyesWeight

class: LookAtIK

description

Eye weight, used to control the orientation effect of the eyes.

parameter

param_nametypedescription

reture

typedescription
number

code example

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