12 lines
317 B
C#
12 lines
317 B
C#
namespace Examples.Lib.point.generate{
|
|
[Guid("6df238e1-a63d-481a-8e1d-5b534430b6b3")]
|
|
internal sealed class PointTrailExample : Instance<PointTrailExample>
|
|
{
|
|
[Output(Guid = "d97add59-81ec-4331-8720-af7841da4f49")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
}
|
|
}
|
|
|