Skip to content

format

typescript
LimbIK.maintainRotationWeight

class: LimbIK

description

Maintains rotation weight.

parameter

param_nametypedescription

reture

typedescription
number

code example

typescript
let obj = new GameObject();
let LimbIk = obj.AddComponent<LimbIK>(LimbIK);
LimbIk.mainRotationWeight;