C# Class OpenRA.TerrainTemplateInfo

Afficher le fichier Open project: pchote/OpenRA

Méthodes publiques

Свойство Type Description
Category string
Frames int[]
Id ushort
Images string[]
Palette string
PickAny bool
Size OpenRA.int2

Méthodes publiques

Méthode Description
Contains ( int index ) : bool
Save ( TileSet tileSet ) : MiniYaml
TerrainTemplateInfo ( TileSet tileSet, MiniYaml my ) : System.Collections.Generic
TerrainTemplateInfo ( ushort id, string images, OpenRA.int2 size, byte tiles ) : System.Collections.Generic
this ( int index ) : TerrainTileInfo

Private Methods

Méthode Description
LoadTileInfo ( TileSet tileSet, MiniYaml my ) : TerrainTileInfo

Method Details

Contains() public méthode

public Contains ( int index ) : bool
index int
Résultat bool

Save() public méthode

public Save ( TileSet tileSet ) : MiniYaml
tileSet TileSet
Résultat MiniYaml

TerrainTemplateInfo() public méthode

public TerrainTemplateInfo ( TileSet tileSet, MiniYaml my ) : System.Collections.Generic
tileSet TileSet
my MiniYaml
Résultat System.Collections.Generic

TerrainTemplateInfo() public méthode

public TerrainTemplateInfo ( ushort id, string images, OpenRA.int2 size, byte tiles ) : System.Collections.Generic
id ushort
images string
size OpenRA.int2
tiles byte
Résultat System.Collections.Generic

this() public méthode

public this ( int index ) : TerrainTileInfo
index int
Résultat TerrainTileInfo

Property Details

Category public_oe property

public string Category
Résultat string

Frames public_oe property

public int[] Frames
Résultat int[]

Id public_oe property

public ushort Id
Résultat ushort

Images public_oe property

public string[] Images
Résultat string[]

Palette public_oe property

public string Palette
Résultat string

PickAny public_oe property

public bool PickAny
Résultat bool

Size public_oe property

public int2,OpenRA Size
Résultat OpenRA.int2