Class CameraStateExtensions
Extension methods for CameraState.
Inherited Members
Namespace: Unity.Cinemachine
Assembly: solution.dll
Syntax
public static class CameraStateExtensions
Methods
| Name | Description |
|---|---|
| FindCustomBlendable(CameraState, Object) | Returns the index of the custom blendable that is associated with the input. |
| GetCorrectedOrientation(CameraState) | Orientation with correction applied. |
| GetCorrectedPosition(CameraState) | Position with correction applied. |
| GetCustomBlendable(CameraState, int) | Get a custom blendable that will be applied to the camera. |
| GetFinalOrientation(CameraState) | Orientation with correction and dutch applied. This is what the final camera gets. |
| GetFinalPosition(CameraState) | Position with correction applied. This is what the final camera gets. |
| GetNumCustomBlendables(CameraState) | Get the number of custom blendable items that have been added to this CameraState |
| HasLookAt(CameraState) | Returns true if this state has a valid ReferenceLookAt value. |