11 lines
275 B
C#
11 lines
275 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("d46236a7-b549-41b7-8b55-1b809310d191")]
|
|
internal sealed class LookTest04 : Instance<LookTest04>
|
|
{
|
|
|
|
[Output(Guid = "4fd5be5e-ff6b-48f4-875a-066cd0703850")]
|
|
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
|
|
|
|
|
} |