C# 클래스 UnityStandardAssets.Vehicles.Car.ConsoleCommandRouter

상속: UnityEngine.MonoBehaviour
파일 보기 프로젝트 열기: bi3mer/gmap377_leathGloves_inc

공개 메소드들

메소드 설명
Load ( ) : string

Example to load another scene

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

Test

메소드 상세

Load() 공개 메소드

Example to load another scene
public Load ( ) : string
리턴 string

Reflection() 공개 메소드

public Reflection ( ) : string
리턴 string

Restart() 공개 메소드

public Restart ( ) : string
리턴 string

Start() 공개 메소드

public Start ( ) : void
리턴 void

Test() 공개 메소드

Test
public Test ( ) : string
리턴 string