Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
OpenRA
Activities
Activity
C# 클래스 OpenRA.Activities.Activity
파일 보기
프로젝트 열기: OpenRA/OpenRA
1 사용 예제들
공개 메소드들
메소드
설명
Cancel
(
Actor
self
) :
void
GetTargets
(
Actor
self
) :
IEnumerable
Queue
(
Activity
activity
) :
void
Tick
(
Actor
self
) :
Activity
메소드 상세
Cancel()
공개
메소드
public
Cancel
(
Actor
self
) :
void
self
Actor
리턴
void
GetTargets()
공개
메소드
public
GetTargets
(
Actor
self
) :
IEnumerable
self
Actor
리턴
IEnumerable
Queue()
공개
메소드
public
Queue
(
Activity
activity
) :
void
activity
Activity
리턴
void
Tick()
공개
추상적인
메소드
public
abstract
Tick
(
Actor
self
) :
Activity
self
Actor
리턴
Activity