C# 클래스 CameraBox, goalBall

This script allows players to switch between cameras in the cams variable. NOTE: this is mainly a debugging script used to see the whole field of play.
상속: MonoBehaviour
파일 보기 프로젝트 열기: DrexelGoalBall/goalBall 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
cams Camera[]

공개 메소드들

메소드 설명
Start ( ) : void

Initiazes all of the variables that need to be initialized and makes sure only one camera is on.

Update ( ) : void

Detects when player presses the K key and switches the camera.

메소드 상세

Start() 공개 메소드

Initiazes all of the variables that need to be initialized and makes sure only one camera is on.
public Start ( ) : void
리턴 void

Update() 공개 메소드

Detects when player presses the K key and switches the camera.
public Update ( ) : void
리턴 void

프로퍼티 상세

cams 공개적으로 프로퍼티

public Camera[] cams
리턴 Camera[]