student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D.ax [swf] [flash] flex
The @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D class is the base class for all objects that can serve as DisplayObject3D containers. <p/> Each @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D object has its own child list.
[read-only] [read-only] The scene, which is the top-most displayObjectContainer3D in the tree structure.
[internal-use] Names indexed by children.
[internal-use] Children indexed by name.
Creates a new @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D object.
Adds a child DisplayObject3D instance to this DisplayObjectContainer instance. [TODO: If you add a child object that already has a different display object container as a parent, the object is removed from the child list of the other display object container.] @param child The DisplayObject3D instance to add as a child of this @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D instance. @param name An optional name of the child to add or create. If no name is provided, the child name will be used. @return The DisplayObject3D instance that you have added or created.
Adds all the children of a DisplayObject3D instance to this DisplayObjectContainer instance. @param child The @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D instance that contains the children to add. @return The DisplayObject3D instance that you have added or created.
Removes the specified child DisplayObject3D instance from the child list of the @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D instance. </p> [TODO: The parent property of the removed child is set to null, and the object is garbage collected if no other references to the child exist.] </p> The garbage collector is the process by which Flash Player reallocates unused memory space. When a variable or object is no longer actively referenced or stored somewhere, the garbage collector sweeps through and wipes out the memory space it used to occupy if no other references to it exist. </p> @param child The DisplayObject3D instance to remove. @return The DisplayObject3D instance that you pass in the child parameter.
@public Added from Bug #10 by John Grden 8/22/2007
Returns the child display object that exists with the specified name. </p> If more that one child display object has the specified name, the method returns the first object in the child list. </p> @param name The name of the child to return.* @return The child display object with the specified name.
Removes the child DisplayObject3D instance that exists with the specified name, from the child list of the @ax-student-ar-org-papervision3d-core-proto-DisplayObjectContainer3D instance. </p> If more that one child display object has the specified name, the method removes the first object in the child list. </p> [TODO: The parent property of the removed child is set to null, and the object is garbage collected if no other references to the child exist.] </p> The garbage collector is the process by which Flash Player reallocates unused memory space. When a variable or object is no longer actively referenced or stored somewhere, the garbage collector sweeps through and wipes out the memory space it used to occupy if no other references to it exist. </p> @param name The name of the child to remove. @return The DisplayObject3D instance that was removed.
Returns a string value with the list of objects. @return A string.
Returns a string value with the list of objects. @return A string.
Recursively finds a child by its name. @param name @param parent
returns: The found child.
Returns the number of children of this object.
Returns the children object.
(C) Æliens 04/09/2009
You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.