Cinemachine
CinemachineOrbitalTransposerOnPositionDragged Method |
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.
Namespace: Cinemachine
Assembly: Cinemachine (in Cinemachine.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public override void OnPositionDragged( Vector3 delta )
function OnPositionDragged(delta);
Parameters
- delta
- Type: Vector3
The amount dragged this frame
See Also