Table of Contents

Struct SampleScenesInput.SampleScenesActions

Namespace
CodeBase.CameraSystem.Input
Assembly
Assembly-CSharp.dll
public struct SampleScenesInput.SampleScenesActions

Constructors

SampleScenesActions(SampleScenesInput)

public SampleScenesActions(SampleScenesInput wrapper)

Parameters

wrapper SampleScenesInput

Fields

m_Wrapper

private SampleScenesInput m_Wrapper

Field Value

SampleScenesInput

Properties

ChangeCameraSocket

public InputAction ChangeCameraSocket { get; }

Property Value

InputAction

NextCamera

public InputAction NextCamera { get; }

Property Value

InputAction

PreviousCamera

public InputAction PreviousCamera { get; }

Property Value

InputAction

ToggleCameraChanging

public InputAction ToggleCameraChanging { get; }

Property Value

InputAction

ToggleFollowMode

public InputAction ToggleFollowMode { get; }

Property Value

InputAction

ToggleMovingByDraggingScreenMode

public InputAction ToggleMovingByDraggingScreenMode { get; }

Property Value

InputAction

ToggleMovingWithKeyboardMode

public InputAction ToggleMovingWithKeyboardMode { get; }

Property Value

InputAction

ToggleMovingWithMouseMode

public InputAction ToggleMovingWithMouseMode { get; }

Property Value

InputAction

enabled

public bool enabled { get; }

Property Value

bool

Methods

Disable()

public void Disable()

Enable()

public void Enable()

Get()

public InputActionMap Get()

Returns

InputActionMap

SetCallbacks(ISampleScenesActions)

public void SetCallbacks(SampleScenesInput.ISampleScenesActions instance)

Parameters

instance SampleScenesInput.ISampleScenesActions

Operators

implicit operator InputActionMap(SampleScenesActions)

public static implicit operator InputActionMap(SampleScenesInput.SampleScenesActions set)

Parameters

set SampleScenesInput.SampleScenesActions

Returns

InputActionMap