11 lines
270 B
C#
11 lines
270 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("701f78b9-5b1a-4332-ab5e-89bcb1f520ce")]
|
|
internal sealed class LookTest02 : Instance<LookTest02>
|
|
{
|
|
|
|
[Output(Guid = "1f530af1-4348-4000-b748-1ec1cbfcfb53")]
|
|
public readonly Slot<Texture2D> output2D = new Slot<Texture2D>();
|
|
|
|
|
|
} |