Packageaway3d.core.block
Classpublic class Blocker
InheritanceBlocker Inheritance DrawPrimitive
SubclassesConvexBlocker

Abstract primitive that can block other primitives from drawing

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
 Inheritedprojection : Projection
DrawPrimitive
 Inheritedquadrant : PrimitiveQuadrantTreeNode
DrawPrimitive
 InheritedscreenZ : Number
DrawPrimitive
 Inheritedsource : Object3D
DrawPrimitive
Public Methods
 MethodDefined by
  
block(pri:DrawPrimitive):Boolean
Blocker
 Inherited
clear():void
DrawPrimitive
 Inherited
contains(x:Number, y:Number):Boolean
DrawPrimitive
 Inherited
getZ(x:Number, y:Number):Number
DrawPrimitive
 Inherited
quarter(focus:Number):Array
DrawPrimitive
 Inherited
render():void
DrawPrimitive
 Inherited
shade():void
DrawPrimitive
 Inherited
toString():String
DrawPrimitive
Protected Methods
 MethodDefined by
 Inherited
assert(statement:Boolean, message:String = "Assert failure"):void
[static]
DrawPrimitive
Method detail
block()method
public function block(pri:DrawPrimitive):Boolean Parameters
pri:DrawPrimitive

Returns
Boolean
Wiki link
Click to go to the wiki page for 'away3d.core.block.Blocker'

Code examples

Comments