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

Stop drawing to the priority map.
Inheritance: PictureInstruction
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
DisablePriority ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the priority map.

Method Details

DisablePriority() public method

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

Render() public method

Render the instruction by disabling the priority map.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void