C# Class CloudsBase, volsample

Inheritance: UnityStandardAssets.ImageEffects.PostEffectsBase
Mostra file Open project: huwb/volsample

Public Properties

Property Type Description
cloudsShader Shader
noiseTexture UnityEngine.Texture2D

Protected Properties

Property Type Description
cloudsMaterial Material

Public Methods

Method Description
CheckResources ( ) : bool
OnEnable ( ) : void
SetCameraFlag ( ) : void

Protected Methods

Method Description
RenderSetupInternal ( ) : void

Method Details

CheckResources() public method

public CheckResources ( ) : bool
return bool

OnEnable() public method

public OnEnable ( ) : void
return void

RenderSetupInternal() protected method

protected RenderSetupInternal ( ) : void
return void

SetCameraFlag() public method

public SetCameraFlag ( ) : void
return void

Property Details

cloudsMaterial protected_oe property

protected Material cloudsMaterial
return Material

cloudsShader public_oe property

public Shader cloudsShader
return Shader

noiseTexture public_oe property

public Texture2D,UnityEngine noiseTexture
return UnityEngine.Texture2D