Skip to content

format

typescript
LimbIK.bendModifierWeight

class: LimbIK

description

The weight of the bend modifier for the LimbIK.

parameter

param_nametypedescription

reture

typedescription
number- The weight of the bend modifier for the LimbIK.

code example

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