11 lines
275 B
C#
11 lines
275 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("24bd37aa-e348-40c6-9df4-95c870b2890d")]
|
|
internal sealed class LookTest07 : Instance<LookTest07>
|
|
{
|
|
|
|
[Output(Guid = "84f86eb1-9d2c-4630-b9e6-4aa8a0a8f44f")]
|
|
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
|
|
|
|
|
} |