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

Stop drawing to the priority map.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
DisablePriority ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the priority map.

메소드 상세

DisablePriority() 공개 메소드

Initialise the instruction.
public DisablePriority ( ) : System
리턴 System

Render() 공개 메소드

Render the instruction by disabling the priority map.
public Render ( PictureRenderer renderer ) : void
renderer PictureRenderer
리턴 void