![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
A screen is a user interface component that can be shown and hidden. More...
Public Member Functions | |
virtual void | Show () |
Show this menu. More... | |
virtual void | Hide () |
Hide this menu. More... | |
![]() | |
virtual void | Validate (PlatformerProMonoBehaviour myTarget) |
Override this method if you want to provide custom validation. The actual code should be surrounded by the if UNITY_EDITOR / endif directive. More... | |
Public Attributes | |
GameObject | visibleComponent |
The pointer image. More... | |
List< FX_Base > | showEffects |
The show effects. More... | |
List< FX_Base > | hideEffects |
The hide effects. More... | |
Protected Member Functions | |
virtual IEnumerator | DoShow () |
Do the show. More... | |
virtual IEnumerator | DoHide () |
Do the hide. More... | |
Properties | |
override string | Header [get] |
Gets the header string used to describe the component. More... | |
bool | IsVisible [get] |
Gets a value indicating whether this T:PlatformerPro.Extras.UIScreen is visible. More... | |
![]() | |
virtual string | Header [get] |
Gets the header string used to describe the component. More... | |
virtual string | DocLink [get] |
Gets a link to documentation site. More... | |
virtual string | VideoLink [get] |
Gets a link to a youtube video. More... | |
virtual string | Deprecated [get] |
If non-null this component is deprecated. The string shows a message indicating how it should be replaced. More... | |
A screen is a user interface component that can be shown and hidden.
|
protectedvirtual |
Do the hide.
|
protectedvirtual |
Do the show.
|
virtual |
Hide this menu.
Reimplemented in PlatformerPro.Extras.UIPauseMenu, and PlatformerPro.Extras.UIBasicMenu.
|
virtual |
Show this menu.
Reimplemented in PlatformerPro.Extras.UIBasicMenu.
List<FX_Base> PlatformerPro.Extras.UIScreen.hideEffects |
The hide effects.
List<FX_Base> PlatformerPro.Extras.UIScreen.showEffects |
The show effects.
GameObject PlatformerPro.Extras.UIScreen.visibleComponent |
The pointer image.
|
get |
Gets the header string used to describe the component.
The header.
|
get |
Gets a value indicating whether this T:PlatformerPro.Extras.UIScreen is visible.
true
if is visible; otherwise, false
.