Packageaway3d.core.draw
Classpublic class DrawDisplayObject
InheritanceDrawDisplayObject Inheritance DrawPrimitive

Public Properties
 PropertyDefined by
  displayobject : DisplayObject
DrawDisplayObject
 InheritedmaxX : int
DrawPrimitive
 InheritedmaxY : int
DrawPrimitive
 InheritedmaxZ : Number
DrawPrimitive
 InheritedminX : int
DrawPrimitive
 InheritedminY : int
DrawPrimitive
 InheritedminZ : Number
DrawPrimitive
 Inheritedprojection : Projection
DrawPrimitive
 InheritedscreenZ : Number
DrawPrimitive
 Inheritedsource : Object3D
DrawPrimitive
  v : ScreenVertex
DrawDisplayObject
Public Methods
 MethodDefined by
  
DrawDisplayObject
(source:Object3D, displayobject:DisplayObject, v:ScreenVertex)
DrawDisplayObject
  
calc():void
DrawDisplayObject
  
clear():void
DrawDisplayObject
  
contains(x:Number, y:Number):Boolean
DrawDisplayObject
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
 Inherited
quarter(focus:Number):Array
DrawPrimitive
  
render(session:RenderSession):void
DrawDisplayObject
 Inherited
riddle(another:DrawTriangle, focus:Number):Array
DrawPrimitive
 Inherited
toString():String
DrawPrimitive
Protected Methods
 MethodDefined by
 Inherited
assert(statement:Boolean, message:String = "Assert failure"):void
[static]
DrawPrimitive
Property detail
displayobjectproperty
public var displayobject:DisplayObject
vproperty 
public var v:ScreenVertex
Constructor detail
DrawDisplayObject()constructor
public function DrawDisplayObject(source:Object3D, displayobject:DisplayObject, v:ScreenVertex)Parameters
source:Object3D
 
displayobject:DisplayObject
 
v:ScreenVertex
Init Parameters
Method detail
calc()method
public function calc():void
clear()method 
public override function clear():void
contains()method 
public override function contains(x:Number, y:Number):Boolean Parameters
x:Number
 
y:Number

Returns
Boolean
render()method 
public override function render(session:RenderSession):void Parameters
session:RenderSession
Wiki link
Click to go to the wiki page for 'away3d.core.draw.DrawDisplayObject'

Code examples

Comments