C# 클래스 TuxedoBerries.ScenePanel.Drawers.BaseDrawer

Base drawer.
상속: IDisposable
파일 보기 프로젝트 열기: TuxedoBerries/ScenePanel

보호된 프로퍼티들

프로퍼티 타입 설명
_colorStack ColorStack
_contentCache GUIContentCache
_textureDatabase TuxedoBerries.ScenePanel.Controllers.TextureDatabase

공개 메소드들

메소드 설명
BaseDrawer ( ) : System
Dispose ( ) : void

메소드 상세

BaseDrawer() 공개 메소드

public BaseDrawer ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

프로퍼티 상세

_colorStack 보호되어 있는 프로퍼티

protected ColorStack _colorStack
리턴 ColorStack

_contentCache 보호되어 있는 프로퍼티

protected GUIContentCache _contentCache
리턴 GUIContentCache

_textureDatabase 보호되어 있는 프로퍼티

protected TextureDatabase,TuxedoBerries.ScenePanel.Controllers _textureDatabase
리턴 TuxedoBerries.ScenePanel.Controllers.TextureDatabase