Property | Type | Description | |
---|---|---|---|
inputs | Moba_Camera_Inputs, | ||
requirements | Moba_Camera_Requirements, | ||
settings | Moba_Camera_Settings, | ||
useFixedUpdate | bool |
Method | Description | |
---|---|---|
CalculateCameraBoundaries ( ) : void | ||
CalculateCameraMovement ( ) : void | ||
CalculateCameraRotation ( ) : void | ||
CalculateCameraUpdates ( ) : void | ||
CalculateCameraZoom ( ) : void | ||
CameraUpdate ( ) : void | ||
FixedUpdate ( ) : void | ||
GetCamera ( ) : Camera | ||
SetCameraRotation ( Vector2 rotation ) : void | ||
SetCameraRotation ( float x, float y ) : void | ||
SetCameraZoom ( float amount ) : void | ||
SetTargetTransform ( Transform t ) : void | ||
Start ( ) : void | ||
Update ( ) : void |
public SetCameraRotation ( Vector2 rotation ) : void | ||
rotation | Vector2 | |
return | void |
public SetCameraRotation ( float x, float y ) : void | ||
x | float | |
y | float | |
return | void |
public SetTargetTransform ( Transform t ) : void | ||
t | Transform | |
return | void |
public Moba_Camera_Requirements, requirements | ||
return | Moba_Camera_Requirements, |