chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.image.transform;
|
||||
|
||||
[Guid("af89cc41-67ab-4ef8-8a63-ce0de82d8652")]
|
||||
internal sealed class TransformImageExample : Instance<TransformImageExample>
|
||||
{
|
||||
[Output(Guid = "d7ba385e-4168-4c1e-bde2-18343e0a9d1e")]
|
||||
public readonly Slot<Texture2D> Output = new();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user