C# Class UnityStandardAssets.Vehicles.Car.ConsoleCommandRouter

Inheritance: UnityEngine.MonoBehaviour
Exibir arquivo Open project: bi3mer/gmap377_leathGloves_inc

Public Methods

Method Description
Load ( ) : string

Example to load another scene

Reflection ( ) : string
Restart ( ) : string
Start ( ) : void
Test ( ) : string

Test

Method Details

Load() public method

Example to load another scene
public Load ( ) : string
return string

Reflection() public method

public Reflection ( ) : string
return string

Restart() public method

public Restart ( ) : string
return string

Start() public method

public Start ( ) : void
return void

Test() public method

Test
public Test ( ) : string
return string