chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
namespace Examples.Lib.point;
|
||||
|
||||
[Guid("4bf73e3c-1d8c-4007-b155-b0edf00c2e2e")]
|
||||
internal sealed class TextureMapForceExample2 : Instance<TextureMapForceExample2>
|
||||
{
|
||||
[Output(Guid = "97420db1-fd37-4f4b-81b2-03146cb542a9")]
|
||||
public readonly Slot<Texture2D> TextureOut = new Slot<Texture2D>();
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user