Свойство | Тип | Описание | |
---|---|---|---|
ProjectionMatrix | Matrix | ||
ViewMatrix | Matrix |
Метод | Описание | |
---|---|---|
ConstructSphereVertices ( Vector3 position, float radius, Color color ) : Microsoft.Xna.Framework.Graphics.VertexPositionColor[] | ||
DrawLine ( Vector3 posStart, Vector3 posEnd, Color color, short points ) : void | ||
DrawSphere ( Vector3 position, float radius, Color color ) : void | ||
GeometryDebugger ( GraphicsDevice graphicsDevice, |
public ConstructSphereVertices ( Vector3 position, float radius, Color color ) : Microsoft.Xna.Framework.Graphics.VertexPositionColor[] | ||
position | Vector3 | |
radius | float | |
color | Color | |
Результат | Microsoft.Xna.Framework.Graphics.VertexPositionColor[] |
public DrawLine ( Vector3 posStart, Vector3 posEnd, Color color, short points ) : void | ||
posStart | Vector3 | |
posEnd | Vector3 | |
color | Color | |
points | short | |
Результат | void |
public DrawSphere ( Vector3 position, float radius, Color color ) : void | ||
position | Vector3 | |
radius | float | |
color | Color | |
Результат | void |
public GeometryDebugger ( GraphicsDevice graphicsDevice, |
||
graphicsDevice | GraphicsDevice | |
effect | ||
Результат | System |