📗 BaseClassEx
BaseClassEx is a class that represents an extended base class, it serves as an example for Inherited Classes, but you can use it if you want to
👪 INHERITANCE
This class shares methods and events from BaseClass
🦠 Methods
GetLabel
GetLabel
Returns the label of the instance
— Returns string
SetLabel
SetLabel
Sets the label of the instance
Type
Name
Default
Description
sLabel
Instance label
GetDescription
GetDescription
Returns the description of the instance
— Returns string
SetDescription
SetDescription
Sets the description of the instance
Type
Name
Default
Description
sDescription
Instance description
GetColor
GetColor
Returns the color of the instance
— Returns Color
SetColor
SetColor
Sets the color of the instance
Type
Name
Default
Description
tColor
Instance color
Last updated