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

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

보호된 프로퍼티들

프로퍼티 타입 설명
DockAngle int
DragLength int
DragOffset WVec
EndDrag WPos
Harv OpenRA.Mods.Common.Traits.Harvester
IsDragRequired bool
Refinery Actor
StartDrag WPos
dockingState State

공개 메소드들

메소드 설명
Cancel ( Actor self ) : void
GetTargets ( Actor self ) : IEnumerable
HarvesterDockSequence ( Actor self, Actor refinery, int dockAngle, bool isDragRequired, WVec dragOffset, int dragLength ) : System
OnStateDock ( Actor self ) : Activity
OnStateUndock ( Actor self ) : Activity
Tick ( Actor self ) : Activity

메소드 상세

Cancel() 공개 메소드

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

GetTargets() 공개 메소드

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

HarvesterDockSequence() 공개 메소드

public HarvesterDockSequence ( Actor self, Actor refinery, int dockAngle, bool isDragRequired, WVec dragOffset, int dragLength ) : System
self Actor
refinery Actor
dockAngle int
isDragRequired bool
dragOffset WVec
dragLength int
리턴 System

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

public abstract OnStateDock ( Actor self ) : Activity
self Actor
리턴 Activity

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

public abstract OnStateUndock ( Actor self ) : Activity
self Actor
리턴 Activity

Tick() 공개 메소드

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

프로퍼티 상세

DockAngle 보호되어 있는 프로퍼티

protected int DockAngle
리턴 int

DragLength 보호되어 있는 프로퍼티

protected int DragLength
리턴 int

DragOffset 보호되어 있는 프로퍼티

protected WVec DragOffset
리턴 WVec

EndDrag 보호되어 있는 프로퍼티

protected WPos EndDrag
리턴 WPos

Harv 보호되어 있는 프로퍼티

protected Harvester,OpenRA.Mods.Common.Traits Harv
리턴 OpenRA.Mods.Common.Traits.Harvester

IsDragRequired 보호되어 있는 프로퍼티

protected bool IsDragRequired
리턴 bool

Refinery 보호되어 있는 프로퍼티

protected Actor Refinery
리턴 Actor

StartDrag 보호되어 있는 프로퍼티

protected WPos StartDrag
리턴 WPos

dockingState 보호되어 있는 프로퍼티

protected State dockingState
리턴 State