Tesla Graphics Engine Documentation (January 2012)
Node Constructor (name, initialChildCapacity)
TeslaTesla.SceneNodeNode(String, Int32)
Creates a new instance of Node with the specified name and initial child capacity.
Declaration Syntax
C#
public Node(
	string name,
	int initialChildCapacity
)
Parameters
name (String)
Name of the node
initialChildCapacity (Int32)
Initial child capacity

Assembly: Tesla (Module: Tesla) Version: 0.5.0.0 (0.5.0.0)