Skip to content

Scripting API

Komefai edited this page Sep 19, 2017 · 4 revisions

P l a c e h o l d e r

PixelMap

Example
public static PixelMap ExamplePixel = new PixelMap()
{
    X = 15,
    Y = 62,
    Color = 0xFFFFFF
};

RectMap

Example
public static RectMap ExampleRect = new RectMap()
{
    X = 15,
    Y = 62,
    Width = 12,
    Height = 10,
    Hash = 81785974524746216
};