C# 클래스 SwipePlayerInMenu, SlashRunner

Moves the camera to a new target on press.
상속: MonoBehaviour
파일 보기 프로젝트 열기: matthewAURA/SlashRunner

공개 프로퍼티들

프로퍼티 타입 설명
cam GameObject
playButton GameObject
remains GameObject
sceneName string
target Transform

공개 메소드들

메소드 설명
Start ( ) : void
Update ( ) : void
Wait ( ) : void

비공개 메소드들

메소드 설명
WaitToDie ( float waitTime ) : IEnumerator

메소드 상세

Start() 공개 메소드

public Start ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

Wait() 공개 메소드

public Wait ( ) : void
리턴 void

프로퍼티 상세

cam 공개적으로 프로퍼티

Camera
public GameObject cam
리턴 GameObject

playButton 공개적으로 프로퍼티

public GameObject playButton
리턴 GameObject

remains 공개적으로 프로퍼티

public GameObject remains
리턴 GameObject

sceneName 공개적으로 프로퍼티

public string sceneName
리턴 string

target 공개적으로 프로퍼티

The new camera target after button press
public Transform target
리턴 Transform