Inherits ICameraModifier.
|
|
| PunchCameraModifier (Vector2 startPosition, Vector2 direction, float strength, float vibrationCyclesPerSecond, int frames, float distanceFalloff=-1f, string uniqueIdentity=null) |
| |
| void | Update (ref CameraInfo cameraInfo) |
| |
|
void | Update (ref CameraInfo cameraPosition) |
| |
|
| bool | Finished [get] |
| |
| string | UniqueIdentity [get] |
| | Will cause any other active camera modifiers with the same value to be cleared when this camera modifier is added More...
|
| |
|
bool | Finished [get] |
| |
| string | UniqueIdentity [get] |
| | Will cause any other active camera modifiers with the same value to be cleared when this camera modifier is added More...
|
| |
◆ Update()
| void PunchCameraModifier.Update |
( |
ref CameraInfo |
cameraInfo | ) |
|
◆ Finished
| bool PunchCameraModifier.Finished |
|
get |
◆ UniqueIdentity
| string PunchCameraModifier.UniqueIdentity |
|
get |
Will cause any other active camera modifiers with the same value to be cleared when this camera modifier is added
Implements ICameraModifier.