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

상속: Activity
파일 보기 프로젝트 열기: OpenRA/OpenRA

공개 메소드들

메소드 설명
Cancel ( Actor self ) : void
Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
GetTargets ( Actor self ) : IEnumerable
Tick ( Actor self ) : Activity

메소드 상세

Cancel() 공개 메소드

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

Drag() 공개 메소드

public Drag ( Actor self, WPos start, WPos end, int length ) : System.Collections.Generic
self Actor
start WPos
end WPos
length int
리턴 System.Collections.Generic

GetTargets() 공개 메소드

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

Tick() 공개 메소드

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