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

Disable drawing to the control plane.
Inheritance: PictureInstruction
Afficher le fichier Open project: Burton-Radons/Alexandria

Méthodes publiques

Méthode Description
DisableControl ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the control map.

Method Details

DisableControl() public méthode

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

Render() public méthode

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