C# Class OpenRA.Traits.ResourceTypeInfo

Inheritance: ITraitInfo
Afficher le fichier Open project: OpenRA/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
AllowOnRamps bool
AllowUnderActors bool
AllowUnderBuildings bool
AllowedTerrainTypes HashSet
MaxDensity int
Name string
PipColor PipType
ResourceType int
Sequence string
TerrainType string
ValuePerUnit int

Méthodes publiques

Méthode Description
Create ( ActorInitializer init ) : object

Method Details

Create() public méthode

public Create ( ActorInitializer init ) : object
init ActorInitializer
Résultat object

Property Details

AllowOnRamps public_oe property

public bool AllowOnRamps
Résultat bool

AllowUnderActors public_oe property

public bool AllowUnderActors
Résultat bool

AllowUnderBuildings public_oe property

public bool AllowUnderBuildings
Résultat bool

AllowedTerrainTypes public_oe property

public HashSet AllowedTerrainTypes
Résultat HashSet

MaxDensity public_oe property

public int MaxDensity
Résultat int

Name public_oe property

public string Name
Résultat string

PipColor public_oe property

public PipType PipColor
Résultat PipType

ResourceType public_oe property

public int ResourceType
Résultat int

Sequence public_oe property

public string Sequence
Résultat string

TerrainType public_oe property

public string TerrainType
Résultat string

ValuePerUnit public_oe property

public int ValuePerUnit
Résultat int