Package | away3d.core.light |
Interface | public interface ILightProvider |
Implementors | AbstractLight |
Property | Defined by | ||
---|---|---|---|
debug : Boolean [read-only]
| ILightProvider |
Method | Defined by | ||
---|---|---|---|
Called from the
PrimitiveTraverser when passing LightPrimitive objects to the light consumer object
| ILightProvider |
debug | property |
debug:Boolean
[read-only]Implementation
public function get debug():Boolean
light | () | method |
public function light(consumer:ILightConsumer):void
Called from the PrimitiveTraverser
when passing LightPrimitive
objects to the light consumer object
consumer:ILightConsumer |
See also