Class TBackgroundStack
Unit
Declaration
type TBackgroundStack = class(TX3DBindableStack)
Description
No description available, ancestor TX3DBindableStack description follows
Stack of bindable nodes (only the top, bound, node is used for rendering/navigation). This keeps a stack of TAbstractBindableNode, with comfortable routines to examine top and push/pop from top. The stack is actually stored as a list, with the last item being the top one.
Hierarchy
- TObject
 - TList
 - TObjectList
 - TX3DNodeList
 - TX3DBindableStackBasic
 - TX3DBindableStack
 - TBackgroundStack
 
Overview
Methods
![]()  | 
function Top: TAbstractBackgroundNode; | 
![]()  | 
procedure PushIfEmpty(Node: TAbstractBackgroundNode; SendEvents: boolean); | 
Description
Methods
![]()  | 
function Top: TAbstractBackgroundNode; | 
![]()  | 
procedure PushIfEmpty(Node: TAbstractBackgroundNode; SendEvents: boolean); | 
Generated by PasDoc 0.16.0.
