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
Name
Gets the name of the object.
string Name { get; }
Property Value
Width
Gets the width of the object.
uint Width { get; }
Property Value
X
Gets the X-coordinate of the object.
uint X { get; }
Property Value
Y
Gets the Y-coordinate of the object.
uint Y { get; }
Property Value
Methods
GetMapData()
Get the map data for the layer
ReadOnlySpan<uint> GetMapData()
Returns
- ReadOnlySpan<uint>
Flat array of tile indices