C# Class PolygonalLightVolume.LightCapture

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: nobnak/VolumetricShadow

Public Properties

Property Type Description
debugShader UnityEngine.Shader
lightVolumeLayer UnityEngine.LayerMask
scale float

Public Methods

Method Description
OnDestroy ( ) : void
OnPreRender ( ) : void
Start ( ) : void

Method Details

OnDestroy() public method

public OnDestroy ( ) : void
return void

OnPreRender() public method

public OnPreRender ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Property Details

debugShader public_oe property

public Shader,UnityEngine debugShader
return UnityEngine.Shader

lightVolumeLayer public_oe property

public LayerMask,UnityEngine lightVolumeLayer
return UnityEngine.LayerMask

scale public_oe property

public float scale
return float