Search Results for

    Show / Hide Table of Contents

    Class InputController

    Reads in the inputs from the mouse and passes them to the InputHandler.

    Inheritance
    object
    InputController
    Namespace: AS2.UI
    Assembly: .dll
    Syntax
    public class InputController : MonoBehaviour

    Fields

    | Edit this page View Source

    debugMode

    Declaration
    private bool debugMode
    Field Value
    Type Description
    bool
    | Edit this page View Source

    mouseState

    Declaration
    private InputHandler.MouseState mouseState
    Field Value
    Type Description
    InputHandler.MouseState

    Methods

    | Edit this page View Source

    DebugMouseInformation()

    Declaration
    public void DebugMouseInformation()
    | Edit this page View Source

    ManUpdate()

    Call this once per frame. Reads the information from the mouse and keyboard and sends it to the InputHandler.

    Declaration
    public void ManUpdate()
    | Edit this page View Source

    Start()

    Declaration
    private void Start()
    • Edit this page
    • View Source
    In this article
    Back to top AmoebotSim 2.0 Documentation v1.11
    Copyright © 2025 AmoebotSim 2.0 Authors
    Generated by DocFX