IClientAnimationAnim - DauntlessStudio/Bedrock-Developments GitHub Wiki
- anim_time_update
- animation_length
- blend_weight
- bones
- loop
- loop_delay
- override_previous_animation
- particle_effects
- sound_effects
- start_delay
- timeline
• Optional
anim_time_update: string
ts/app/types/client/animation.ts:18
• Optional
animation_length: number
ts/app/types/client/animation.ts:17
• Optional
blend_weight: string
ts/app/types/client/animation.ts:19
• Optional
bones: Object
▪ [key: string
]: IClientAnimationBone
ts/app/types/client/animation.ts:33
• Optional
loop: boolean
| "hold_on_last_frame"
ts/app/types/client/animation.ts:20
• Optional
loop_delay: string
ts/app/types/client/animation.ts:21
• Optional
override_previous_animation: boolean
ts/app/types/client/animation.ts:23
• Optional
particle_effects: Object
▪ [key: `${number}`]: IClientACParticleEffects
ts/app/types/client/animation.ts:27
• Optional
sound_effects: Object
▪ [key: `${number}`]: IClientACSoundEffects
ts/app/types/client/animation.ts:30
• Optional
start_delay: string
ts/app/types/client/animation.ts:22
• Optional
timeline: Object
▪ [key: `${number}`]: string
[] | string