C# 클래스 EntityExtensions, entitas-2d-roguelike

파일 보기 프로젝트 열기: JamesMcMahon/entitas-2d-roguelike 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddAudioAttackSource() 공개 정적인 메소드

public static AddAudioAttackSource ( this entity ) : Entity
entity this
리턴 Entity

AddAudioDeathSource() 공개 정적인 메소드

public static AddAudioDeathSource ( this entity ) : Entity
entity this
리턴 Entity

AddAudioPickupSource() 공개 정적인 메소드

public static AddAudioPickupSource ( this entity ) : Entity
entity this
리턴 Entity

AddAudioWalkSource() 공개 정적인 메소드

public static AddAudioWalkSource ( this entity ) : Entity
entity this
리턴 Entity

AddDestructible() 공개 정적인 메소드

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

DamageDestructible() 공개 정적인 메소드

public static DamageDestructible ( this entity ) : Entity
entity this
리턴 Entity