C# Class ResourceController, PGP2

Inheritance: MonoBehaviour
Show file Open project: theiis/PGP2 Class Usage Examples

Public Properties

Property Type Description
renderDist int
shader Shader
tempShader Shader
threshold int

Public Methods

Method Description
Start ( ) : void
Update ( ) : void

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

renderDist public property

public int renderDist
return int

shader public property

public Shader shader
return Shader

tempShader public property

public Shader tempShader
return Shader

threshold public property

public int threshold
return int