10 lines
284 B
C#
10 lines
284 B
C#
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();
|
|
|
|
|
|
} |