11 lines
268 B
C#
11 lines
268 B
C#
namespace Examples.user._1x;
|
|
|
|
[Guid("f1950578-44d1-4c02-b289-804853b6cc56")]
|
|
internal sealed class LookTest10 : Instance<LookTest10>
|
|
{
|
|
|
|
[Output(Guid = "5dbef9ad-a109-460c-bfee-2afd59ecd0d6")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
} |