10 lines
279 B
C#
10 lines
279 B
C#
namespace Examples.Lib.point;
|
|
|
|
[Guid("54bea221-f2db-4ff8-afeb-200bcfd37871")]
|
|
internal sealed class CollisionForceExample : Instance<CollisionForceExample>
|
|
{
|
|
[Output(Guid = "f8998bf0-e142-4a4a-80c1-a5e0b8df4178")]
|
|
public readonly Slot<Texture2D> ColorBuffer = new();
|
|
|
|
|
|
} |