C# Class OpenRA.MapGrid

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

Méthodes publiques

Свойство Type Description
DefaultSubCell SubCell
EnableDepthBuffer bool
MaximumTerrainHeight byte
MaximumTileSearchRange int
SubCellOffsets OpenRA.WVec[]
TileSize System.Drawing.Size
Type MapGridType

Méthodes publiques

Méthode Description
MapGrid ( MiniYaml yaml ) : System.Collections.Generic
OffsetOfSubCell ( SubCell subCell ) : OpenRA.WVec

Private Methods

Méthode Description
CreateTilesByDistance ( ) : OpenRA.CVec[][]

Method Details

MapGrid() public méthode

public MapGrid ( MiniYaml yaml ) : System.Collections.Generic
yaml MiniYaml
Résultat System.Collections.Generic

OffsetOfSubCell() public méthode

public OffsetOfSubCell ( SubCell subCell ) : OpenRA.WVec
subCell SubCell
Résultat OpenRA.WVec

Property Details

DefaultSubCell public_oe property

public SubCell DefaultSubCell
Résultat SubCell

EnableDepthBuffer public_oe property

public bool EnableDepthBuffer
Résultat bool

MaximumTerrainHeight public_oe property

public byte MaximumTerrainHeight
Résultat byte

MaximumTileSearchRange public_oe property

public int MaximumTileSearchRange
Résultat int

SubCellOffsets public_oe property

public WVec[],OpenRA SubCellOffsets
Résultat OpenRA.WVec[]

TileSize public_oe property

public Size,System.Drawing TileSize
Résultat System.Drawing.Size

Type public_oe property

public MapGridType Type
Résultat MapGridType