Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
TuxedoBerries
ScenePanel
Drawers
BaseDrawer
C# Class TuxedoBerries.ScenePanel.Drawers.BaseDrawer
Base drawer.
Inheritance:
IDisposable
Exibir arquivo
Open project: TuxedoBerries/ScenePanel
Protected Properties
Property
Type
Description
_colorStack
ColorStack
_contentCache
GUIContentCache
_textureDatabase
TuxedoBerries.ScenePanel.Controllers.TextureDatabase
Public Methods
Method
Description
BaseDrawer
( ) :
System
Dispose
( ) :
void
Method Details
BaseDrawer()
public
method
public
BaseDrawer
( ) :
System
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void
Property Details
_colorStack
protected_oe property
protected
ColorStack
_colorStack
return
ColorStack
_contentCache
protected_oe property
protected
GUIContentCache
_contentCache
return
GUIContentCache
_textureDatabase
protected_oe property
protected
TextureDatabase,TuxedoBerries.ScenePanel.Controllers
_textureDatabase
return
TuxedoBerries.ScenePanel.Controllers.TextureDatabase