Package-level declarations
User-facing (public) APIs for yafrl
.
Types
Variant of Signal that can be setTo a new value.
A BroadcastEvent is an Event that can have new values emitted to it.
Used to help represent Events as nodes.
Strategy used to combine simultaneously occurring events within a frame when merging multiple Events.
Functions
Constructs a new external BroadcastEvent, which is intended to represent events external to the current Timeline. (See also externalSignal for the Signal variant of this).
Construct an external BindingSignal -- which is a Signal whose value can be updated to new values arbitrarily.
Builds a dirac impulse whose value is equal to the event values when the even has fired, and whole value is equal to zero otherwise
Internal version of externalSignal used for states which should be considered "internal" implementation details of the graph.
Creates a BroadcastEvent for internal implementation purposes.