PlayerVelocityStrafe

class PlayerVelocityStrafe(val movementInput: Vec3, val speed: Float, val yaw: Float, var velocity: Vec3) : Event

Constructors

Link copied to clipboard
constructor(movementInput: Vec3, speed: Float, yaw: Float, velocity: Vec3)

Properties

Link copied to clipboard
Link copied to clipboard
val movementInput: Vec3
Link copied to clipboard
Link copied to clipboard
var velocity: Vec3
Link copied to clipboard
val yaw: Float