Show / Hide Table of Contents

Class StepInput

Abstract class. ButtonRotateStepInput and KeyRotateStepInput inherits from this class. OrbitalCameraSystem uses the AddClickListener and RemoveClickListener to subscribe to the internal OnVectorClick event.

Inheritance
object
Object
Component
Behaviour
MonoBehaviour
StepInput
Namespace: Goehler.IO.OrbitalCam
Assembly: Assembly-CSharp.dll
Syntax
public abstract class StepInput : MonoBehaviour

Fields

OnVectorClick

Declaration
protected UnityEvent<Vector2> OnVectorClick
Field Value
Type Description
UnityEvent<Vector2>

Methods

AddClickListener(UnityAction<Vector2>)

Declaration
public void AddClickListener(UnityAction<Vector2> callback)
Parameters
Type Name Description
UnityAction<Vector2> callback

RemoveClickListener(UnityAction<Vector2>)

Declaration
public void RemoveClickListener(UnityAction<Vector2> callback)
Parameters
Type Name Description
UnityAction<Vector2> callback
In this article
Back to top © 2023-2025 Goehler Studios