11 lines
270 B
C#
11 lines
270 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("4bc2ca61-54c3-4a6b-a8ae-619a79395870")]
|
|
internal sealed class LookTest03 : Instance<LookTest03>
|
|
{
|
|
|
|
[Output(Guid = "afb72dc5-df44-4ae5-84cc-b14d94be5d88")]
|
|
public readonly Slot<Texture2D> output2D = new Slot<Texture2D>();
|
|
|
|
|
|
} |