• Manual
  • API Summary
  • About
Show / Hide Table of Contents
  • DOTS_TPC
    • DotsHelper
    • FollowMode
    • FreeLookMode
    • FreeLookMouseHideMode
    • MouseCursorHelper
    • StationaryModeType
    • TargetablesComparer
    • TargetableWithDistance
    • TPC_AllHitsCollector
    • TPC_CameraControllerJob
    • TPC_CameraControllerJob.DistanceComparer
    • TPC_CameraTarget
    • TPC_ControllerOptions
    • TPC_ControllerState
    • TPC_DebugOptions
    • TPC_FadeMaterial
    • TPC_FadeSystem
    • TPC_FadeSystem.FadeJob
    • TPC_FadeSystem.FadeJob.InternalCompiler
    • TPC_FadeSystem.FadeJob.InternalCompilerQueryAndHandleData
    • TPC_FadeSystem.FadeJob.InternalCompilerQueryAndHandleData.TypeHandle
    • TPC_FollowJob
    • TPC_FollowOptions
    • TPC_FollowState
    • TPC_FreeLookJob
    • TPC_FreeLookOptions
    • TPC_GatherInputsSystem
    • TPC_HitsCollector
    • TPC_IgnoreTag
    • TPC_Input
    • TPC_Input_FreeLook
    • TPC_Input_LockOn
    • TPC_Input_Shoulder
    • TPC_Input.CameraMovementActions
    • TPC_Input.ICameraMovementActions
    • TPC_LockOnCollector
    • TPC_LockOnJob
    • TPC_LockOnOptions
    • TPC_LockOnState
    • TPC_MainCamera
    • TPC_MainSystem
    • TPC_RaycasHitsCollector
    • TPC_ShoulderJob
    • TPC_ShoulderOptions
    • TPC_SmoothedTargetPosition
    • TPC_SyncMainCameraSystem
    • TPC_TargetableOffset
    • TPC_TargetableTag

Interface TPC_Input.ICameraMovementActions

Namespace: DOTS_TPC
Assembly: DOTS-TPC.dll
Syntax
public interface ICameraMovementActions

Methods

OnAim(InputAction.CallbackContext)

Declaration
void OnAim(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnCameraAxis(InputAction.CallbackContext)

Declaration
void OnCameraAxis(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnControllerCameraAxis(InputAction.CallbackContext)

Declaration
void OnControllerCameraAxis(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnEnableFreeLook(InputAction.CallbackContext)

Declaration
void OnEnableFreeLook(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnForceTargetDirection(InputAction.CallbackContext)

Declaration
void OnForceTargetDirection(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnLockOn(InputAction.CallbackContext)

Declaration
void OnLockOn(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnMouseVisibilityCancel(InputAction.CallbackContext)

Declaration
void OnMouseVisibilityCancel(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnMouseVisibilityToggle(InputAction.CallbackContext)

Declaration
void OnMouseVisibilityToggle(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnNextLockOnTarget(InputAction.CallbackContext)

Declaration
void OnNextLockOnTarget(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnPreviousLockOnTarget(InputAction.CallbackContext)

Declaration
void OnPreviousLockOnTarget(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnSwitchAimSide(InputAction.CallbackContext)

Declaration
void OnSwitchAimSide(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context

OnZoom(InputAction.CallbackContext)

Declaration
void OnZoom(InputAction.CallbackContext context)
Parameters
Type Name Description
InputAction.CallbackContext context
In This Article
Back to top Generated by DocFX