Packageaway3d.materials.lightpickers
Classpublic class StaticLightPicker
InheritanceStaticLightPicker Inheritance LightPickerBase Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined By
 InheritedallPickedLights : Vector.<LightBase>
[read-only]
LightPickerBase
 InheriteddirectionalLights : Vector.<DirectionalLight>
[read-only]
LightPickerBase
 InheritedlightProbes : Vector.<LightProbe>
[read-only]
LightPickerBase
 InheritedlightProbeWeights : Vector.<Number>
[read-only]
LightPickerBase
  lights : Array
StaticLightPicker
 Inheritedname : String
LightPickerBase
 InheritednumDirectionalLights : uint
[read-only] The maximum amount of directional lights that will be provided
LightPickerBase
 InheritednumLightProbes : uint
[read-only] The maximum amount of light probes that will be provided
LightPickerBase
 InheritednumPointLights : uint
[read-only] The maximum amount of point lights that will be provided
LightPickerBase
 InheritedpointLights : Vector.<PointLight>
[read-only]
LightPickerBase
Protected Properties
 PropertyDefined By
 Inherited_allPickedLights : Vector.<LightBase>
LightPickerBase
 Inherited_directionalLights : Vector.<DirectionalLight>
LightPickerBase
 Inherited_lightProbes : Vector.<LightProbe>
LightPickerBase
 Inherited_lightProbeWeights : Vector.<Number>
LightPickerBase
 Inherited_numDirectionalLights : uint
LightPickerBase
 Inherited_numLightProbes : uint
LightPickerBase
 Inherited_numPointLights : uint
LightPickerBase
 Inherited_pointLights : Vector.<PointLight>
LightPickerBase
Public Methods
 MethodDefined By
  
StaticLightPicker(lights:Array)
StaticLightPicker
 Inherited
collectLights(renderable:IRenderable, entityCollector:EntityCollector):void
Updates set of lights for a given renderable and EntityCollector.
LightPickerBase
Property Detail
lightsproperty
lights:Array


Implementation
    public function get lights():Array
    public function set lights(value:Array):void
Constructor Detail
StaticLightPicker()Constructor
public function StaticLightPicker(lights:Array)



Parameters
lights:Array