12 lines
351 B
C#
12 lines
351 B
C#
namespace Examples.Lib.field.space{
|
|
[Guid("af0d2dfb-c192-4376-b75f-279a3cd7f86f")]
|
|
internal sealed class TwistFieldExample : Instance<TwistFieldExample>
|
|
{
|
|
|
|
[Output(Guid = "501663c8-0ad1-41ec-82f0-76e2ca50c429")]
|
|
public readonly Slot<T3.Core.DataTypes.Texture2D> Texture = new Slot<T3.Core.DataTypes.Texture2D>();
|
|
|
|
}
|
|
}
|
|
|