Packageaway3d.core.block
Interfacepublic interface IBlockerConsumer
ImplementorsBlockerArray

Interface for containers capable of storing blockers.

Public Methods
 MethodDefined by
  
blocker(block:Blocker):void
Adds blocker primitive to the consumer.
IBlockerConsumer
Method detail
blocker()method
public function blocker(block:Blocker):void

Adds blocker primitive to the consumer.

Parameters
block:Blocker — The blocker primitive to add.
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments