C# Class OpenRA.Traits.ResourceTypeInfo

Inheritance: ITraitInfo
Mostra file Open project: OpenRA/OpenRA Class Usage Examples

Public Properties

Property Type Description
AllowOnRamps bool
AllowUnderActors bool
AllowUnderBuildings bool
AllowedTerrainTypes HashSet
MaxDensity int
Name string
PipColor PipType
ResourceType int
Sequence string
TerrainType string
ValuePerUnit int

Public Methods

Method Description
Create ( ActorInitializer init ) : object

Method Details

Create() public method

public Create ( ActorInitializer init ) : object
init ActorInitializer
return object

Property Details

AllowOnRamps public_oe property

public bool AllowOnRamps
return bool

AllowUnderActors public_oe property

public bool AllowUnderActors
return bool

AllowUnderBuildings public_oe property

public bool AllowUnderBuildings
return bool

AllowedTerrainTypes public_oe property

public HashSet AllowedTerrainTypes
return HashSet

MaxDensity public_oe property

public int MaxDensity
return int

Name public_oe property

public string Name
return string

PipColor public_oe property

public PipType PipColor
return PipType

ResourceType public_oe property

public int ResourceType
return int

Sequence public_oe property

public string Sequence
return string

TerrainType public_oe property

public string TerrainType
return string

ValuePerUnit public_oe property

public int ValuePerUnit
return int