OptionalcollisionThe radius of the collision sphere. Defaults to 0.5.
OptionalenableWhether collisions are enabled. Requires a Scene reference.
OptionalenableWhether movement (WASD) is enabled. Defaults to true.
OptionalenableWhether rotation (Mouse) is enabled. Defaults to true.
OptionalenableWhether vertical movement (Q/E) is enabled. Defaults to true.
OptionalinputOptional input source (for testing). Defaults to global Input.instance.
OptionalinputInput mode for A/D keys (STRAFE or TANK). Defaults to TANK.
OptionallookLook sensitivity. Defaults to 0.005.
OptionalmoveMovement speed in units per second. Defaults to 10.
OptionalsceneThe scene to check for collisions.
Configuration for the FPSController.