C# Класс Nez.GraphicsResource

this class exists only so that we can sneak the Batcher through and have it work just like SpriteBatch with regard to resource handling.
Наследование: IDisposable
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void
updateResourceReference ( bool shouldAdd ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

The method that derived classes should override to implement disposing of managed and native resources.

Native resources should always be released regardless of the value of the disposing parameter.

Приватные методы

Метод Описание
GraphicsResource ( ) : System

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

The method that derived classes should override to implement disposing of managed and native resources.
Native resources should always be released regardless of the value of the disposing parameter.
protected Dispose ( bool disposing ) : void
disposing bool True if managed objects should be disposed.
Результат void

updateResourceReference() публичный Метод

public updateResourceReference ( bool shouldAdd ) : void
shouldAdd bool
Результат void