|
enum | SetupMethod { Generate,
Manual
} |
|
enum | HorizontalAlign { Left,
Center,
Right
} |
|
enum | VerticalAlign { Top,
Middle,
Bottom
} |
|
enum | TwoStepActivationType { Disabled,
OnlyOnMobiles,
Always
} |
|
enum | OnMobileBack { LoadPreviousLevel,
LoadSpecifiedLevel
} |
|
enum | LookLevelType { FirstLevel,
LastUnlocked,
LastCompleted
} |
|
|
SetupMethod | setupMethod = SetupMethod.Generate |
|
MadSprite | rightSlideSprite |
|
MadSprite | leftSlideSprite |
|
Vector2 | iconScale = Vector2.one |
|
Vector2 | iconOffset |
|
Vector2 | rightSlideScale = Vector2.one |
|
Vector2 | rightSlideOffset |
|
Vector2 | leftSlideScale = Vector2.one |
|
Vector2 | leftSlideOffset |
|
int | gridWidth = 3 |
|
int | gridHeight = 3 |
|
int | pixelsWidth = 720 |
|
int | pixelsHeight = 578 |
|
HorizontalAlign | horizontalAlign = HorizontalAlign.Center |
|
VerticalAlign | verticalAlign = VerticalAlign.Top |
|
bool | pagesOffsetFromResolution = true |
|
float | pagesOffsetManual = 1000 |
|
bool | dirty |
|
bool | deepClean |
|
bool | hideManagedObjects = true |
|
MadLevelIcon | iconTemplate |
|
bool | lookAtLastLevel = true |
|
LookLevelType | lookAtLevel = LookLevelType.FirstLevel |
|
TwoStepActivationType | twoStepActivationType = TwoStepActivationType.Disabled |
|
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 |
|
int | configurationGroup = 0 |
|
bool | managed |
|
|
override void | OnEnable () |
|
override void | Start () |
|
override void | Update () |
|
MadLevelIcon | CreateIcon (Transform parent, string name, MadLevelIcon template) |
|
|
static bool | Instantiating [get, set] |
|
IconActivationEvent | onIconActivate |
|
IconActivationEvent | onIconDeactivate |
|
override MadLevelIcon MadLevelManager.MadLevelGridLayout.FindClosestIcon |
( |
Vector3 |
position | ) |
|
|
virtual |
override MadLevelIcon MadLevelManager.MadLevelGridLayout.GetIcon |
( |
string |
levelName | ) |
|
|
virtual |
override void MadLevelManager.MadLevelGridLayout.LookAtIcon |
( |
MadLevelIcon |
icon | ) |
|
|
virtual |
The documentation for this class was generated from the following file:
- Assets/Mad Level Manager/Scripts/Base/Layouts/MadLevelGridLayout.cs