Enum WorldBoundsMode
Describes how world bounds should be interpreted by higher-level systems.
public enum WorldBoundsMode
Fields
Infinite = 2The world is treated as unbounded.
LargeFinite = 0The world has large but finite bounds enforced by higher-level systems.
SemiInfinite = 1The world is bounded in one direction but may extend indefinitely in another.