Table of Contents

TObjectManager.OwnsObjects Property

Gets or sets whether the manager destroys managed entities when it is destroyed.

Remarks

When True (the default), all entities attached to this manager are freed automatically in the manager's destructor. Set to False to keep entity instances alive after the manager is destroyed.

Syntax

Unit: Aurelius.Engine.ObjectManager

property TObjectManager.OwnsObjects: Boolean

See also