C# Класс TerrainDisplay.Extracted.ExtractedADT

Наследование: TerrainDisplay.MPQ.ADT.ADTBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Chunks ].ExtractedADTChunk[
IsWMOOnly bool
M2Defs List
QuadTree QuadTree
WMODefs List

Открытые методы

Метод Описание
ExtractedADT ( MapId mapId, int tileX, int tileY ) : System
GenerateHeightIndices ( int indexY, int indexX, int offset, List indices ) : void
GenerateHeightVertexAndIndices ( ) : void
GenerateHeightVertices ( int indexY, int indexX, ICollection vertices ) : int
GenerateLiquidIndices ( int indexY, int indexX, int offset, List indices ) : void
GenerateLiquidVertexAndIndices ( ) : void
GenerateLiquidVertices ( int indexY, int indexX, ICollection vertices ) : int
GetPotentialColliders ( WCell.Util.Graphics.Ray2D ray2D, List results ) : bool

Описание методов

ExtractedADT() публичный Метод

public ExtractedADT ( MapId mapId, int tileX, int tileY ) : System
mapId MapId
tileX int
tileY int
Результат System

GenerateHeightIndices() публичный Метод

public GenerateHeightIndices ( int indexY, int indexX, int offset, List indices ) : void
indexY int
indexX int
offset int
indices List
Результат void

GenerateHeightVertexAndIndices() публичный Метод

public GenerateHeightVertexAndIndices ( ) : void
Результат void

GenerateHeightVertices() публичный Метод

public GenerateHeightVertices ( int indexY, int indexX, ICollection vertices ) : int
indexY int
indexX int
vertices ICollection
Результат int

GenerateLiquidIndices() публичный Метод

public GenerateLiquidIndices ( int indexY, int indexX, int offset, List indices ) : void
indexY int
indexX int
offset int
indices List
Результат void

GenerateLiquidVertexAndIndices() публичный Метод

public GenerateLiquidVertexAndIndices ( ) : void
Результат void

GenerateLiquidVertices() публичный Метод

public GenerateLiquidVertices ( int indexY, int indexX, ICollection vertices ) : int
indexY int
indexX int
vertices ICollection
Результат int

GetPotentialColliders() публичный Метод

public GetPotentialColliders ( WCell.Util.Graphics.Ray2D ray2D, List results ) : bool
ray2D WCell.Util.Graphics.Ray2D
results List
Результат bool

Описание свойств

Chunks публичное свойство

public ExtractedADTChunk[,] Chunks
Результат ].ExtractedADTChunk[

IsWMOOnly публичное свойство

public bool IsWMOOnly
Результат bool

M2Defs публичное свойство

public List M2Defs
Результат List

QuadTree публичное свойство

public QuadTree QuadTree
Результат QuadTree

WMODefs публичное свойство

public List WMODefs
Результат List