Property | Type | Description | |
---|---|---|---|
BeginDraw | Vector2 | ||
BeginDraw | Vector2 | ||
BeginDrawInner | Vector2 | ||
BeginDrawInner | Vector2 | ||
EndDraw | void | ||
EndDrawInner | void | ||
EndDrawInner | void | ||
GetOffset | Vector2 | ||
GetSamplerState | |||
SetupRasterizerState | void | ||
SetupRenderTarget | void |
Method | Description | |
---|---|---|
RenderLayer ( ) : System | ||
RenderLayer ( RenderLayerPresenter model ) : System |
Method | Description | |
---|---|---|
BeginDraw ( |
||
BeginDraw ( |
||
BeginDraw ( |
||
DisposeManaged ( ) : void | ||
EndDraw ( |
||
RenderCommands ( |
||
RenderContent ( LilyPath.DrawBatch drawBatch ) : void | ||
RenderContent ( |
||
RenderCore ( LilyPath.DrawBatch drawBatch ) : void | ||
RenderCore ( GraphicsDevice device ) : void | ||
RenderCore ( |
Method | Description | |
---|---|---|
BeginDraw ( LilyPath.DrawBatch drawBatch ) : Vector2 | ||
BeginDraw ( LilyPath.DrawBatch drawBatch, |
||
BeginDrawInner ( LilyPath.DrawBatch drawBatch, |
||
BeginDrawInner ( |
||
EndDraw ( LilyPath.DrawBatch drawBatch, Vector2 offset ) : void | ||
EndDrawInner ( LilyPath.DrawBatch drawBatch ) : void | ||
EndDrawInner ( |
||
GetOffset ( ) : Vector2 | ||
GetSamplerState ( WrapMode wrapMode ) : |
||
SetupRasterizerState ( GraphicsDevice device ) : void | ||
SetupRenderTarget ( GraphicsDevice device ) : void |
protected BeginDraw ( |
||
spriteBatch | ||
return | Vector2 |
protected BeginDraw ( |
||
spriteBatch | ||
samplerState | ||
return | Vector2 |
protected BeginDraw ( |
||
spriteBatch | ||
samplerState | ||
effect | ||
return | Vector2 |
protected EndDraw ( |
||
spriteBatch | ||
offset | Vector2 | |
return | void |
protected RenderCommands ( |
||
spriteBatch | ||
textureCache | TextureCache | |
drawList | IEnumerable |
|
return | void |
protected RenderContent ( LilyPath.DrawBatch drawBatch ) : void | ||
drawBatch | LilyPath.DrawBatch | |
return | void |
protected RenderContent ( |
||
spriteBatch | ||
return | void |
protected RenderCore ( LilyPath.DrawBatch drawBatch ) : void | ||
drawBatch | LilyPath.DrawBatch | |
return | void |
protected RenderCore ( GraphicsDevice device ) : void | ||
device | GraphicsDevice | |
return | void |
protected RenderCore ( |
||
spriteBatch | ||
return | void |
public RenderLayer ( RenderLayerPresenter model ) : System | ||
model | RenderLayerPresenter | |
return | System |