C# Class Sol.GraphicsPanel

Inheritance: UnityEngine.MonoBehaviour
Show file Open project: Stumpstump/RoverGame

Public Properties

Property Type Description
antiAliasingDropdown Dropdown
bloomDropdown Dropdown
fullScreenDropdown Dropdown
root UnityEngine.GameObject
vsyncDropdown Dropdown

Public Methods

Method Description
Activate ( ) : void
Deactivate ( ) : void

Private Methods

Method Description
Awake ( ) : void
SetAntialiasing ( int i ) : void
SetBloom ( int i ) : void
SetFullScreen ( int i ) : void
SetVSync ( int i ) : void

Method Details

Activate() public method

public Activate ( ) : void
return void

Deactivate() public method

public Deactivate ( ) : void
return void

Property Details

antiAliasingDropdown public property

public Dropdown antiAliasingDropdown
return Dropdown

bloomDropdown public property

public Dropdown bloomDropdown
return Dropdown

fullScreenDropdown public property

public Dropdown fullScreenDropdown
return Dropdown

root public property

public GameObject,UnityEngine root
return UnityEngine.GameObject

vsyncDropdown public property

public Dropdown vsyncDropdown
return Dropdown