C# Class ShaderController, Vivid

Inheritance: MonoBehaviour
Show file Open project: lcoblamm/Vivid Class Usage Examples

Public Properties

Property Type Description
rend Renderer
slider GameObject
sliderPosition float

Public Methods

Method Description
MenuPress ( ) : void
OnValueChanged ( float pos ) : void
Start ( ) : void
Update ( ) : void

Method Details

MenuPress() public method

public MenuPress ( ) : void
return void

OnValueChanged() public method

public OnValueChanged ( float pos ) : void
pos float
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

rend public property

public Renderer rend
return Renderer

slider public property

public GameObject slider
return GameObject

sliderPosition public property

public float sliderPosition
return float