Description | Hierarchy | Fields | Methods | Properties |
type TAnimatorListIterator = class(TWrapper)
Iterates over a scene node's animators.
Objects of this class are created by TSceneNode.GetAnimators .
![]() |
constructor Create(NReference: Pointer; NParent: TSceneNode); |
![]() |
destructor Destroy; override; |
![]() |
function GetNext: TSceneNodeAnimator; |
![]() |
property Owner: TSceneNode read FOwner; |
![]() |
constructor Create(NReference: Pointer; NParent: TSceneNode); |
Creates a new iterator. Only used internally. |
![]() |
destructor Destroy; override; |
Frees the iterator. |
![]() |
function GetNext: TSceneNodeAnimator; |
Fetches the next scene node animator in the list. ReturnsThe animator, if any, else nil. |
![]() |
property Owner: TSceneNode read FOwner; |
The scene node this iterator iterates over. |