11 lines
283 B
C#
11 lines
283 B
C#
namespace Examples.Lib.mesh;
|
|
|
|
[Guid("4f113e4a-eb27-4e40-8843-d15d54610f33")]
|
|
internal sealed class DrawMeshAtPointsExample : Instance<DrawMeshAtPointsExample>
|
|
{
|
|
|
|
[Output(Guid = "823e0f6a-518b-46cd-a929-7e069fe653a7")]
|
|
public readonly Slot<Texture2D> ImageOutput = new();
|
|
|
|
|
|
} |