C# Class BattleNet.Entity

Afficher le fichier Open project: dkuwahara/AlphaBot

Protected Properties

Свойство Type Description
m_id System.UInt32
m_initialized System.Boolean
m_location Coordinate

Méthodes publiques

Méthode Description
Entity ( ) : System
Entity ( UInt32 id, Int32 x, Int32 y ) : System

Method Details

Entity() public méthode

public Entity ( ) : System
Résultat System

Entity() public méthode

public Entity ( UInt32 id, Int32 x, Int32 y ) : System
id System.UInt32
x System.Int32
y System.Int32
Résultat System

Property Details

m_id protected_oe property

protected UInt32,System m_id
Résultat System.UInt32

m_initialized protected_oe property

protected Boolean,System m_initialized
Résultat System.Boolean

m_location protected_oe property

protected Coordinate m_location
Résultat Coordinate