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

Stop drawing to the priority map.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
DisablePriority ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the priority map.

Method Details

DisablePriority() public méthode

Initialise the instruction.
public DisablePriority ( ) : System
Résultat System

Render() public méthode

Render the instruction by disabling the priority map.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void