Table of Contents

Class CameraManageUIView

Namespace
CodeBase.LightCameraSystemExample
Assembly
Assembly-CSharp.dll
public class CameraManageUIView : ViewMVC, IView
Inheritance
Object
Component
Behaviour
MonoBehaviour
CameraManageUIView
Implements
Inherited Members
Extension Methods

Fields

ACTIVE_CAMERA_INFORMATION_FORMAT

private const string ACTIVE_CAMERA_INFORMATION_FORMAT = "Active camera: {0}"

Field Value

string

EMPTY_ACTIVE_CAMERA_NAME

private const string EMPTY_ACTIVE_CAMERA_NAME = "NONE"

Field Value

string

Properties

ActiveCammeraStatusLabel

protected TextMeshProUGUI ActiveCammeraStatusLabel { get; set; }

Property Value

TextMeshProUGUI

Methods

AttachToEvents()

private void AttachToEvents()

Awake()

protected virtual void Awake()

DetachFromEvents()

private void DetachFromEvents()

OnDestroy()

protected virtual void OnDestroy()

ShowChangedCameraInformation(Camera)

private void ShowChangedCameraInformation(Camera changedCamera)

Parameters

changedCamera Camera

Start()

protected virtual IEnumerator Start()

Returns

IEnumerator

WaitForLightCameraManager()

private IEnumerator WaitForLightCameraManager()

Returns

IEnumerator