C# Класс Nez.Pipeline.Content.ContentManagerExtensions

Показать файл Открыть проект

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

Метод Описание
getGraphicsDevice ( this contentManager ) : GraphicsDevice
openStream ( this contentManager, string path ) : Stream

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

getGraphicsDevice() публичный статический Метод

public static getGraphicsDevice ( this contentManager ) : GraphicsDevice
contentManager this
Результат GraphicsDevice

openStream() публичный статический Метод

public static openStream ( this contentManager, string path ) : Stream
contentManager this
path string
Результат System.IO.Stream