C# Класс Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetPriority

Set the priority value to write, enable the draw priority.
Наследование: PictureInstruction
Показать файл Открыть проект

Открытые методы

Метод Описание
Render ( PictureRenderer renderer ) : void

Render the instruction.

SetPriority ( Stream stream ) : System

Initialise the instruction.

SetPriority ( byte priorityValue ) : System

Initialise the instruction.

Описание методов

Render() публичный метод

Render the instruction.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
Результат void

SetPriority() публичный метод

Initialise the instruction.
public SetPriority ( Stream stream ) : System
stream Stream
Результат System

SetPriority() публичный метод

Initialise the instruction.
public SetPriority ( byte priorityValue ) : System
priorityValue byte
Результат System