LoadContent Method

Project Mercury API

[This is preliminary documentation and is subject to change.]

Loads any content needed by the Renderer.

Namespace:  ProjectMercury.Renderers
Assembly:  ProjectMercury (in ProjectMercury.dll) Version: 3.1.0.0

Syntax

C#
public virtual void LoadContent(
	ContentManager content
)
Visual Basic (Declaration)
Public Overridable Sub LoadContent ( _
	content As ContentManager _
)
Visual C++
public:
virtual void LoadContent(
	ContentManager^ content
)

Parameters

content
Type: ContentManager

[Missing <param name="content"/> documentation for "M:ProjectMercury.Renderers.Renderer.LoadContent(Microsoft.Xna.Framework.Content.ContentManager)"]

See Also