T__Scene Ancestor Class
Should be used as your scenes ancestor.
The T__SceneAncestor type exposes the following members.
Show:
| Name | Description | |
|---|---|---|
![]() | AfterConstruction | internal use, call it only if you override it in a descendant |
![]() | AfterLastHideScene | Contains scene finalization called only one time (during instance destruction) |
![]() | BeforeFirstShowScene | Contains scene initialization called only one time (before the first ShowScene, after instance construction) |
![]() | DoTranslateTexts | |
![]() | HideScene | Contains scene finalization. It's called each time the scene is hidden. |
![]() | ShowScene | Contains scene initialization. It's called each time the scene is shown. |
![]() | TranslateTexts | This method is called each time a global translation broadcast is sent with current language as argument. |

