C# Class SubEntity, ANI2012A15

Inheritance: Entity
Afficher le fichier Open project: philvoyer/ANI2012A15 Class Usage Examples

Méthodes publiques

Свойство Type Description
positionX float
positionY float

Méthodes publiques

Méthode Description
SubEntity ( String n, float x, float y ) : System
update ( ) : void

Method Details

SubEntity() public méthode

public SubEntity ( String n, float x, float y ) : System
n String
x float
y float
Résultat System

update() public méthode

public update ( ) : void
Résultat void

Property Details

positionX public_oe property

public float positionX
Résultat float

positionY public_oe property

public float positionY
Résultat float