Vixen
dd8b0a81
csharp
public readonly record struct KnifePoint

One point of a knife stroke: which face, and where on its boundary.

Read the guide page for this →

Fields and properties (2)

  • public int Face

    The face the pointer was over.

  • public Vector3 Point

    Where the cut passes, in the mesh's own space, snapped to that face's boundary.

Methods (1)

  • public KnifePoint(int Face, Vector3 Point)

    One point of a knife stroke: which face, and where on its boundary.

Used by (2)

  • BlockoutKnifeVixen.Editor.Blockout
  • BlockoutKnifeTestsVixen.Editor.Blockout.Tests