Sends the value of the time line at time t, without setting locally

Namespace:  Equis.JanusToolkit
Assembly:  Janus (in Janus.dll)

Syntax

C#
public void Send(
	int t,
	ValueType val
)

Parameters

t
Type: System..::..Int32
The time to send
val
Type: ValueType
The value to send at this time

See Also