Scripting API
AnimationModule
ArrayOfScalarSignals

ArrayOfScalarSignals

The ArrayOfScalarSignals class describes an array of scalar signals.
It extends the implementation of Array<ScalarSignal> type in JavaScript,
and adds a single additional method to get a sampler at a particular index - get().

Inherits From : Array<ScalarSignal>

Example

Properties

This module exposes no properties.

Methods

MethodDescription
get
get(index: number): ScalarSignal


Returns the signal indicated by the index parameter.