C# Class CycleScript, Lucid-VR

Inheritance: MonoBehaviour
Exibir arquivo Open project: UCSDVR/Lucid-VR

Public Properties

Property Type Description
boxArray Material[]
rotateAmount float
timeToChange float

Public Methods

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

Method Details

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

boxArray public_oe property

public Material[] boxArray
return Material[]

rotateAmount public_oe property

public float rotateAmount
return float

timeToChange public_oe property

public float timeToChange
return float