Objects and components #6
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It may be nice to create a
QTKO
base class for all object-like classes that can exist in a scene standalone. Similarly, aQTKC
base class for all component-like classes that can be attached to objects. This could provide better organization and make it easy to implement useful functionality or state in the future.