C# Class CameraCheckBoxOnEditor, PuzzleGameProject

Manage events associated to the checkbox on Map Editor.
Inheritance: MonoBehaviour
Afficher le fichier Open project: Cedric-Paris/PuzzleGameProject

Méthodes publiques

Свойство Type Description
cameraManaged Camera

Méthodes publiques

Méthode Description
Start ( ) : void

Processing performed by Unity when an instance is created.

Private Methods

Méthode Description
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.

Method Details

Start() public méthode

Processing performed by Unity when an instance is created.
public Start ( ) : void
Résultat void

Property Details

cameraManaged public_oe property

The camera managed when the checkbox is checked.
public Camera cameraManaged
Résultat Camera