UnityEssentials
Small but useful tools and features for Unity
|
Interface integrating all the basic elements that an adjustment that can be managed in the "Essentials Settings Window" must have. More...
Public Member Functions | |
void | Apply () |
void | Revert () |
void | OpenInfoURL () |
Properties | |
string | title [get] |
string | applyButtonText [get] |
string | revertButtonText [get] |
string | applyAdjustmentShortExplanation [get] |
string | revertAdjustmentShortExplanation [get] |
string | infoButtonText [get] |
abstract string | infoURL [get] |
bool | showInSettingsWindow [get] |
Interface integrating all the basic elements that an adjustment that can be managed in the "Essentials Settings Window" must have.
Definition at line 6 of file IAdjustment.cs.
void Essentials.EssentialsSettings.IAdjustment.Apply | ( | ) |
Implemented in Essentials.EssentialsSettings.Adjustment.
void Essentials.EssentialsSettings.IAdjustment.OpenInfoURL | ( | ) |
Implemented in Essentials.EssentialsSettings.Adjustment.
void Essentials.EssentialsSettings.IAdjustment.Revert | ( | ) |
Implemented in Essentials.EssentialsSettings.Adjustment.
|
get |
Definition at line 13 of file IAdjustment.cs.
|
get |
Definition at line 9 of file IAdjustment.cs.
|
get |
Definition at line 16 of file IAdjustment.cs.
|
get |
Definition at line 17 of file IAdjustment.cs.
|
get |
Definition at line 14 of file IAdjustment.cs.
|
get |
Definition at line 10 of file IAdjustment.cs.
|
get |
Definition at line 18 of file IAdjustment.cs.
|
get |
Definition at line 8 of file IAdjustment.cs.