chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("2fcb6afc-2d82-47a5-a6dd-39c85348b8c4")]
|
||||
internal sealed class SelectPointsExample : Instance<SelectPointsExample>
|
||||
{
|
||||
[Output(Guid = "015dd888-70a7-412c-a2da-daada267c1ae")]
|
||||
public readonly Slot<Texture2D> ColorBuffer = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user