Method UpdateCameraState
UpdateCameraState(Vector3, float)
Make sure the source cameras get updated.
Declaration
public void UpdateCameraState(Vector3 worldUp, float deltaTime)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | worldUp | Default world up. Individual vcams may modify this |
float | deltaTime | Time increment used for calculating time-based behaviours (e.g. damping) |