C# Class Electric_Potatoe_TD.Mob.Mob

Afficher le fichier Open project: Haseo/Electric-Potatoe-TD Class Usage Examples

Protected Properties

Свойство Type Description
Waypoint List
currentLoop int
idx int
mobAttack int
mobMaxPV int
mobName String
mobPV int
mobPos Vector2
mobSpeed int
mobType EMobType

Méthodes publiques

Méthode Description
GetMobType ( ) : EMobType
IsDead ( ) : bool
TakeDamage ( int damage ) : bool
update ( ) : int

Méthodes protégées

Méthode Description
Attack ( ) : int
CalcNewCoord ( ) : void
isMoving ( ) : bool

Method Details

Attack() protected méthode

protected Attack ( ) : int
Résultat int

CalcNewCoord() protected méthode

protected CalcNewCoord ( ) : void
Résultat void

GetMobType() public méthode

public GetMobType ( ) : EMobType
Résultat EMobType

IsDead() public méthode

public IsDead ( ) : bool
Résultat bool

TakeDamage() public méthode

public TakeDamage ( int damage ) : bool
damage int
Résultat bool

isMoving() protected méthode

protected isMoving ( ) : bool
Résultat bool

update() public méthode

public update ( ) : int
Résultat int

Property Details

Waypoint protected_oe property

protected List Waypoint
Résultat List

currentLoop protected_oe property

protected int currentLoop
Résultat int

idx protected_oe property

protected int idx
Résultat int

mobAttack protected_oe property

protected int mobAttack
Résultat int

mobMaxPV protected_oe property

protected int mobMaxPV
Résultat int

mobName protected_oe property

protected String mobName
Résultat String

mobPV protected_oe property

protected int mobPV
Résultat int

mobPos protected_oe property

protected Vector2 mobPos
Résultat Vector2

mobSpeed protected_oe property

protected int mobSpeed
Résultat int

mobType protected_oe property

protected EMobType mobType
Résultat EMobType