IClientAnimationBone - DauntlessStudio/Bedrock-Developments GitHub Wiki
• Optional position: MolangTripleArray | { [key: ${number}]: MolangTripleArray | { lerp_mode?: string ; post?: MolangTripleArray ; pre?: MolangTripleArray }; }
ts/app/types/client/animation.ts:42
• Optional relative_to: Object
| Name | Type |
|---|---|
rotation |
string |
ts/app/types/client/animation.ts:48
• Optional rotation: MolangTripleArray | { [key: ${number}]: MolangTripleArray | { lerp_mode?: string ; post?: MolangTripleArray ; pre?: MolangTripleArray }; }
ts/app/types/client/animation.ts:39
• Optional scale: MolangTripleArray | { [key: ${number}]: MolangTripleArray | { lerp_mode?: string ; post?: MolangTripleArray ; pre?: MolangTripleArray }; }