10 lines
287 B
C#
10 lines
287 B
C#
namespace Examples.Lib.mesh.modify;
|
|
|
|
[Guid("a35676b8-bcbc-4806-845a-8853b57f8ec7")]
|
|
internal sealed class ScatterMeshFacesExample : Instance<ScatterMeshFacesExample>
|
|
{
|
|
[Output(Guid = "6cb9da18-7a64-4722-a19a-882ef894ff5f")]
|
|
public readonly Slot<Texture2D> ImgOutput = new();
|
|
|
|
|
|
} |