Property | Type | Description | |
---|---|---|---|
m_defaultCameraType | CameraType | ||
m_enableCameraTypeUI | bool | ||
m_targetFollowingObject | GameObject |
Method | Description | |
---|---|---|
EnableCamera ( CameraType cameraType ) : void |
Set the active camera type.
|
|
LateUpdate ( ) : void |
LateUpdate is called after all Update functions have been called.
|
|
OnGUI ( ) : void |
OnGUI is called for rendering and handling GUI events.
|
|
Start ( ) : void |
Start is called on the frame when a script is enabled.
|
public EnableCamera ( CameraType cameraType ) : void | ||
cameraType | CameraType | Camera type. |
return | void |