![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Enables or Disables items based on the platform. More...
Static Public Member Functions | |
static bool | IsLargeTouchScreen () |
Returns true if the screen is large touch screen (i.e. a tablet). You often want to draw things like controls differently in this case. More... | |
Public Attributes | |
MultiPlatformEnablerType | enablerType |
What does this enabler do? More... | |
MultiPlatformEnablerCondition[] | conditions |
The conditions to check. More... | |
Protected Member Functions | |
virtual void | DoActions () |
Do the actionsfor the matched conditions. More... | |
virtual bool | IsMatched (MultiPlatformEnablerCondition c) |
Returns true if the condition applies. More... | |
Enables or Disables items based on the platform.
|
protectedvirtual |
Do the actionsfor the matched conditions.
|
static |
Returns true if the screen is large touch screen (i.e. a tablet). You often want to draw things like controls differently in this case.
true
if is large touch screen; otherwise, false
.
|
protectedvirtual |
Returns true if the condition applies.
true
if the condition is matched; otherwise, false
.c | Condition. |
MultiPlatformEnablerCondition [] PlatformerPro.MultiPlatformEnabler.conditions |
The conditions to check.
MultiPlatformEnablerType PlatformerPro.MultiPlatformEnabler.enablerType |
What does this enabler do?