10 lines
279 B
C#
10 lines
279 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("93292762-bc39-4b66-ace0-583f461abf76")]
|
|
internal sealed class DrawBillboardsExample : Instance<DrawBillboardsExample>
|
|
{
|
|
[Output(Guid = "de29b6ab-a646-4403-9fd0-d3018be62559")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |