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
TuxedoBerries
ScenePanel
Drawers
BaseDrawer
C# Class TuxedoBerries.ScenePanel.Drawers.BaseDrawer
Base drawer.
Inheritance:
IDisposable
Show file
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 property
protected
ColorStack
_colorStack
return
ColorStack
_contentCache
protected property
protected
GUIContentCache
_contentCache
return
GUIContentCache
_textureDatabase
protected property
protected
TextureDatabase,TuxedoBerries.ScenePanel.Controllers
_textureDatabase
return
TuxedoBerries.ScenePanel.Controllers.TextureDatabase