10 lines
285 B
C#
10 lines
285 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("446d1664-5fcf-4792-874c-926450a900d7")]
|
|
public class SamplePointAttributesExample : Instance<SamplePointAttributesExample>
|
|
{
|
|
[Output(Guid = "346e5f1b-d880-4d5c-99b9-e7c528c0a2cb")]
|
|
public readonly Slot<Texture2D> TextureOutput = new();
|
|
|
|
|
|
} |