Reference to a SFBool event-in slot.
C# |
---|
public abstract class EventInSFBool : |
EventIn
|
|
Click here to see the list of members.
The following example demonstrates how to bind a
Viewpoint:
C# |
---|
Vrml.EAI.Node viewpoint = ...;
Vrml.EAI.Field.EventInSFBool set_bind = (Vrml.EAI.Field.EventInSFBool)viewpoint.GetEventIn("set_bind");
set_bind.SetValue(true);
|