Abstract
Create a renderable node in a scene graph.
Optional
parent: NodeThe parent of the node. Should only be undefined
for the root of a scene graph.
Whether or not the node should be enabled.
Whether or not the node may be not completely opaque.
Whether or not the node belongs to a user interface or a 2D scene.
Whether or not this node is enabled. Disabled nodes and their descendents are not included in traversals.
The transformation matrix of this node relative to its parent.
Whether or not this node may be not completely opaque.
Whether or not this node belongs to a user interface or a 2D scene.
The rotation of this node relative to its parent.
The rotation of this node relative to its parent.
The scale of this node relative to its parent.
The scale of this node relative to its parent.
The translation of this node relative to its parent.
The translation of this node relative to its parent.
Adds a child to this node.
The child.
Removes a child to this node.
The child.
Abstract
render
A node in a scene graph that can be rendered.