C# 클래스 Nez.Pipeline.Content.ContentManagerExtensions

파일 보기 프로젝트 열기: prime31/Nez

공개 메소드들

메소드 설명
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