Velocity2D ClassDelta Engine Documentation
Component for any Entity moving around in 2D space with velocity limited to a maximum value It can be accelerated (or decelerated, which is the same) by a vector, by magnitude and direction, or by a scalar factor View code on GitHub
Inheritance Hierarchy

System Object
  SideScroller Velocity2D

Namespace: SideScroller
Assembly: SideScroller (in SideScroller.exe) Version: 1.1.1.0 (1.1.1)
Syntax

public class Velocity2D

The Velocity2D type exposes the following members.

Constructors

  NameDescription
Public methodVelocity2D
Initializes a new instance of the Velocity2D class
Top
Methods

  NameDescription
Public methodAccelerate
Top
Fields

  NameDescription
Public fieldmaximumSpeed
Public fieldvelocity
Top
Properties

  NameDescription
Public propertyVelocity
Top
See Also