csharp
public enum HouseSurfaceWhat a piece of furniture can be put on.
Remarks
⚠ Declared, never measured. This library does not know whether the point somebody picked is on a wall — that is a scene question with a collision mesh behind it. The caller says which surface it found, and what is checked here is whether the furniture and the plot both allow that kind of surface. The realm makes the geometric decision; this makes the content one.
Fields and properties (7)
NothingNowhere. What an unauthored piece says, and a reported problem.
FloorThe floor.
WallA wall.
CeilingThe ceiling.
TabletopOn top of something else already placed.
OutdoorsOutside, in a yard or on a plot with no roof.
AnywhereAnywhere. What a plot with no restrictions says.
Used by (12)
- ContentVixen.Gameplay.Housing.Tests
- FurnitureVixen.Gameplay.Housing
- FurnitureDefinitionVixen.Gameplay.Housing
- HousePlotVixen.Gameplay.Housing
- HousingLibraryVixen.Gameplay.Housing
- HousingTestsVixen.Gameplay.Housing.Tests
- PlacementVixen.Gameplay.Housing
- PlotVixen.Gameplay.Housing
- PlotDefinitionVixen.Gameplay.Housing
- TypeRegistrationVixen.Gameplay.Housing
- Vixen_Gameplay_Housing_FurnitureDefinitionSerializerVixen.Gameplay.Housing
- Vixen_Gameplay_Housing_PlotDefinitionSerializerVixen.Gameplay.Housing