11 lines
275 B
C#
11 lines
275 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("c1a736b5-8dec-417e-b6cb-94a6a7d5ad82")]
|
|
internal sealed class LookTest06 : Instance<LookTest06>
|
|
{
|
|
|
|
[Output(Guid = "d6775a29-1ba2-4404-87f2-ae2600f4b8cb")]
|
|
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
|
|
|
|
|
} |