프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Colors | ushort[] | ||
HorizontalWireFrameChar | byte | ||
UpLeftWireFrameChar | byte | ||
UpRightWireFrameChar | byte | ||
VerticleWireFrameChar | byte |
메소드 | 설명 | |
---|---|---|
ClearImage ( byte clearCharacter = null, byte clearColor = null ) : void | ||
DrawAxes ( ITransformation transformation, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawLine ( ITransformation transformation, Vector2 point1, Vector2 point2, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawLine ( ITransformation transformation, Vector3 point1, Vector3 point2, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawMeshBoundingBox ( ITransformation transformation, IEnumerable |
||
DrawMeshBoundingBox ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawMeshCenters ( ITransformation transformation, IEnumerable |
||
DrawMeshCenters ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawMeshFilled ( ITransformation transformation, IEnumerable |
||
DrawMeshFilled ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawMeshVertices ( ITransformation transformation, IEnumerable |
||
DrawMeshVertices ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawMeshWired ( ITransformation transformation, IEnumerable |
||
DrawMeshWired ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawPoint ( ITransformation transformation, Vector2 point, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawPoint ( ITransformation transformation, Vector3 point, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
DrawPoints ( ITransformation transformation, IEnumerable |
||
DrawPoints ( ITransformation transformation, IEnumerable |
||
DrawPolygonFilled ( ITransformation transformation, IEnumerable |
||
DrawPolygonFilled ( ITransformation transformation, IEnumerable |
||
DrawPolygonWired ( ITransformation transformation, IEnumerable |
||
DrawPolygonWired ( ITransformation transformation, IEnumerable |
||
DrawStringHorizontal ( ITransformation transformation, Vector2 location, string messageString, ushort colorOverride = null ) : void | ||
DrawStringVertical ( ITransformation transformation, Vector2 location, string messageString, ushort colorOverride = null ) : void | ||
GetPixelCharacter ( int x, int y ) : byte? | ||
GetPixelColor ( int x, int y ) : ushort? | ||
Rasterize ( ) : IGraphicsBuffer | ||
Rasterizer ( int width, int height ) : System.Collections.Generic |
메소드 | 설명 | |
---|---|---|
GetPolygonEdges ( IEnumerable |
||
GetPolygonEdges ( IEnumerable |
||
IsNotCulled ( int x, int y, float z, bool ignoreZ = false ) : bool |
public ClearImage ( byte clearCharacter = null, byte clearColor = null ) : void | ||
clearCharacter | byte | |
clearColor | byte | |
리턴 | void |
public DrawAxes ( ITransformation transformation, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawLine ( ITransformation transformation, Vector2 point1, Vector2 point2, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
point1 | Vector2 | |
point2 | Vector2 | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawLine ( ITransformation transformation, Vector3 point1, Vector3 point2, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
point1 | Vector3 | |
point2 | Vector3 | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshBoundingBox ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
meshes | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshBoundingBox ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
mesh | IMesh | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshCenters ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
meshes | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshCenters ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
mesh | IMesh | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshFilled ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
meshes | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshFilled ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
mesh | IMesh | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshVertices ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
meshes | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshVertices ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
mesh | IMesh | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshWired ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
meshes | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawMeshWired ( ITransformation transformation, IMesh mesh, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
mesh | IMesh | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPoint ( ITransformation transformation, Vector2 point, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
point | Vector2 | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPoint ( ITransformation transformation, Vector3 point, ushort colorOverride = null, byte pixelOverride = null ) : void | ||
transformation | ITransformation | |
point | Vector3 | |
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPoints ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
points | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPoints ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
points | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPolygonFilled ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
vectors | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPolygonFilled ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
vectors | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPolygonWired ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
vectors | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawPolygonWired ( ITransformation transformation, IEnumerable |
||
transformation | ITransformation | |
vectors | IEnumerable |
|
colorOverride | ushort | |
pixelOverride | byte | |
리턴 | void |
public DrawStringHorizontal ( ITransformation transformation, Vector2 location, string messageString, ushort colorOverride = null ) : void | ||
transformation | ITransformation | |
location | Vector2 | |
messageString | string | |
colorOverride | ushort | |
리턴 | void |
public DrawStringVertical ( ITransformation transformation, Vector2 location, string messageString, ushort colorOverride = null ) : void | ||
transformation | ITransformation | |
location | Vector2 | |
messageString | string | |
colorOverride | ushort | |
리턴 | void |
public Rasterizer ( int width, int height ) : System.Collections.Generic | ||
width | int | |
height | int | |
리턴 | System.Collections.Generic |