|
static void | Zoom (this Camera camera, float FOV, float T) |
| Smoothly change a camera's FOV from current to target FOV over T seconds. More...
|
|
static void UniExtensions.CameraExtensionMethods.Zoom |
( |
this Camera |
camera, |
|
|
float |
FOV, |
|
|
float |
T |
|
) |
| |
|
inlinestatic |
Smoothly change a camera's FOV from current to target FOV over T seconds.
- Parameters
-
camera | A Camera |
FOV | A System.Single The target FOV |
T | A System.Single The time in seconds taken to reach the target. |
The documentation for this class was generated from the following file: