Controls Type

sealed class ControlsType

Model that hold controls type ControlsInput|ControlsGame

Author

Felipe Gonzalez

Inheritors

Types

Link copied to clipboard
class ControlsGame(val steering: Float, val throttle: Float, val brake: Float, val clutch: Float) : ControlsType

Controls related to game input

Link copied to clipboard
class ControlsInput(val steering: Float, val throttle: Float, val brake: Float, val clutch: Float) : ControlsType

Controls related to input

Properties

Link copied to clipboard
val brake: Float
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard