Interface IDrawable
Draw method within this interface is used for Render2D.CallDrawing single DrawCall
Namespace: FlaxEngine
Assembly: FlaxEngine.CSharp.dll
Syntax
public interface IDrawable
Methods
Draw()
Render2D drawing methods should be used within this method during render phase to be visible.
Declaration
void Draw()