Packageaway3d.core.draw
Classpublic class DrawBitmap
InheritanceDrawBitmap Inheritance DrawPrimitive

Unscaled bitmap drawing primitive

Public Properties
 PropertyDefined by
  bitmap : BitmapData
DrawBitmap
  height : Number
DrawBitmap
  left : Number
DrawBitmap
 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
  top : Number
DrawBitmap
  v : ScreenVertex
DrawBitmap
  width : Number
DrawBitmap
Public Methods
 MethodDefined by
  
DrawBitmap
(source:Object3D, bitmap:BitmapData, v:ScreenVertex)
DrawBitmap
  
calc():void
DrawBitmap
  
clear():void
DrawBitmap
  
contains(x:Number, y:Number):Boolean
DrawBitmap
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
 Inherited
quarter(focus:Number):Array
DrawPrimitive
  
render(session:RenderSession):void
DrawBitmap
 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
bitmapproperty
public var bitmap:BitmapData
heightproperty 
public var height:Number
leftproperty 
public var left:Number
topproperty 
public var top:Number
vproperty 
public var v:ScreenVertex
widthproperty 
public var width:Number
Constructor detail
DrawBitmap()constructor
public function DrawBitmap(source:Object3D, bitmap:BitmapData, v:ScreenVertex)Parameters
source:Object3D
 
bitmap:BitmapData
 
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.DrawBitmap'

Code examples

Comments