C# 클래스 DivineRightGame.ActorHandling.EffectsManager

For Handling of Effects
파일 보기 프로젝트 열기: Haedrian/Divine-Right

공개 메소드들

메소드 설명
PerformEffect ( Actor actor, Effect effect ) : void

Performs the effect on this actor. This includes assigning it to the effects list of the GameState

RemoveEffect ( Effect effect ) : void

Removes the effect of the effect (heh) on the actor. This includes removing it from GameState

메소드 상세

PerformEffect() 공개 정적인 메소드

Performs the effect on this actor. This includes assigning it to the effects list of the GameState
public static PerformEffect ( Actor actor, Effect effect ) : void
actor DRObjects.Actor
effect DRObjects.ActorHandling.Effect
리턴 void

RemoveEffect() 공개 정적인 메소드

Removes the effect of the effect (heh) on the actor. This includes removing it from GameState
public static RemoveEffect ( Effect effect ) : void
effect DRObjects.ActorHandling.Effect
리턴 void