Package-level declarations

Provides model mount controller contracts.

Mount controllers define how rider and vehicle relationships are applied to model trackers. Built-in controller access lives here so callers can choose mount behavior without coupling to platform mount implementation details.

Example:


MountController controller = MountControllers.WALK;
var canControl = controller.canControl();

Since

3.2.0

Types

Link copied to clipboard
interface MountController
A mount controller of hit-box
Link copied to clipboard
Builtin mount controllers