C# 클래스 OpenRA.TerrainTypeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
AcceptsSmudgeType HashSet
Color Color
CustomCursor string
IsWater bool
RestrictPlayerColor bool
TargetTypes HashSet
Type string

공개 메소드들

메소드 설명
Save ( ) : MiniYaml
TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic

비공개 메소드들

메소드 설명
TerrainTypeInfo ( ) : System.Collections.Generic

메소드 상세

Save() 공개 메소드

public Save ( ) : MiniYaml
리턴 MiniYaml

TerrainTypeInfo() 공개 메소드

public TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic
my MiniYaml
리턴 System.Collections.Generic

프로퍼티 상세

AcceptsSmudgeType 공개적으로 프로퍼티

public HashSet AcceptsSmudgeType
리턴 HashSet

Color 공개적으로 프로퍼티

public Color Color
리턴 Color

CustomCursor 공개적으로 프로퍼티

public string CustomCursor
리턴 string

IsWater 공개적으로 프로퍼티

public bool IsWater
리턴 bool

RestrictPlayerColor 공개적으로 프로퍼티

public bool RestrictPlayerColor
리턴 bool

TargetTypes 공개적으로 프로퍼티

public HashSet TargetTypes
리턴 HashSet

Type 공개적으로 프로퍼티

public string Type
리턴 string