Cinemachine
CameraState Properties |
The CameraState type exposes the following members.
Properties
Name | Description | |
---|---|---|
CorrectedOrientation |
Orientation with correction applied.
| |
CorrectedPosition |
Position with correction applied.
| |
Default |
State with default values
| |
FinalOrientation |
Orientation with correction and dutch applied. This is what the final camera gets.
| |
FinalPosition |
Position with correction applied. This is what the final camera gets.
| |
HasLookAt |
Returns true if this state has a valid ReferenceLookAt value.
| |
Lens |
Camera Lens Settings.
| |
NumCustomBlendables | The number of custom blendables that will be applied to the camera.
The base system manages but otherwise ignores this data - it is intended for
extension modules | |
OrientationCorrection |
Orientation correction. This will be added to the raw orientation.
This value doesn't get fed back into the system when calculating the next frame.
Can be noise, or smoothing, or both, or something else.
| |
PositionCorrection |
Position correction. This will be added to the raw position.
This value doesn't get fed back into the system when calculating the next frame.
Can be noise, or smoothing, or both, or something else.
| |
RawOrientation |
Raw (un-corrected) world space orientation of this camera
| |
RawPosition |
Raw (un-corrected) world space position of this camera
| |
ReferenceLookAt |
The world space focus point of the camera. What the camera wants to look at.
There is a special constant define to represent "nothing". Be careful to
check for that (or check the HasLookAt property).
| |
ReferenceUp |
Which way is up. World space unit vector.
| |
ShotQuality |
Subjective estimation of how "good" the shot is.
Larger values mean better quality. Default is 1.
|
See Also