10 lines
280 B
C#
10 lines
280 B
C#
namespace Examples.user.newemka980.Examples;
|
|
|
|
[Guid("652a6c86-3af2-4bed-9370-912f57690a2c")]
|
|
internal sealed class CelShadingExample : Instance<CelShadingExample>
|
|
{
|
|
[Output(Guid = "5a6ed052-c0b8-4a39-9f30-95b5eb8f03ec")]
|
|
public readonly Slot<Texture2D> Output = new();
|
|
|
|
|
|
} |