C# Class SubEntity, ANI2012A15

Inheritance: Entity
Mostra file Open project: philvoyer/ANI2012A15 Class Usage Examples

Public Properties

Property Type Description
positionX float
positionY float

Public Methods

Method Description
SubEntity ( String n, float x, float y ) : System
update ( ) : void

Method Details

SubEntity() public method

public SubEntity ( String n, float x, float y ) : System
n String
x float
y float
return System

update() public method

public update ( ) : void
return void

Property Details

positionX public_oe property

public float positionX
return float

positionY public_oe property

public float positionY
return float