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

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

Méthodes publiques

Méthode Description
DisableVisual ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction.

Method Details

DisableVisual() public méthode

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

Render() public méthode

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Résultat void