csharp
public readonly record struct PlacementWhere a thing dragged from the project browser would land.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (3)
public Vector3 PositionWhere to put it.
public Quaternion RotationHow to turn it.
public bool OnSurfaceWhether it landed on geometry rather than on the fallback plane.
Methods (1)
public Placement(Vector3 Position, Quaternion Rotation, bool OnSurface)Where a thing dragged from the project browser would land.
Used by (3)
- ScenePlacementVixen.Editor.SceneView
- SceneTestsVixen.Editor.SceneView.Tests
- SceneViewportVixen.Editor.SceneView