Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NETNamespace: Visual3D.Graphics3D
Assembly: Visual3D.Engine (in Visual3D.Engine.dll) Version: 1.0.0.0 (1.0.0.0)
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
| Member | Value | Description |
|---|---|---|
| Small | 0 | Compiles all images onto a 256x256 pixel image map. |
| Medium | 1 | Compiles all images onto a 512x512 pixel image map. |
| Large | 2 | Compiles all images onto a 1024x1024 pixel image map. |
| Larger | 3 | Compiles all images onto a 2048x2048 pixel image map. |