Class TNavigationInfoStack

Unit

Declaration

type TNavigationInfoStack = class(TX3DBindableStack)

Description

This item has no description. Showing description inherited from TX3DBindableStack.

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.

Source: scene/castlescenecore.pas (line 199).

Hierarchy

Overview

Methods

Protected procedure DoBoundChanged; override;
Public function Top: TNavigationInfoNode;
Public procedure PushIfEmpty(Node: TNavigationInfoNode; SendEvents: boolean);

Description

Methods

Protected procedure DoBoundChanged; override;

This item has no description. Showing description inherited from TX3DBindableStack.DoBoundChanged.

Notification when the currently bound node, that is Top, changed. In this class, just calls OnBoundChanged if assigned.

Source: scene/castlescenecore.pas (line 201).

Public function Top: TNavigationInfoNode;

This item has no description.

Source: scene/castlescenecore.pas (line 203).

Public procedure PushIfEmpty(Node: TNavigationInfoNode; SendEvents: boolean);

This item has no description.

Source: scene/castlescenecore.pas (line 204).


Generated by PasDoc 0.17.0.snapshot.