chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("446d1664-5fcf-4792-874c-926450a900d7")]
|
||||
public class SamplePointAttributesExample : Instance<SamplePointAttributesExample>
|
||||
{
|
||||
[Output(Guid = "346e5f1b-d880-4d5c-99b9-e7c528c0a2cb")]
|
||||
public readonly Slot<Texture2D> TextureOutput = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user