메소드 | 설명 | |
---|---|---|
AddFont ( string name, |
||
AddTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void | ||
ContentManager ( ) : System.Collections.Generic | ||
GetFont ( string name ) : |
||
GetTexture ( string name ) : Microsoft.Xna.Framework.Graphics.Texture2D |
public static AddFont ( string name, |
||
name | string | |
font | ||
리턴 | void |
public static AddTexture ( string name, Microsoft.Xna.Framework.Graphics.Texture2D texture ) : void | ||
name | string | |
texture | Microsoft.Xna.Framework.Graphics.Texture2D | |
리턴 | void |
public ContentManager ( ) : System.Collections.Generic | ||
리턴 | System.Collections.Generic |
public static GetFont ( string name ) : |
||
name | string | |
리턴 |
public static GetTexture ( string name ) : Microsoft.Xna.Framework.Graphics.Texture2D | ||
name | string | |
리턴 | Microsoft.Xna.Framework.Graphics.Texture2D |