Table of Contents

Class DiscreteWriter

Namespace
Ofs
Assembly
Ofs.Api.dll

Write sink for a discrete node callback.

public sealed class DiscreteWriter
Inheritance
object
DiscreteWriter

Methods

Add(ScriptAction)

Appends an output action (the host sorts the output and clamps positions to 0..100).

public void Add(ScriptAction action)

Parameters

action ScriptAction

Add(double, int)

Appends an output action at at seconds with position pos (the host sorts the output and clamps positions to 0..100).

public void Add(double at, int pos)

Parameters

at double
pos int