Files
tooll3--t3/Operators/examples/lib/point/FindClosestPointsOnMeshExample.cs
2026-07-13 13:13:17 +08:00

10 lines
287 B
C#

namespace Examples.Lib.point;
[Guid("ff01e31e-c987-449f-ab4a-066fedf5d237")]
public class FindClosestPointsOnMeshExample : Instance<FindClosestPointsOnMeshExample>
{
[Output(Guid = "fa516e85-0fda-486b-b820-1acb77deea3e")]
public readonly Slot<Texture2D> ColorBuffer = new();
}