CinemachineOrbitalTransposer Methods

Cinemachine

CinemachineOrbitalTransposer Methods

The CinemachineOrbitalTransposer type exposes the following members.

Methods
  NameDescription
Public methodGeTargetCameraPosition
Internal API for the Inspector Editor, so it can draw a marker at the target
(Inherited from CinemachineTransposer.)
Public methodGetReferenceOrientation
Internal API for the Inspector Editor, so it can draw a marker at the target
(Inherited from CinemachineTransposer.)
Protected methodInitPrevFrameStateInfo
Initializes the state for previous frame if appropriate.
(Inherited from CinemachineTransposer.)
Public methodMutateCameraState
Positions the virtual camera according to the transposer rules.
(Overrides CinemachineTransposerMutateCameraState(CameraState, Single).)
Public methodOnPositionDragged
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).)
Protected methodOnValidate (Overrides CinemachineTransposerOnValidate.)
Protected methodTrackTarget
Positions the virtual camera according to the transposer rules.
(Inherited from CinemachineTransposer.)
Public methodUpdateHeading
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.
Top
See Also