Files
tooll3--t3/Operators/examples/lib/particle/FollowMeshSurfaceForceExample.cs
2026-07-13 13:13:17 +08:00

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>();
}