C# Class cameraSwitch

Inheritance: MonoBehaviour
Show file Open project: FIU-SCIS-Senior-Projects/UrbanTheater Class Usage Examples

Public Properties

Property Type Description
firstPersonCamera Camera
flag bool
overheadCamera Camera

Public Methods

Method Description
ShowFirstPersonView ( ) : void
ShowOverheadView ( ) : void
Start ( ) : void
Update ( ) : void

Method Details

ShowFirstPersonView() public method

public ShowFirstPersonView ( ) : void
return void

ShowOverheadView() public method

public ShowOverheadView ( ) : void
return void

Start() public method

public Start ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Property Details

firstPersonCamera public property

public Camera firstPersonCamera
return Camera

flag public property

public bool flag
return bool

overheadCamera public property

public Camera overheadCamera
return Camera