Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Alexandria
Engines
Sciagi
Resources
PictureInstruction.DisableVisual
C# Class Alexandria.Engines.Sciagi.Resources.PictureInstruction.DisableVisual
Stop drawing to the visual layer.
Inheritance:
PictureInstruction
Show file
Open project: Burton-Radons/Alexandria
Public Methods
Method
Description
DisableVisual
( ) :
System
Initialise the instruction.
Render
(
PictureRenderer
renderer
) :
void
Render the instruction.
Method Details
DisableVisual()
public
method
Initialise the instruction.
public
DisableVisual
( ) :
System
return
System
Render()
public
method
Render the instruction.
public
Render
(
PictureRenderer
renderer
) :
void
renderer
PictureRenderer
return
void