format
typescript
FBBIK.spineStiffnessclass: FBBIK
description
The stiffness of the spine constraint.
A lower value will make the spine more flexible and prone to breaking.
parameter
| param_name | type | description |
|---|
reture
| type | description |
|---|---|
number |
code example
typescript
let obj = new GameObject();
let FBBIk = obj.AddComponent<FBBIK>(FBBIK);
FBBIk.spineStiffness;