Table of Contents

Class Movement

Namespace
AlphaFramework.World.Components
Assembly
AlphaFramework.World.dll

Controls the basic movement parameters.

public class Movement : ICloneable
Inheritance
Movement
Implements
Inherited Members
Extension Methods

Properties

Speed

How many units the EntityBase<TCoordinates, TTemplate> can walk per second.

public float Speed { get; set; }

Property Value

float

Methods

Clone()

Creates a shallow copy of this Movement

public Movement Clone()

Returns

Movement

The cloned Movement.

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.