IClientAnimationAnim - DauntlessStudio/Bedrock-Developments GitHub Wiki

Interface: IClientAnimationAnim

Table of contents

Properties

Properties

anim_time_update

Optional anim_time_update: string

Defined in

ts/app/types/client/animation.ts:18


animation_length

Optional animation_length: number

Defined in

ts/app/types/client/animation.ts:17


blend_weight

Optional blend_weight: string

Defined in

ts/app/types/client/animation.ts:19


bones

Optional bones: Object

Index signature

▪ [key: string]: IClientAnimationBone

Defined in

ts/app/types/client/animation.ts:33


loop

Optional loop: boolean | "hold_on_last_frame"

Defined in

ts/app/types/client/animation.ts:20


loop_delay

Optional loop_delay: string

Defined in

ts/app/types/client/animation.ts:21


override_previous_animation

Optional override_previous_animation: boolean

Defined in

ts/app/types/client/animation.ts:23


particle_effects

Optional particle_effects: Object

Index signature

▪ [key: `${number}`]: IClientACParticleEffects

Defined in

ts/app/types/client/animation.ts:27


sound_effects

Optional sound_effects: Object

Index signature

▪ [key: `${number}`]: IClientACSoundEffects

Defined in

ts/app/types/client/animation.ts:30


start_delay

Optional start_delay: string

Defined in

ts/app/types/client/animation.ts:22


timeline

Optional timeline: Object

Index signature

▪ [key: `${number}`]: string[] | string

Defined in

ts/app/types/client/animation.ts:24

⚠️ **GitHub.com Fallback** ⚠️