11 lines
321 B
C#
11 lines
321 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("7644e221-9785-414b-905d-31fd68ec080c")]
|
|
internal sealed class SetAttributesWithPointFieldsExamples : Instance<SetAttributesWithPointFieldsExamples>
|
|
{
|
|
|
|
[Output(Guid = "c48f6792-915b-47d4-a880-3adbad88b6fd")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
} |