Options
Menu

Interface IAnimationState

Hierarchy

  • IAnimationState

Index

Properties

Methods

Properties

positionDelta

positionDelta: Vector3D

Methods

offset

  • offset(startTime: number): any
  • Parameters

    • startTime: number

    Returns any

phase

  • phase(value: number): any
  • Sets the animation phase of the node.

    Parameters

    • value: number

      The phase value to use. 0 represents the beginning of an animation clip, 1 represents the end.

    Returns any

update

  • update(time: number): any
  • Parameters

    • time: number

    Returns any

Generated using TypeDoc