Default constructor.
Declaring type: Node
Namespace: Vrml.EAI
Assembly: VrmlEAI.NET
Collapse/Expand Syntax
C#
protected Node ()
Collapse/Expand Remarks
Node is an abstract class, for this reason there are no public constructors, i.e. you cannot create instances of this class. Use Browser.CreateVrmlFromString or Browser.GetNode to get instances of the Node class, or get nodes from EventOutSFNode or EventOutMFNode slots.