Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetControl.SetControl C# (CSharp) Метод

SetControl() публичный Метод

Initialise the instruction.
public SetControl ( byte controlMapValue ) : System
controlMapValue byte
Результат System
            public SetControl(byte controlMapValue)
                : base(PictureOpcode.SetControl)
            {
                ControlMapValue = controlMapValue;
            }

Same methods

PictureInstruction.SetControl::SetControl ( Stream stream ) : System
PictureInstruction.SetControl