platformer
|
Public Member Functions | |
override void | Start () |
Get PlatformerCollider2D More... | |
override void | Update () |
Create text to display More... | |
![]() | |
virtual void | OnEnable () |
Get PlatformerCollider2D More... | |
![]() | |
virtual void | OnGUI () |
Display text More... | |
Additional Inherited Members | |
![]() | |
Color | textColor = Color.white |
Text color More... | |
int | debugFontSize = 15 |
Font size More... | |
Vector2 | position = Vector2.zero |
Position in the screen in pixels More... | |
![]() | |
string | text |
Text to be displayed More... | |
GUIStyle | guiStyle = new GUIStyle() |
Computed style More... | |
|
inlinevirtual |
Reimplemented from UnityPlatformer.PlatformerCollider2DMonitor.
|
inlinevirtual |
Create text to display
Reimplemented from UnityPlatformer.PlatformerCollider2DMonitor.