Class AnimationGroupWrapper
Constructors
constructor
new AnimationGroupWrapper( name: string, group: AnimationGroup, startingWeight: number, loop: boolean,): AnimationGroupWrapper Parameters
- name: string
- group: AnimationGroup
- startingWeight: number
- loop: boolean
Properties
group
group: AnimationGroup
Methods
moveTowardsWeight
moveTowardsWeight(targetWeight: number, deltaTime: number): void Parameters
- targetWeight: number
- deltaTime: number
Returns void