format
typescript
LimbIK.bendModifierWeightclass: LimbIK
description
The weight of the bend modifier for the LimbIK.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
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;