Cinemachine
CinemachineOrbitalTransposer Methods |
The CinemachineOrbitalTransposer type exposes the following members.
Methods
Name | Description | |
---|---|---|
GeTargetCameraPosition | Internal API for the Inspector Editor, so it can draw a marker at the target (Inherited from CinemachineTransposer.) | |
GetReferenceOrientation | Internal API for the Inspector Editor, so it can draw a marker at the target (Inherited from CinemachineTransposer.) | |
InitPrevFrameStateInfo | Initializes the state for previous frame if appropriate. (Inherited from CinemachineTransposer.) | |
MutateCameraState | Positions the virtual camera according to the transposer rules. (Overrides CinemachineTransposerMutateCameraState(CameraState, Single).) | |
OnPositionDragged | API for the editor, to process a position drag from the user.
This implementation adds the delta to the follow offset, after zeroing out local x. (Overrides CinemachineTransposerOnPositionDragged(Vector3).) | |
OnValidate | (Overrides CinemachineTransposerOnValidate.) | |
TrackTarget | Positions the virtual camera according to the transposer rules. (Inherited from CinemachineTransposer.) | |
UpdateHeading |
When in slave mode, this should be called once and only
once every hrame to update the heading. When not in slave mode, this is called automatically.
|
See Also