Header menu logo Mibo

RenderCommand Type

Render commands that the pipeline processes in order

Union cases

Union case Description

AddLight light

Full Usage: AddLight light

Parameters:
light : Light

ClearTarget(ctColor, clearDepth)

Full Usage: ClearTarget(ctColor, clearDepth)

Parameters:
    ctColor : Color voption
    clearDepth : bool

ctColor : Color voption
clearDepth : bool

Draw drawable

Full Usage: Draw drawable

Parameters:
drawable : Drawable

DrawBillboardEffect billboardEffect

Full Usage: DrawBillboardEffect billboardEffect

Parameters:
billboardEffect : EffectBillboardCmd

DrawCustom draw

Full Usage: DrawCustom draw

Parameters:
draw : GraphicsDevice -> Camera -> unit

DrawLine(p1, p2, color, pass)

Full Usage: DrawLine(p1, p2, color, pass)

Parameters:
p1 : Vector3
p2 : Vector3
color : Color
pass : RenderPass

DrawLines(vertices, lineCount, pass)

Full Usage: DrawLines(vertices, lineCount, pass)

Parameters:
vertices : VertexPositionColor[]
lineCount : int
pass : RenderPass

DrawLinesEffect(vertices, lineCount, effect, setup, pass)

Full Usage: DrawLinesEffect(vertices, lineCount, effect, setup, pass)

Parameters:
vertices : VertexPositionColor[]
lineCount : int
effect : Effect
setup : EffectSetup voption
pass : RenderPass

DrawQuadEffect quadEffect

Full Usage: DrawQuadEffect quadEffect

Parameters:
quadEffect : EffectQuadCmd

DrawSpriteBillboard spriteBillboard

Full Usage: DrawSpriteBillboard spriteBillboard

Parameters:
spriteBillboard : SpriteBillboardCmd

DrawSpriteQuad spriteQuad

Full Usage: DrawSpriteQuad spriteQuad

Parameters:
spriteQuad : SpriteQuadCmd

SetCamera camera

Full Usage: SetCamera camera

Parameters:
camera : Camera

SetLighting lighting

Full Usage: SetLighting lighting

Parameters:
lighting : LightingState

SetViewport Viewport

Full Usage: SetViewport Viewport

Parameters:
Item : Viewport

Instance members

Instance member Description

this.IsAddLight

Full Usage: this.IsAddLight

Returns: bool
Returns: bool

this.IsClearTarget

Full Usage: this.IsClearTarget

Returns: bool
Returns: bool

this.IsDraw

Full Usage: this.IsDraw

Returns: bool
Returns: bool

this.IsDrawBillboardEffect

Full Usage: this.IsDrawBillboardEffect

Returns: bool
Returns: bool

this.IsDrawCustom

Full Usage: this.IsDrawCustom

Returns: bool
Returns: bool

this.IsDrawLine

Full Usage: this.IsDrawLine

Returns: bool
Returns: bool

this.IsDrawLines

Full Usage: this.IsDrawLines

Returns: bool
Returns: bool

this.IsDrawLinesEffect

Full Usage: this.IsDrawLinesEffect

Returns: bool
Returns: bool

this.IsDrawQuadEffect

Full Usage: this.IsDrawQuadEffect

Returns: bool
Returns: bool

this.IsDrawSpriteBillboard

Full Usage: this.IsDrawSpriteBillboard

Returns: bool
Returns: bool

this.IsDrawSpriteQuad

Full Usage: this.IsDrawSpriteQuad

Returns: bool
Returns: bool

this.IsSetCamera

Full Usage: this.IsSetCamera

Returns: bool
Returns: bool

this.IsSetLighting

Full Usage: this.IsSetLighting

Returns: bool
Returns: bool

this.IsSetViewport

Full Usage: this.IsSetViewport

Returns: bool
Returns: bool

Type something to start searching.