chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("b64b8677-a6be-4071-b350-249aa3984f93")]
|
||||
internal sealed class SnapToAnglesForceExample : Instance<SnapToAnglesForceExample>
|
||||
{
|
||||
[Output(Guid = "089b5a6f-5834-40e9-8b12-b725166ba834")]
|
||||
public readonly Slot<Texture2D> TextureOutput = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user