Class ButtonZoomInput
Sends a float input to all subscribers, based on a set of two customizable Buttons using ButtonEventTrigger.
Inherited Members
Namespace: Goehler.IO.OrbitalCam
Assembly: Assembly-CSharp.dll
Syntax
[AddComponentMenu("Goehler Studios/Orbital Cam/Input - Buttons, Zoom")]
public class ButtonZoomInput : ZoomInput
Remarks
Derives from FloatInput. The OrbitalCameraSystem collects all instances of this component, on all child objects, and then uses the AddInputListener and RemoveInputListener to subscribe to the internal OnFloatInput event.