csharp
public readonly record struct KnifePointOne point of a knife stroke: which face, and where on its boundary.
Fields and properties (2)
public int FaceThe face the pointer was over.
public Vector3 PointWhere 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