C# Class EntityExtensions, entitas-2d-roguelike

ファイルを表示 Open project: JamesMcMahon/entitas-2d-roguelike Class Usage Examples

Public Methods

Method Description
AddAudioAttackSource ( this entity ) : Entity
AddAudioDeathSource ( this entity ) : Entity
AddAudioPickupSource ( this entity ) : Entity
AddAudioWalkSource ( this entity ) : Entity
AddDestructible ( this entity, int hp ) : Entity
DamageDestructible ( this entity ) : Entity

Method Details

AddAudioAttackSource() public static method

public static AddAudioAttackSource ( this entity ) : Entity
entity this
return Entity

AddAudioDeathSource() public static method

public static AddAudioDeathSource ( this entity ) : Entity
entity this
return Entity

AddAudioPickupSource() public static method

public static AddAudioPickupSource ( this entity ) : Entity
entity this
return Entity

AddAudioWalkSource() public static method

public static AddAudioWalkSource ( this entity ) : Entity
entity this
return Entity

AddDestructible() public static method

public static AddDestructible ( this entity, int hp ) : Entity
entity this
hp int
return Entity

DamageDestructible() public static method

public static DamageDestructible ( this entity ) : Entity
entity this
return Entity