Packageaway3d.core.partition
Classpublic class NullNode
InheritanceNullNode Inheritance NodeBase Inheritance Object

NullNode is a node that performs no space partitioning, but simply stores all objects in a list of leaf nodes. This partitioning system is most useful for simple content, or content that is always in the screen, such as a 3d user interface.



Public Properties
 PropertyDefined By
 Inheritedparent : NodeBase
[read-only] The parent node.
NodeBase
 InheritedshowDebugBounds : Boolean
NodeBase
Protected Properties
 PropertyDefined By
 Inherited_childNodes : Vector.<NodeBase>
NodeBase
 Inherited_numChildNodes : uint
NodeBase
 Inherited_parent : NodeBase
NodeBase
Public Methods
 MethodDefined By
  
Creates a new NullNode object.
NullNode
 Inherited
Allows the traverser to visit the current node.
NodeBase
 Inherited
addNode(node:NodeBase):void
Adds a node to the tree.
NodeBase
 Inherited
Finds the partition that contains (or should contain) the given entity.
NodeBase
 Inherited
isInFrustum(camera:Camera3D):Boolean
Tests if the current node is at least partly inside the frustum.
NodeBase
 Inherited
removeNode(node:NodeBase):void
Removes a child node from the tree.
NodeBase
Protected Methods
 MethodDefined By
 Inherited
NodeBase
Constructor Detail
NullNode()Constructor
public function NullNode()

Creates a new NullNode object.