Header menu logo Nu

Animation Type

Describes an animation.

Record fields

Record Field Description

BoneFilterOpt

Full Usage: BoneFilterOpt

Field type: Set<string> option
Field type: Set<string> option

LifeTimeOpt

Full Usage: LifeTimeOpt

Field type: GameTime option
Field type: GameTime option

Name

Full Usage: Name

Field type: string
Field type: string

Playback

Full Usage: Playback

Field type: Playback
Field type: Playback

Rate

Full Usage: Rate

Field type: single
Field type: single

StartTime

Full Usage: StartTime

Field type: GameTime
Field type: GameTime

Weight

Full Usage: Weight

Field type: single
Field type: single

Static members

Static member Description

Animation.bounce startTime lifeTimeOpt name

Full Usage: Animation.bounce startTime lifeTimeOpt name

Parameters:
Returns: Animation

Make an bouncing animation value.

startTime : GameTime
lifeTimeOpt : GameTime option
name : string
Returns: Animation

Animation.loop startTime lifeTimeOpt name

Full Usage: Animation.loop startTime lifeTimeOpt name

Parameters:
Returns: Animation

Make an looping animation value.

startTime : GameTime
lifeTimeOpt : GameTime option
name : string
Returns: Animation

Animation.make startTime lifeTimeOpt name playback rate weight boneFilterOpt

Full Usage: Animation.make startTime lifeTimeOpt name playback rate weight boneFilterOpt

Parameters:
    startTime : GameTime
    lifeTimeOpt : GameTime option
    name : string
    playback : Playback
    rate : single
    weight : single
    boneFilterOpt : Set<string> option

Returns: Animation

Make an animation value.

startTime : GameTime
lifeTimeOpt : GameTime option
name : string
playback : Playback
rate : single
weight : single
boneFilterOpt : Set<string> option
Returns: Animation

Animation.once startTime lifeTimeOpt name

Full Usage: Animation.once startTime lifeTimeOpt name

Parameters:
Returns: Animation

Make an play-once animation value.

startTime : GameTime
lifeTimeOpt : GameTime option
name : string
Returns: Animation

Type something to start searching.