C# 클래스 OpenRA.Traits.ResourceTypeInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
AllowOnRamps bool
AllowUnderActors bool
AllowUnderBuildings bool
AllowedTerrainTypes HashSet
MaxDensity int
Name string
PipColor PipType
ResourceType int
Sequence string
TerrainType string
ValuePerUnit int

공개 메소드들

메소드 설명
Create ( ActorInitializer init ) : object

메소드 상세

Create() 공개 메소드

public Create ( ActorInitializer init ) : object
init ActorInitializer
리턴 object

프로퍼티 상세

AllowOnRamps 공개적으로 프로퍼티

public bool AllowOnRamps
리턴 bool

AllowUnderActors 공개적으로 프로퍼티

public bool AllowUnderActors
리턴 bool

AllowUnderBuildings 공개적으로 프로퍼티

public bool AllowUnderBuildings
리턴 bool

AllowedTerrainTypes 공개적으로 프로퍼티

public HashSet AllowedTerrainTypes
리턴 HashSet

MaxDensity 공개적으로 프로퍼티

public int MaxDensity
리턴 int

Name 공개적으로 프로퍼티

public string Name
리턴 string

PipColor 공개적으로 프로퍼티

public PipType PipColor
리턴 PipType

ResourceType 공개적으로 프로퍼티

public int ResourceType
리턴 int

Sequence 공개적으로 프로퍼티

public string Sequence
리턴 string

TerrainType 공개적으로 프로퍼티

public string TerrainType
리턴 string

ValuePerUnit 공개적으로 프로퍼티

public int ValuePerUnit
리턴 int