C# Class Alexandria.Engines.Sciagi.Resources.PictureInstruction.DisableVisual

Stop drawing to the visual layer.
Inheritance: PictureInstruction
Datei anzeigen Open project: Burton-Radons/Alexandria

Public Methods

Method Description
DisableVisual ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction.

Method Details

DisableVisual() public method

Initialise the instruction.
public DisableVisual ( ) : System
return System

Render() public method

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void