Skip to content

format

typescript
FBBIK.rightShoulderWeight

class: FBBIK

description

Right shoulder weight.

parameter

param_nametypedescription

reture

typedescription
number

code example

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