C# Class OpenRA.TerrainTypeInfo

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Свойство Type Description
AcceptsSmudgeType HashSet
Color Color
CustomCursor string
IsWater bool
RestrictPlayerColor bool
TargetTypes HashSet
Type string

Méthodes publiques

Méthode Description
Save ( ) : MiniYaml
TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic

Private Methods

Méthode Description
TerrainTypeInfo ( ) : System.Collections.Generic

Method Details

Save() public méthode

public Save ( ) : MiniYaml
Résultat MiniYaml

TerrainTypeInfo() public méthode

public TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic
my MiniYaml
Résultat System.Collections.Generic

Property Details

AcceptsSmudgeType public_oe property

public HashSet AcceptsSmudgeType
Résultat HashSet

Color public_oe property

public Color Color
Résultat Color

CustomCursor public_oe property

public string CustomCursor
Résultat string

IsWater public_oe property

public bool IsWater
Résultat bool

RestrictPlayerColor public_oe property

public bool RestrictPlayerColor
Résultat bool

TargetTypes public_oe property

public HashSet TargetTypes
Résultat HashSet

Type public_oe property

public string Type
Résultat string