Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET

Namespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

      
 C#  Visual Basic 
public enum MapSizeRating
Public Enumeration MapSizeRating

Members

MemberValueDescription
Small0
Compiles all images onto a 256x256 pixel image map.
Medium1
Compiles all images onto a 512x512 pixel image map.
Large2
Compiles all images onto a 1024x1024 pixel image map.
Larger3
Compiles all images onto a 2048x2048 pixel image map.

See Also