Packageaway3d.core.draw
Classpublic class DrawGroup
InheritanceDrawGroup Inheritance DrawPrimitive
ImplementsIPrimitiveConsumer

Public Properties
 PropertyDefined by
 Inheritedcreate : Function
DrawPrimitive
 InheritedmaxX : Number
DrawPrimitive
 InheritedmaxY : Number
DrawPrimitive
 InheritedmaxZ : Number
DrawPrimitive
 InheritedminX : Number
DrawPrimitive
 InheritedminY : Number
DrawPrimitive
 InheritedminZ : Number
DrawPrimitive
  primitives : Array
DrawGroup
 Inheritedprojection : Projection
DrawPrimitive
 Inheritedquadrant : PrimitiveQuadrantTreeNode
DrawPrimitive
 InheritedscreenZ : Number
DrawPrimitive
 Inheritedsource : Object3D
DrawPrimitive
Public Methods
 MethodDefined by
  
DrawGroup
(source:Object3D, projection:Projection)
DrawGroup
 Inherited
clear():void
DrawPrimitive
  
contains(x:Number, y:Number):Boolean
DrawGroup
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
  
DrawGroup
 Inherited
quarter(focus:Number):Array
DrawPrimitive
  
render():void
DrawGroup
 Inherited
shade():void
DrawPrimitive
 Inherited
toString():String
DrawPrimitive
Protected Methods
 MethodDefined by
 Inherited
assert(statement:Boolean, message:String = "Assert failure"):void
[static]
DrawPrimitive
Property detail
primitivesproperty
public var primitives:Array
Constructor detail
DrawGroup()constructor
public function DrawGroup(source:Object3D, projection:Projection)Parameters
source:Object3D
 
projection:Projection
Init Parameters
Method detail
contains()method
public override function contains(x:Number, y:Number):Boolean Parameters
x:Number
 
y:Number

Returns
Boolean
primitive()method 
public function primitive(pri:DrawPrimitive):void Parameters
pri:DrawPrimitive
render()method 
public override function render():void
Wiki link
Click to go to the wiki page for 'away3d.core.draw.DrawGroup'

Code examples

Comments