TSceneBackground Class

Unit: uSceneBackground
_ScenesAncestor.T__SceneAncestor
  uSceneBackground.TSceneBackground
type TSceneBackground = class(T__SceneAncestor)

The TSceneBackground type exposes the following members.

Show:
 NameDescription
Create

Returns an instance of this class (Overrides _ScenesAncestor.T__SceneAncestor.Create .)

Destroy

internal use, call it only if you override it in a descendant (Overrides _ScenesAncestor.T__SceneAncestor.Destroy .)

Top
Show:
 NameDescription
FrameResized

HideScene

Contains scene finalization. It's called each time the scene is hidden. (Overrides _ScenesAncestor.T__SceneAncestor.HideScene .)

InitGame

LoopAnimTimer

RefreshUserCircle

ShowScene

Contains scene initialization. It's called each time the scene is shown. (Overrides _ScenesAncestor.T__SceneAncestor.ShowScene .)

Top