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

Set the priority value to write, enable the draw priority.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Render ( PictureRenderer renderer ) : void

Render the instruction.

SetPriority ( Stream stream ) : System

Initialise the instruction.

SetPriority ( byte priorityValue ) : System

Initialise the instruction.

Method Details

Render() public method

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

SetPriority() public method

Initialise the instruction.
public SetPriority ( Stream stream ) : System
stream Stream
return System

SetPriority() public method

Initialise the instruction.
public SetPriority ( byte priorityValue ) : System
priorityValue byte
return System