Свойство | Тип | Описание | |
---|---|---|---|
Flags | int | ||
Texture | Texture2D |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
Draw ( |
||
GenerateDistanceGrid ( Game Game, DVector2 lonLatLeftBottomCorner, double step, int xStepsCount, int yStepsCount, Color color ) : |
||
GenerateGrid ( Game Game, DVector2 leftTop, DVector2 rightBottom, int dimX, int dimY, Color color, |
||
LinesGisLayer ( Game engine, int linesPointsCount, bool isDynamic = false ) : System | ||
Select ( System.DVector3 nearPoint, System.DVector3 farPoint ) : List |
||
UpdatePointsBuffer ( ) : void |
public Draw ( |
||
gameTime | ||
constBuffer | ConstantBuffer | |
Результат | void |
public static GenerateDistanceGrid ( Game Game, DVector2 lonLatLeftBottomCorner, double step, int xStepsCount, int yStepsCount, Color color ) : |
||
Game | Game | |
lonLatLeftBottomCorner | DVector2 | |
step | double | |
xStepsCount | int | |
yStepsCount | int | |
color | Color | |
Результат |
public static GenerateGrid ( Game Game, DVector2 leftTop, DVector2 rightBottom, int dimX, int dimY, Color color, |
||
Game | Game | |
leftTop | DVector2 | |
rightBottom | DVector2 | |
dimX | int | |
dimY | int | |
color | Color | |
projection | ||
keepQuad | bool | |
Результат |
public LinesGisLayer ( Game engine, int linesPointsCount, bool isDynamic = false ) : System | ||
engine | Game | |
linesPointsCount | int | |
isDynamic | bool | |
Результат | System |
public Select ( System.DVector3 nearPoint, System.DVector3 farPoint ) : List |
||
nearPoint | System.DVector3 | |
farPoint | System.DVector3 | |
Результат | List |