C# Class TileGenerator.LibContent

ファイルを表示 Open project: Jewelots/Spelunky-Tiles

Public Methods

Method Description
LoadContent ( Microsoft.Xna.Framework.Game game ) : void

Load the content from an embedded resource in the Tile Generator library

Method Details

LoadContent() public static method

Load the content from an embedded resource in the Tile Generator library
public static LoadContent ( Microsoft.Xna.Framework.Game game ) : void
game Microsoft.Xna.Framework.Game Current game calling this
return void