Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents the range of an animation

Hierarchy

  • AnimationRange

Index

Constructors

Properties

Methods

Constructors

  • new AnimationRange(name: string, from: number, to: number): AnimationRange
  • Initializes the range of an animation

    Parameters

    • name: string

      The name of the animation range

    • from: number

      The starting frame of the animation

    • to: number

      The ending frame of the animation

    Returns AnimationRange

Properties

from: number

The starting frame of the animation

name: string

The name of the animation range

to: number

The ending frame of the animation

Methods

  • Makes a copy of the animation range

    Returns AnimationRange

    A copy of the animation range

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Static method

Settings

Theme