Table of Contents

Property MaxCount

Namespace
Box3D
Assembly
Box3D.NET.dll

MaxCount

Gets the maximum number of worlds that may exist at the same time.

public static int MaxCount { get; }

Property Value

int

Remarks

Creating one beyond this throws. Worlds are cheap to keep and expensive to leak, so this is normally only reached by forgetting to dispose them.