C# Class Bricklayer.Common.Entities.EntityState

Represents the current state of an entity (Its position, velocity, etc)
Afficher le fichier Open project: Cyral/Bricklayer Class Usage Examples

Méthodes publiques

Свойство Type Description
Bounds Microsoft.Xna.Framework.Rectangle
Movement Vector2
Position Vector2
Velocity Vector2

Property Details

Bounds public_oe property

public Rectangle,Microsoft.Xna.Framework Bounds
Résultat Microsoft.Xna.Framework.Rectangle

Movement public_oe property

public Vector2 Movement
Résultat Vector2

Position public_oe property

public Vector2 Position
Résultat Vector2

Velocity public_oe property

public Vector2 Velocity
Résultat Vector2