Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SkeletonCache

Hierarchy

  • SkeletonCache

Index

Constructors

constructor

Properties

Protected animationPool

animationPool: {}

Type declaration

Protected _privateMode

_privateMode: boolean

Protected skeletonCache

skeletonCache: {}

Type declaration

Static Readonly FrameTime

FrameTime: number = FrameTime

Static sharedCache

sharedCache: SkeletonCache = new SkeletonCache()

Methods

clear

  • clear(): void

enablePrivateMode

  • enablePrivateMode(): void

getAnimationCache

  • getAnimationCache(uuid: string, animationName: string): null | AnimationCache

getSkeletonCache

initAnimationCache

  • initAnimationCache(uuid: string, animationName: string): null | AnimationCache

invalidAnimationCache

  • invalidAnimationCache(uuid: string): void

removeSkeleton

  • removeSkeleton(uuid: string): void

updateAnimationCache

  • updateAnimationCache(uuid: string, animationName: string): null | void

Generated using TypeDoc