Skip to content

format

typescript
FBBIK.spineStiffness

class: FBBIK

description

The stiffness of the spine constraint.

A lower value will make the spine more flexible and prone to breaking.

parameter

param_nametypedescription

reture

typedescription
number

code example

typescript
let obj = new GameObject();
let FBBIk = obj.AddComponent<FBBIK>(FBBIK);
FBBIk.spineStiffness;