namespace Lib.io.dmx.helpers{ [Guid("f9c60c86-1ee0-4fa9-bcdb-19ef8abe9922")] internal sealed class VisualizeSpotLights : Instance { [Output(Guid = "79f0a428-8064-4998-b387-05c2d3505775")] public readonly Slot Output = new Slot(); [Input(Guid = "4e0b3a38-9459-4479-9f9d-2be3538f1475")] public readonly InputSlot GPoints = new InputSlot(); [Input(Guid = "269f9604-9ded-42cf-a543-bb114fb75420")] public readonly InputSlot Color = new InputSlot(); [Input(Guid = "238dac3a-f24a-4f65-a3ae-6a13d4ffcace")] public readonly InputSlot ShowBody = new InputSlot(); [Input(Guid = "7fc925f9-2f0a-4146-94f7-d48a7abd80bf")] public readonly InputSlot VisualizeAxis = new InputSlot(); [Input(Guid = "7ae45928-69dc-47a1-8302-77b9a50f57bf")] public readonly InputSlot Visibility = new InputSlot(); [Input(Guid = "16270194-e065-460b-8fd6-cbd432f331fc")] public readonly InputSlot ReferencePoints = new InputSlot(); } }