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

Disable drawing to the control plane.
상속: PictureInstruction
파일 보기 프로젝트 열기: Burton-Radons/Alexandria

공개 메소드들

메소드 설명
DisableControl ( ) : System

Initialise the instruction.

Render ( PictureRenderer renderer ) : void

Render the instruction by disabling the control map.

메소드 상세

DisableControl() 공개 메소드

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

Render() 공개 메소드

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