RenderCommand Type
Render commands that the pipeline processes in order
Union cases
| Union case |
Description
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
DrawLine(p1, p2, color, pass)
Parameters:
Vector3
p2 : Vector3
color : Color
pass : RenderPass
|
|
Full Usage:
DrawLines(vertices, lineCount, pass)
Parameters:
VertexPositionColor[]
lineCount : int
pass : RenderPass
|
|
Full Usage:
DrawLinesEffect(vertices, lineCount, effect, setup, pass)
Parameters:
VertexPositionColor[]
lineCount : int
effect : Effect
setup : EffectSetup voption
pass : RenderPass
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.IsAddLight
Returns: bool
|
|
Full Usage:
this.IsClearTarget
Returns: bool
|
|
Full Usage:
this.IsDraw
Returns: bool
|
|
Full Usage:
this.IsDrawBillboardEffect
Returns: bool
|
|
Full Usage:
this.IsDrawCustom
Returns: bool
|
|
Full Usage:
this.IsDrawLine
Returns: bool
|
|
Full Usage:
this.IsDrawLines
Returns: bool
|
|
Full Usage:
this.IsDrawLinesEffect
Returns: bool
|
|
Full Usage:
this.IsDrawQuadEffect
Returns: bool
|
|
Full Usage:
this.IsDrawSpriteBillboard
Returns: bool
|
|
Full Usage:
this.IsDrawSpriteQuad
Returns: bool
|
|
Full Usage:
this.IsSetCamera
Returns: bool
|
|
Full Usage:
this.IsSetLighting
Returns: bool
|
|
Full Usage:
this.IsSetViewport
Returns: bool
|
|
Mibo