Item2D - MalisPierre/ModularGame GitHub Wiki

Class Item2D


Description:

Item2D is the base Class for all UI elements. This class allow you to move,delete,hide,show UI elements on a Panel2D this class is the base class of:


Functions:

string GetId()

void SetId(string NewId)

void Hide()

void Show()

void Delete()


void SetPivot(Vector3 PivotPos)

void SetOffsetPos(Vector3 Anchor)