Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Returns a reference to the Imageset object with the specified name.

Namespace: Visual3D.UI
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public ImageSet GetImageset(
	string name
)
Public Function GetImageset ( _
	name As String _
) As ImageSet

Parameters

name
String
The name of the Imageset to return a reference to.

See Also