C# Class DemoMain, lookback_unity_ios_plugin

Inheritance: MonoBehaviour
Show file Open project: INVIVOcom/lookback_unity_ios_plugin Class Usage Examples

Public Properties

Property Type Description
cube MeshRenderer

Public Methods

Method Description
OnBlue ( ) : void
OnGreen ( ) : void
OnRed ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

OnBlue() public method

public OnBlue ( ) : void
return void

OnGreen() public method

public OnGreen ( ) : void
return void

OnRed() public method

public OnRed ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

cube public property

public MeshRenderer cube
return MeshRenderer