Table of Contents

Delegate DrawIconDelegate

Namespace
Vintagestory.API.Client
Assembly
VintagestoryAPI.dll
public delegate void DrawIconDelegate(Context cr, string type, int x, int y, float width, float height, double[] rgba)

Parameters

cr Context
type string
x int
y int
width float
height float
rgba double[]