C# 클래스 CameraCheckBoxOnEditor, PuzzleGameProject

Manage events associated to the checkbox on Map Editor.
상속: MonoBehaviour
파일 보기 프로젝트 열기: Cedric-Paris/PuzzleGameProject

공개 프로퍼티들

프로퍼티 타입 설명
cameraManaged Camera

공개 메소드들

메소드 설명
Start ( ) : void

Processing performed by Unity when an instance is created.

비공개 메소드들

메소드 설명
OnToggleCheck ( ) : void

Called if the checkBox is checked. Disable adding of items and activates the "Camera Functions".

OnToggleUnCheck ( ) : void

Called if the checkBox is unchecked. Disable "Camera Functions" and activates adding of items.

메소드 상세

Start() 공개 메소드

Processing performed by Unity when an instance is created.
public Start ( ) : void
리턴 void

프로퍼티 상세

cameraManaged 공개적으로 프로퍼티

The camera managed when the checkbox is checked.
public Camera cameraManaged
리턴 Camera