Packageaway3d.core.block
Classpublic class BlockerArray
ImplementsIBlockerConsumer

Array for storing blockers

Public Properties
 PropertyDefined by
  blockers : Array
BlockerArray
  clip : Clipping
[write-only]
BlockerArray
Public Methods
 MethodDefined by
  
BlockerArray
  
blocker(pri:Blocker):void
BlockerArray
  
list():Array
BlockerArray
Property detail
blockersproperty
public var blockers:Array
clipproperty 
clip:Clipping  [write-only]Implementation
    public function set clip(value:Clipping):void
Constructor detail
BlockerArray()constructor
public function BlockerArray() Init Parameters
Method detail
blocker()method
public function blocker(pri:Blocker):void Parameters
pri:Blocker
list()method 
public function list():Array

Returns
Array
Wiki link
Click to go to the wiki page for 'away3d.core.block.BlockerArray'

Code examples

Comments