Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AnimationRange

Represents the range of an animation

Hierarchy

  • AnimationRange

Index

Constructors

Properties

Methods

Constructors

constructor

  • 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

fromSearch playground for from

from: number

The starting frame of the animation

nameSearch playground for name

name: string

The name of the animation range

toSearch playground for to

to: number

The ending frame of the animation

Methods

cloneSearch playground for clone

  • Makes a copy of the animation range

    Returns AnimationRange

    A copy of the animation range

Legend

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