C# Class ChangeSkyboxVer5, Lucid-VR

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public float duration
return float

theSkybox public_oe property

public Material theSkybox
return Material