C# 클래스 OpenRA.Mods.Common.Traits.TechTree.Watcher

파일 보기 프로젝트 열기: pchote/OpenRA

공개 프로퍼티들

프로퍼티 타입 설명
Key string

공개 메소드들

메소드 설명
Update ( Cache ownedPrerequisites ) : void
Watcher ( string key, string prerequisites, int limit, ITechTreeElement watcher ) : System.Collections.Generic

비공개 메소드들

메소드 설명
HasPrerequisites ( Cache ownedPrerequisites ) : bool
IsHidden ( Cache ownedPrerequisites ) : bool

메소드 상세

Update() 공개 메소드

public Update ( Cache ownedPrerequisites ) : void
ownedPrerequisites Cache
리턴 void

Watcher() 공개 메소드

public Watcher ( string key, string prerequisites, int limit, ITechTreeElement watcher ) : System.Collections.Generic
key string
prerequisites string
limit int
watcher ITechTreeElement
리턴 System.Collections.Generic

프로퍼티 상세

Key 공개적으로 프로퍼티

public string Key
리턴 string