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

Disable drawing to the control plane.
Inheritance: PictureInstruction
Exibir arquivo Open project: Burton-Radons/Alexandria

Public Methods

Method Description
DisableControl ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the control map.

Method Details

DisableControl() public method

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

Render() public method

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