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

Set the control value to write and enable writing to control.
Inheritance: PictureInstruction
Show file Open project: Burton-Radons/Alexandria

Public Methods

Method Description
Render ( PictureRenderer renderer ) : void

Render the instruction by setting the control colour and enabling the control map.

SetControl ( Stream stream ) : System

Read the instruction from the stream.

SetControl ( byte controlMapValue ) : System

Initialise the instruction.

Method Details

Render() public method

Render the instruction by setting the control colour and enabling the control map.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
return void

SetControl() public method

Read the instruction from the stream.
public SetControl ( Stream stream ) : System
stream Stream
return System

SetControl() public method

Initialise the instruction.
public SetControl ( byte controlMapValue ) : System
controlMapValue byte
return System