C# Class WJ.Shader

Inheritance: Behaviour
显示文件 Open project: leon196/WJ

Public Properties

Property Type Description
materialEffect UnityEngine.Material

Public Methods

Method Description
GetCurrentShader ( ) : Shader
NextShader ( ) : void
PreviousShader ( ) : void
Start ( ) : void
UpdateRaymarching ( ) : void
UpdateShader ( ) : void

Method Details

GetCurrentShader() public method

public GetCurrentShader ( ) : Shader
return UnityEngine.Shader

NextShader() public method

public NextShader ( ) : void
return void

PreviousShader() public method

public PreviousShader ( ) : void
return void

Start() public method

public Start ( ) : void
return void

UpdateRaymarching() public method

public UpdateRaymarching ( ) : void
return void

UpdateShader() public method

public UpdateShader ( ) : void
return void

Property Details

materialEffect public_oe property

public Material,UnityEngine materialEffect
return UnityEngine.Material