Class TAnimatorListIterator

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type TAnimatorListIterator = class(TWrapper)

Description

Iterates over a scene node's animators.
Objects of this class are created by TSceneNode.GetAnimators .

Hierarchy

Overview

Methods

Public constructor Create(NReference: Pointer; NParent: TSceneNode);
Public destructor Destroy; override;
Public function GetNext: TSceneNodeAnimator;

Properties

Public property Owner: TSceneNode read FOwner;

Description

Methods

Public constructor Create(NReference: Pointer; NParent: TSceneNode);

Creates a new iterator. Only used internally.

Public destructor Destroy; override;

Frees the iterator.

Public function GetNext: TSceneNodeAnimator;

Fetches the next scene node animator in the list.

Returns

The animator, if any, else nil.

Properties

Public property Owner: TSceneNode read FOwner;

The scene node this iterator iterates over.


Generated by PasDoc 0.12.1 on 2012-09-14 17:32:22