Engine API Reference - v2.21.0-beta.13
    Preparing search index...

    Class InputControllerAlpha

    The base class for all input controllers.

    Hierarchy (View Summary)

    Index
    _pose: Pose = ...
    • Alpha

      Parameters

      • pose: Pose

        The initial pose of the controller.

      • Optionalsmooth: boolean = true

        Whether to smooth the transition.

      Returns void

    • Alpha

      Returns void

    • Alpha

      Returns void

    • Alpha

      Parameters

      • frame: InputFrame<any>

        The input frame.

      • dt: number

        The delta time.

      Returns Pose

      • The controller pose.