UnityEssentials
Small but useful tools and features for Unity
Public Member Functions | Properties | List of all members
Essentials.EssentialsSettings.IAdjustment Interface Reference

Interface integrating all the basic elements that an adjustment that can be managed in the "Essentials Settings Window" must have. More...

Collaboration diagram for Essentials.EssentialsSettings.IAdjustment:
Collaboration graph

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]
 

Detailed Description

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.

Member Function Documentation

◆ Apply()

void Essentials.EssentialsSettings.IAdjustment.Apply ( )

◆ OpenInfoURL()

void Essentials.EssentialsSettings.IAdjustment.OpenInfoURL ( )

◆ Revert()

void Essentials.EssentialsSettings.IAdjustment.Revert ( )

Property Documentation

◆ applyAdjustmentShortExplanation

string Essentials.EssentialsSettings.IAdjustment.applyAdjustmentShortExplanation
get

Definition at line 13 of file IAdjustment.cs.

◆ applyButtonText

string Essentials.EssentialsSettings.IAdjustment.applyButtonText
get

Definition at line 9 of file IAdjustment.cs.

◆ infoButtonText

string Essentials.EssentialsSettings.IAdjustment.infoButtonText
get

Definition at line 16 of file IAdjustment.cs.

◆ infoURL

abstract string Essentials.EssentialsSettings.IAdjustment.infoURL
get

Definition at line 17 of file IAdjustment.cs.

◆ revertAdjustmentShortExplanation

string Essentials.EssentialsSettings.IAdjustment.revertAdjustmentShortExplanation
get

Definition at line 14 of file IAdjustment.cs.

◆ revertButtonText

string Essentials.EssentialsSettings.IAdjustment.revertButtonText
get

Definition at line 10 of file IAdjustment.cs.

◆ showInSettingsWindow

bool Essentials.EssentialsSettings.IAdjustment.showInSettingsWindow
get

Definition at line 18 of file IAdjustment.cs.

◆ title

string Essentials.EssentialsSettings.IAdjustment.title
get

Definition at line 8 of file IAdjustment.cs.


The documentation for this interface was generated from the following file: