Scripting API
ReactiveModule
PrimitiveOrShaderSignal

PrimitiveOrShaderSignal

The PrimitiveOrShader represents a primitive or shader signal.

Properties

This module exposes no properties.

Methods

MethodDescription
history
history(framesCount: number): SignalHistory<PrimitiveOrShader>


Returns an object used to access signal values from past frames.
Historical signal values are going to be initialized with signal value at call time.

* framesCount - the number of frames to track.