Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EndingUpdate

A single ending animation update.

Hierarchy

  • EndingUpdate

Index

Methods

getDelay

  • getDelay(): number
  • Returns the delay to wait before applying this update. The unit is unknown but good results can be achieved by multiplying this value with 50 to get a millisecond value.

    Returns number

    The delay in time units.

getNumPatches

  • getNumPatches(): number

getPatch

getPatches

Static read

  • Reads an animation update from the given reader. If the end of the animation has been reached then null is returned.

    Parameters

    • reader: BinaryReader

      The reader to read the animation frame from.

    Returns EndingUpdate | null

    The read animation update or null if end of animation has been reached.

Generated using TypeDoc