10 lines
282 B
C#
10 lines
282 B
C#
namespace Examples.Lib.numbers.vec2;
|
|
|
|
[Guid("3dd015ed-5d7a-4b0e-a6da-958c58f716bb")]
|
|
internal sealed class GridPositionExample : Instance<GridPositionExample>
|
|
{
|
|
[Output(Guid = "a2de29e8-2a27-47c9-b99e-5b1ce4dc10b5")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |