Property | Type | Description | |
---|---|---|---|
m_defaultCameraMode | CameraType | ||
m_enableCameraModeUI | bool | ||
m_targetFollowingObject | GameObject |
Method | Description | |
---|---|---|
EnableCamera ( CameraType cameraType ) : void |
Enabled based on camera type.
|
Method | Description | |
---|---|---|
LateUpdate ( ) : void |
Updates, take touching event.
|
|
OnGUI ( ) : void |
Draw buttons to swap current behavior.
|
|
Start ( ) : void |
Set up cameras.
|
public EnableCamera ( CameraType cameraType ) : void | ||
cameraType | CameraType | Enable which camera. |
return | void |