C# 클래스 World.GameActions.GameAction

파일 보기 프로젝트 열기: GoodAI/BrainSimulator 1 사용 예제들

공개 메소드들

메소드 설명
Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable tilesetTable ) : void

Resolve implements default action implementation (where applicable)

보호된 메소드들

메소드 설명
GameAction ( GameActor sender ) : World.Atlas

메소드 상세

GameAction() 보호된 메소드

protected GameAction ( GameActor sender ) : World.Atlas
sender GameActor
리턴 World.Atlas

Resolve() 공개 추상적인 메소드

Resolve implements default action implementation (where applicable)
public abstract Resolve ( GameActorPosition target, IAtlas atlas, ITilesetTable tilesetTable ) : void
target GameActorPosition Target of the action
atlas IAtlas
tilesetTable ITilesetTable
리턴 void