C# 클래스 OpenRA.Mods.Common.AI.Squad

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

공개 프로퍼티들

프로퍼티 타입 설명
Type SquadType
Units List

공개 메소드들

메소드 설명
Squad ( HackyAI bot, SquadType type ) : System.Collections.Generic
Squad ( HackyAI bot, SquadType type, Actor target ) : System.Collections.Generic
Update ( ) : void

메소드 상세

Squad() 공개 메소드

public Squad ( HackyAI bot, SquadType type ) : System.Collections.Generic
bot HackyAI
type SquadType
리턴 System.Collections.Generic

Squad() 공개 메소드

public Squad ( HackyAI bot, SquadType type, Actor target ) : System.Collections.Generic
bot HackyAI
type SquadType
target Actor
리턴 System.Collections.Generic

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Type 공개적으로 프로퍼티

public SquadType Type
리턴 SquadType

Units 공개적으로 프로퍼티

public List Units
리턴 List