Package | away3d.core.block |
Interface | public interface IBlockerConsumer |
Implementors | BlockerArray |
Method | Defined by | ||
---|---|---|---|
Adds blocker primitive to the consumer.
| IBlockerConsumer |
blocker | () | method |
public function blocker(block:Blocker):void
Adds blocker primitive to the consumer.
Parametersblock:Blocker — The blocker primitive to add.
|