C# Class cameraSwitch

Inheritance: MonoBehaviour
Mostrar archivo 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_oe property

public Camera firstPersonCamera
return Camera

flag public_oe property

public bool flag
return bool

overheadCamera public_oe property

public Camera overheadCamera
return Camera