C# 클래스 Alexandria.Engines.Sciagi.Resources.PictureInstruction.SetPriority

Set the priority value to write, enable the draw priority.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
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