Packageaway3d.materials
Interfacepublic interface IFogMaterial extends IMaterial
ImplementorsColorMaterial

Interface for fog filter

Public Properties
 PropertyDefined by
  alpha : Number
IFogMaterial
 Inheritedvisible : Boolean
IMaterial
Public Methods
 MethodDefined by
  
IFogMaterial
  
renderFog(fog:DrawFog):void
IFogMaterial
Property detail
alphaproperty
alpha:Number  [read-write]Implementation
    public function get alpha():Number
    public function set alpha(value:Number):void
Method detail
fogLayer()method
public function fogLayer():IFogMaterial

Returns
IFogMaterial
renderFog()method 
public function renderFog(fog:DrawFog):void Parameters
fog:DrawFog
Wiki link
Click to go to the wiki page for ####WIKI####

Code examples

Comments