Skip to content

format

typescript
FBBIK.spineWeight

class: FBBIK

description

Spine Weight.

parameter

param_nametypedescription

reture

typedescription
numberThe weight of the spine.

code example

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