EmptyKeys.UserInterface.Media.TextureBase.GenerateArrow C# (CSharp) Method

GenerateArrow() public abstract method

Generates the arrow.
public abstract GenerateArrow ( ArrowDirection direction, int startX, int lineSize ) : void
direction ArrowDirection The direction.
startX int The start x point
lineSize int Size of the line.
return void
        public abstract void GenerateArrow(ArrowDirection direction, int startX, int lineSize);