C# 클래스 OpenRA.Mods.Common.Traits.Wanders

상속: INotifyIdle, INotifyBecomingIdle
파일 보기 프로젝트 열기: cjshmyr/OpenRA

공개 메소드들

메소드 설명
DoAction ( Actor self, CPos targetCell ) : void
OnBecomingIdle ( Actor self ) : void
TickIdle ( Actor self ) : void
Wanders ( Actor self, WandersInfo info ) : System

비공개 메소드들

메소드 설명
PickTargetLocation ( ) : CPos

메소드 상세

DoAction() 공개 메소드

public DoAction ( Actor self, CPos targetCell ) : void
self Actor
targetCell CPos
리턴 void

OnBecomingIdle() 공개 메소드

public OnBecomingIdle ( Actor self ) : void
self Actor
리턴 void

TickIdle() 공개 메소드

public TickIdle ( Actor self ) : void
self Actor
리턴 void

Wanders() 공개 메소드

public Wanders ( Actor self, WandersInfo info ) : System
self Actor
info WandersInfo
리턴 System