![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
ESets an objects scale based on the platform. More...
Public Attributes | |
Vector3 | scalingFactor = Vector3.one |
How much should the object be scaled? 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... | |
ESets an objects scale based on the platform.
|
protectedvirtual |
Do the actionsfor the matched conditions.
|
protectedvirtual |
Returns true if the condition applies.
true
if the condition is matched; otherwise, false
.c | Condition. |
MultiPlatformEnablerCondition [] PlatformerPro.MultiPlatformScaler.conditions |
The conditions to check.
Vector3 PlatformerPro.MultiPlatformScaler.scalingFactor = Vector3.one |
How much should the object be scaled?