C# 클래스 Ctrl_Space.Graphics.TextureManager

파일 보기 프로젝트 열기: vkd/Ctrl-Space

공개 메소드들

메소드 설명
FromStream ( GraphicsDevice graphicsDevice, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D
LoadEffect ( GraphicsDevice graphicsDevice, string name ) : Effect
LoadTexture ( GraphicsDevice graphicsDevice, string name ) : Microsoft.Xna.Framework.Graphics.Texture2D
LoadTextures ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void

메소드 상세

FromStream() 공개 정적인 메소드

public static FromStream ( GraphicsDevice graphicsDevice, Stream stream ) : Microsoft.Xna.Framework.Graphics.Texture2D
graphicsDevice GraphicsDevice
stream System.IO.Stream
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

LoadEffect() 공개 정적인 메소드

public static LoadEffect ( GraphicsDevice graphicsDevice, string name ) : Effect
graphicsDevice GraphicsDevice
name string
리턴 Microsoft.Xna.Framework.Graphics.Effect

LoadTexture() 공개 정적인 메소드

public static LoadTexture ( GraphicsDevice graphicsDevice, string name ) : Microsoft.Xna.Framework.Graphics.Texture2D
graphicsDevice GraphicsDevice
name string
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

LoadTextures() 공개 정적인 메소드

public static LoadTextures ( GraphicsDevice graphicsDevice, Microsoft.Xna.Framework.Content.ContentManager contentManager ) : void
graphicsDevice GraphicsDevice
contentManager Microsoft.Xna.Framework.Content.ContentManager
리턴 void