DrawLayer`1
This class represents a layer of the drawing of an object, using a certain type of InfoType to help with its drawing.
Methods
- #ctor(System.String,System.String,System.Action{`0})()
- Creates a DrawLayer with the given mod name, identifier name, and drawing action.
- #ctor(System.String,System.String,Terraria.ModLoader.DrawLayer{`0},System.Action{`0})()
- Creates a DrawLayer with the given mod name, identifier name, parent layer, and drawing action.
- Draw(`0@)()
- Invokes this DrawLayer's layer action.