• 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

Struct TPC_Input.CameraMovementActions

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.GetType()
Object.ReferenceEquals(Object, Object)
Namespace: DOTS_TPC
Assembly: DOTS-TPC.dll
Syntax
public struct CameraMovementActions

Constructors

CameraMovementActions(TPC_Input)

Declaration
public CameraMovementActions(TPC_Input wrapper)
Parameters
Type Name Description
TPC_Input wrapper

Properties

Aim

Declaration
public readonly InputAction Aim { get; }
Property Value
Type Description
InputAction

CameraAxis

Declaration
public readonly InputAction CameraAxis { get; }
Property Value
Type Description
InputAction

ControllerCameraAxis

Declaration
public readonly InputAction ControllerCameraAxis { get; }
Property Value
Type Description
InputAction

enabled

Declaration
public readonly bool enabled { get; }
Property Value
Type Description
Boolean

EnableFreeLook

Declaration
public readonly InputAction EnableFreeLook { get; }
Property Value
Type Description
InputAction

ForceTargetDirection

Declaration
public readonly InputAction ForceTargetDirection { get; }
Property Value
Type Description
InputAction

LockOn

Declaration
public readonly InputAction LockOn { get; }
Property Value
Type Description
InputAction

MouseVisibilityCancel

Declaration
public readonly InputAction MouseVisibilityCancel { get; }
Property Value
Type Description
InputAction

MouseVisibilityToggle

Declaration
public readonly InputAction MouseVisibilityToggle { get; }
Property Value
Type Description
InputAction

NextLockOnTarget

Declaration
public readonly InputAction NextLockOnTarget { get; }
Property Value
Type Description
InputAction

PreviousLockOnTarget

Declaration
public readonly InputAction PreviousLockOnTarget { get; }
Property Value
Type Description
InputAction

SwitchAimSide

Declaration
public readonly InputAction SwitchAimSide { get; }
Property Value
Type Description
InputAction

Zoom

Declaration
public readonly InputAction Zoom { get; }
Property Value
Type Description
InputAction

Methods

AddCallbacks(TPC_Input.ICameraMovementActions)

Declaration
public void AddCallbacks(TPC_Input.ICameraMovementActions instance)
Parameters
Type Name Description
TPC_Input.ICameraMovementActions instance

Disable()

Declaration
public void Disable()

Enable()

Declaration
public void Enable()

Get()

Declaration
public InputActionMap Get()
Returns
Type Description
InputActionMap

RemoveCallbacks(TPC_Input.ICameraMovementActions)

Declaration
public void RemoveCallbacks(TPC_Input.ICameraMovementActions instance)
Parameters
Type Name Description
TPC_Input.ICameraMovementActions instance

SetCallbacks(TPC_Input.ICameraMovementActions)

Declaration
public void SetCallbacks(TPC_Input.ICameraMovementActions instance)
Parameters
Type Name Description
TPC_Input.ICameraMovementActions instance

Operators

Implicit(TPC_Input.CameraMovementActions to InputActionMap)

Declaration
public static implicit operator InputActionMap(TPC_Input.CameraMovementActions set)
Parameters
Type Name Description
TPC_Input.CameraMovementActions set
Returns
Type Description
InputActionMap
In This Article
Back to top Generated by DocFX