Table of Contents

Interface IObject

Namespace
RetroEditor.Plugins
Assembly
RetroEditor.dll

Represents an interface for UI widgets that defines basic properties and methods.

public interface IObject

Properties

Height

Gets the height of the object.

uint Height { get; }

Property Value

uint

Name

Gets the name of the object.

string Name { get; }

Property Value

string

Width

Gets the width of the object.

uint Width { get; }

Property Value

uint

X

Gets the X-coordinate of the object.

uint X { get; }

Property Value

uint

Y

Gets the Y-coordinate of the object.

uint Y { get; }

Property Value

uint

Methods

GetMapData()

Get the map data for the layer

ReadOnlySpan<uint> GetMapData()

Returns

ReadOnlySpan<uint>

Flat array of tile indices