Vixen
c7401864
csharp
public enum HouseSurface

What a piece of furniture can be put on.

Read the guide page for this →

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)

  • Nothing

    Nowhere. What an unauthored piece says, and a reported problem.

  • Floor

    The floor.

  • Wall

    A wall.

  • Ceiling

    The ceiling.

  • Tabletop

    On top of something else already placed.

  • Outdoors

    Outside, in a yard or on a plot with no roof.

  • Anywhere

    Anywhere. 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