Packageaway3d.core.block
Classpublic class BlockerArray
ImplementsIBlockerConsumer

Array for storing blocker objects

Public Properties
 PropertyDefined by
  clip : Clipping
Determines the viewport clipping to be used on blocker primitives.
BlockerArray
Public Methods
 MethodDefined by
  
blocker(pri:Blocker):void
Adds blocker primitive to the consumer.
BlockerArray
  
list():Array
Returns a sorted list of blocker primitives for use in BasicRender
BlockerArray
Property detail
clipproperty
clip:Clipping  [read-write]

Determines the viewport clipping to be used on blocker primitives.

Implementation
    public function get clip():Clipping
    public function set clip(value:Clipping):void
Method detail
blocker()method
public function blocker(pri:Blocker):void

Adds blocker primitive to the consumer.

Parameters
pri:Blocker — The blocker primitive to add.
list()method 
public function list():Array

Returns a sorted list of blocker primitives for use in BasicRender

Returns
Array

See also

away3d.core.render.BasicRender
Wiki link
Click to go to the wiki page for 'away3d.core.block.BlockerArray'

Code examples
There are currently no examples for this class

Comments
No comments found
Please leave a comment

Please leave a comment

security image