Class ButtonMoveInput
Sends a Vector2 input to all subscribers, based on a set of four customizable Buttons using ButtonEventTrigger, every frame that the button is held down.
Inherited Members
Namespace: Goehler.IO.OrbitalCam
Assembly: Assembly-CSharp.dll
Syntax
[AddComponentMenu("Goehler Studios/Orbital Cam/Input - Buttons, Move")]
public class ButtonMoveInput : MoveInput
Remarks
Derives from VectorInput. The OrbitalCameraSystem collects all instances of this component, on all child objects, and then uses the AddInputListener and RemoveInputListener to subscribe to the internal OnVectorInput event.