chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Examples.Lib.mesh{
|
||||
[Guid("786ad268-9a76-4675-a755-6c2922fb3916")]
|
||||
internal sealed class DrawMeshChunksAtPointsExample : Instance<DrawMeshChunksAtPointsExample>
|
||||
{
|
||||
[Output(Guid = "760a21b6-b8de-4968-8a5b-d3ac2a7e3938")]
|
||||
public readonly Slot<Texture2D> Result = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user