AlphaFramework API  1.0.3
Public Member Functions | Properties | List of all members
AlphaFramework.World.Components.Movement Class Reference

Controls the basic movement parameters. More...

Inheritance diagram for AlphaFramework.World.Components.Movement:

Public Member Functions

override string ToString ()
 
Movement Clone ()
 Creates a shallow copy of this Movement More...
 

Properties

float Speed = 200 [get, set]
 How many units the EntityBase<TCoordinates,TTemplate> can walk per second. More...
 

Detailed Description

Controls the basic movement parameters.

Member Function Documentation

◆ Clone()

Movement AlphaFramework.World.Components.Movement.Clone ( )
inline

Creates a shallow copy of this Movement

Returns
The cloned Movement.

Property Documentation

◆ Speed

float AlphaFramework.World.Components.Movement.Speed = 200
getset

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


The documentation for this class was generated from the following file: