Enum SpatialFieldType
Compact discriminator for the spatial field type on a component. Maps to the Schema.Definition FieldType values but is a lightweight internal representation.
public enum SpatialFieldType : byte
Fields
AABB2D = 42D axis-aligned bounding box, double-precision (f64).
AABB2F = 02D axis-aligned bounding box, single-precision (f32).
AABB3D = 53D axis-aligned bounding box, double-precision (f64).
AABB3F = 13D axis-aligned bounding box, single-precision (f32).
BSphere2D = 62D bounding sphere (circle), double-precision (f64).
BSphere2F = 22D bounding sphere (circle), single-precision (f32).
BSphere3D = 73D bounding sphere, double-precision (f64).
BSphere3F = 33D bounding sphere, single-precision (f32).