C# Class ChangeSkyboxVer5, Lucid-VR

Inheritance: MonoBehaviour
Show file Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
duration float
theSkybox Material

Public Methods

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

Private Methods

Method Description
changeColor ( ) : IEnumerator
getRandomInt ( ) : int

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

duration public property

public float duration
return float

theSkybox public property

public Material theSkybox
return Material