C# Class EnvPresetChooser, UMA-PBR

Inheritance: MonoBehaviour
Show file Open project: huika/UMA-PBR Class Usage Examples

Public Methods

Method Description
DumpAllScreens ( ) : void
GetActivePreset ( ) : int
SetActivePreset ( int index ) : void

Private Methods

Method Description
DoDumpAllScreens ( ) : IEnumerator

Method Details

DumpAllScreens() public method

public DumpAllScreens ( ) : void
return void

GetActivePreset() public method

public GetActivePreset ( ) : int
return int

SetActivePreset() public method

public SetActivePreset ( int index ) : void
index int
return void