Class CommandLoop

A storyboard command loop.

Hierarchy (view full)

Constructors

Properties

_timelines: CommandTimeline<any>[]
alpha: CommandTimeline<number> = ...
blendingParameters: CommandTimeline<BlendingParameters> = ...
color: CommandTimeline<Color4> = ...
flipH: CommandTimeline<boolean> = ...
flipV: CommandTimeline<boolean> = ...
loopCount: number

The total number of repeats.

loopStartTime: number

The start time of the loop.

rotation: CommandTimeline<number> = ...
scale: CommandTimeline<number> = ...
type: CompoundType = CompoundType.Loop

Compound type.

vectorScale: CommandTimeline<Vector2> = ...
x: CommandTimeline<number> = ...
y: CommandTimeline<number> = ...

Accessors

Methods