C# 클래스 OpenRA.Mods.Common.Activities.Fly

상속: Activity
파일 보기 프로젝트 열기: pchote/OpenRA 1 사용 예제들

공개 메소드들

메소드 설명
Fly ( Actor self, Target t ) : System.Collections.Generic
Fly ( Actor self, Target t, WDist minRange, WDist maxRange ) : System.Collections.Generic
FlyToward ( Actor self, Aircraft plane, int desiredFacing, WDist desiredAltitude ) : void
GetTargets ( Actor self ) : IEnumerable
Tick ( Actor self ) : Activity

메소드 상세

Fly() 공개 메소드

public Fly ( Actor self, Target t ) : System.Collections.Generic
self Actor
t OpenRA.Traits.Target
리턴 System.Collections.Generic

Fly() 공개 메소드

public Fly ( Actor self, Target t, WDist minRange, WDist maxRange ) : System.Collections.Generic
self Actor
t OpenRA.Traits.Target
minRange WDist
maxRange WDist
리턴 System.Collections.Generic

FlyToward() 공개 정적인 메소드

public static FlyToward ( Actor self, Aircraft plane, int desiredFacing, WDist desiredAltitude ) : void
self Actor
plane Aircraft
desiredFacing int
desiredAltitude WDist
리턴 void

GetTargets() 공개 메소드

public GetTargets ( Actor self ) : IEnumerable
self Actor
리턴 IEnumerable

Tick() 공개 메소드

public Tick ( Actor self ) : Activity
self Actor
리턴 Activity