chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("7644e221-9785-414b-905d-31fd68ec080c")]
|
||||
internal sealed class SetAttributesWithPointFieldsExamples : Instance<SetAttributesWithPointFieldsExamples>
|
||||
{
|
||||
|
||||
[Output(Guid = "c48f6792-915b-47d4-a880-3adbad88b6fd")]
|
||||
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user