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

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

Méthodes publiques

Méthode 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 méthode

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

SetControl() public méthode

Read the instruction from the stream.
public SetControl ( Stream stream ) : System
stream Stream
Résultat System

SetControl() public méthode

Initialise the instruction.
public SetControl ( byte controlMapValue ) : System
controlMapValue byte
Résultat System