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