VectorMovement

class VectorMovement(val spaceEngineers: SpaceEngineers, vectorMultiplier: Float = 9.0f) : CharacterMovement

Constructors

Link copied to clipboard
fun VectorMovement(spaceEngineers: SpaceEngineers, vectorMultiplier: Float = 9.0f)

Functions

Link copied to clipboard
open override fun move(    direction3d: CompositeDirection3d,     movementType: CharacterMovementType,     ticks: Int)
Link copied to clipboard
open override fun rotate(rotationDirection: RotationDirection, ticks: Int)

Properties

Link copied to clipboard
val spaceEngineers: SpaceEngineers