11 lines
275 B
C#
11 lines
275 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("6a137bd1-ad44-4552-a653-d5a42bf9b4f3")]
|
|
internal sealed class LookTest05 : Instance<LookTest05>
|
|
{
|
|
|
|
[Output(Guid = "b06d32a3-5d59-4c9d-b0e9-7207b32dacb9")]
|
|
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
|
|
|
|
|
} |