C# 클래스 OpenRA.ActorReference

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

공개 프로퍼티들

프로퍼티 타입 설명
Type string

공개 메소드들

메소드 설명
ActorReference ( string type ) : System
ActorReference ( string type, MiniYaml>.Dictionary inits ) : System
Add ( object o ) : void
GetEnumerator ( ) : IEnumerator
Save ( bool>.Func initFilter = null ) : MiniYaml

비공개 메소드들

메소드 설명
LoadInit ( string traitName, MiniYaml my ) : IActorInit

메소드 상세

ActorReference() 공개 메소드

public ActorReference ( string type ) : System
type string
리턴 System

ActorReference() 공개 메소드

public ActorReference ( string type, MiniYaml>.Dictionary inits ) : System
type string
inits MiniYaml>.Dictionary
리턴 System

Add() 공개 메소드

public Add ( object o ) : void
o object
리턴 void

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : IEnumerator
리턴 IEnumerator

Save() 공개 메소드

public Save ( bool>.Func initFilter = null ) : MiniYaml
initFilter bool>.Func
리턴 MiniYaml

프로퍼티 상세

Type 공개적으로 프로퍼티

public string Type
리턴 string