enum SurfaceType : Enum<SurfaceType>
| Member | Description |
|---|---|
NONE |
No surface type
|
PLANE |
Flat surfaces like walls, floors, and ceilings
|
VOLUME |
3D volumes like furniture and objects
|
MESH |
Mesh surfaces for detailed geometry
|
PLANE_VOLUME |
Combination of plane and volume surfaces
|
PLANE_MESH |
Combination of plane and mesh surfaces
|
VOLUME_MESH |
Combination of volume and mesh surfaces
|
ALL |
All surface types
|
value
: Int
[Get] |
The bitmask value representing this surface type
Signature
val value: Int |