|
| enum | TwoStepActivationType { Disabled,
OnlyOnMobiles,
Always
} |
| |
| enum | OnMobileBack { LoadPreviousLevel,
LoadSpecifiedLevel
} |
| |
|
|
MadLevelIcon | iconTemplate |
| |
|
TwoStepActivationType | twoStepActivationType = TwoStepActivationType.OnlyOnMobiles |
| |
|
bool | onIconActivatePlayAudio |
| |
|
AudioClip | onIconActivatePlayAudioClip |
| |
|
float | onIconActivatePlayAudioVolume = 1 |
| |
|
bool | onIconDeactivatePlayAudio |
| |
|
AudioClip | onIconDeactivatePlayAudioClip |
| |
|
float | onIconDeactivatePlayAudioVolume = 1 |
| |
|
bool | onIconActivateMessage |
| |
|
GameObject | onIconActivateMessageReceiver |
| |
|
string | onIconActivateMessageMethodName = "OnIconActivate" |
| |
|
bool | onIconDeactivateMessage |
| |
|
GameObject | onIconDeactivateMessageReceiver |
| |
|
string | onIconDeactivateMessageMethodName = "OnIconDeactivate" |
| |
|
bool | handleMobileBackButton = true |
| |
|
OnMobileBack | handleMobileBackButtonAction = OnMobileBack.LoadPreviousLevel |
| |
|
string | handleMobileBackButtonLevelName |
| |
|
MadLevelConfiguration | configuration |
| |
|
bool | managed |
| |
|
|
virtual void | Update () |
| |
|
virtual void | OnEnable () |
| |
|
virtual void | Start () |
| |
|
|
IconActivationEvent | onIconActivate |
| |
|
IconActivationEvent | onIconDeactivate |
| |
|
|
static bool | Instantiating [get, set] |
| |
| abstract MadLevelIcon MadLevelManager.MadLevelAbstractLayout.FindClosestIcon |
( |
Vector3 |
position | ) |
|
|
pure virtual |
| MadLevelIcon MadLevelManager.MadLevelAbstractLayout.GetActiveIcon |
( |
| ) |
|
Gets the currently active icon or
null if no icon is active.
- Returns
- The currently active icon.
| MadLevelIcon MadLevelManager.MadLevelAbstractLayout.GetFirstIcon |
( |
| ) |
|
Gets the icon representation for the first level (in order).
- Returns
- The first level icon.
| abstract MadLevelIcon MadLevelManager.MadLevelAbstractLayout.GetIcon |
( |
string |
levelName | ) |
|
|
pure virtual |
| MadLevelIcon MadLevelManager.MadLevelAbstractLayout.GetLastIcon |
( |
| ) |
|
Gets the icon representation for the last level (in order).
- Returns
- The last level icon.
| abstract void MadLevelManager.MadLevelAbstractLayout.LookAtIcon |
( |
MadLevelIcon |
icon | ) |
|
|
pure virtual |
| void MadLevelManager.MadLevelAbstractLayout.LookAtLastPlayedLevel |
( |
| ) |
|
Looks at last played level icon.
| void MadLevelManager.MadLevelAbstractLayout.LookAtLevel |
( |
string |
levelName | ) |
|
Looks at level.
- Parameters
-
The documentation for this class was generated from the following file:
- Assets/Mad Level Manager/Scripts/Base/Layouts/MadLevelAbstractLayout.cs