10 lines
309 B
C#
10 lines
309 B
C#
namespace Examples.Lib.particle;
|
|
|
|
[Guid("16235faf-61b7-474f-bdc7-f7abe3c538eb")]
|
|
internal sealed class FollowMeshSurfaceForceExample : Instance<FollowMeshSurfaceForceExample>
|
|
{
|
|
[Output(Guid = "96f1f7c7-e2f6-42df-817c-51096cb89771")]
|
|
public readonly Slot<Texture2D> Output = new Slot<Texture2D>();
|
|
|
|
|
|
} |