11 lines
268 B
C#
11 lines
268 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("5b81c4e6-1320-4d08-987f-a1d83ff62f4d")]
|
|
internal sealed class LookTest08 : Instance<LookTest08>
|
|
{
|
|
|
|
[Output(Guid = "029c375a-44e1-4c12-a434-86eaa28199e4")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
} |