C# 클래스 RaceGame.ContentLoader

파일 보기 프로젝트 열기: cjohnsson/Racing-Game

공개 메소드들

메소드 설명
GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
GetMapCollision ( int index ) : Bitmap
GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void

메소드 상세

GetCarTexture() 공개 정적인 메소드

public static GetCarTexture ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GetMapBackground() 공개 정적인 메소드

public static GetMapBackground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

GetMapCollision() 공개 정적인 메소드

public static GetMapCollision ( int index ) : Bitmap
index int
리턴 System.Drawing.Bitmap

GetMapForeground() 공개 정적인 메소드

public static GetMapForeground ( int index ) : Microsoft.Xna.Framework.Graphics.Texture2D
index int
리턴 Microsoft.Xna.Framework.Graphics.Texture2D

Load() 공개 정적인 메소드

public static Load ( Microsoft.Xna.Framework.Content.ContentManager manager ) : void
manager Microsoft.Xna.Framework.Content.ContentManager
리턴 void