Click or drag to resize

SignalEventsMovedIn Method

Called after the signal moves into a stage.

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 14.0.0.10531
Syntax
C#
protected virtual void MovedIn(
	RealTime now
)

Parameters

now
Type: Demo3D.EventQueueRealTime
The current time.
See Also