TScene.RegisterScene<T> Method
Overloads
| RegisterScene(TSceneType, T__SceneAncestor) |
Register a new scene in the list of available scenes and show it |
| RegisterScene<T>(TSceneType) |
Register a new scene in the list of available scenes and show it |
Register a new scene in the list of available scenes and show it
Delphi
class procedure RegisterScene(const AType: TSceneType; const AScene: T__SceneAncestor)
Parameters
- AType
- TSceneType
- AScene
- T__SceneAncestor
Register a new scene in the list of available scenes and show it
Delphi
class procedure RegisterScene<T>(const AType: TSceneType)
Type Parameters
- T
Parameters
- AType
- TSceneType