C# Class OpenRA.TerrainTypeInfo

Mostrar archivo Open project: pchote/OpenRA Class Usage Examples

Public Properties

Property Type Description
AcceptsSmudgeType HashSet
Color Color
CustomCursor string
IsWater bool
RestrictPlayerColor bool
TargetTypes HashSet
Type string

Public Methods

Method Description
Save ( ) : MiniYaml
TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic

Private Methods

Method Description
TerrainTypeInfo ( ) : System.Collections.Generic

Method Details

Save() public method

public Save ( ) : MiniYaml
return MiniYaml

TerrainTypeInfo() public method

public TerrainTypeInfo ( MiniYaml my ) : System.Collections.Generic
my MiniYaml
return System.Collections.Generic

Property Details

AcceptsSmudgeType public_oe property

public HashSet AcceptsSmudgeType
return HashSet

Color public_oe property

public Color Color
return Color

CustomCursor public_oe property

public string CustomCursor
return string

IsWater public_oe property

public bool IsWater
return bool

RestrictPlayerColor public_oe property

public bool RestrictPlayerColor
return bool

TargetTypes public_oe property

public HashSet TargetTypes
return HashSet

Type public_oe property

public string Type
return string