class QObject

robot_2Generated
code_blocksInput

Description

The QObject class in the Editor namespace provides a base for objects that can be manipulated within the editor environment. It offers methods for property management and object lifecycle handling.

Members

Instance Members

Member Name Summary
OnDestroyed Virtual method called when the object is destroyed. Override to implement custom destruction behavior.
Destroy Destroys the object, triggering the OnDestroyed method.
SetProperty (String, Boolean) Sets a boolean property by name.
SetProperty (String, Single) Sets a float property by name.
SetProperty (String, String) Sets a string property by name.
Bind Binds a property to a target name with a callback for changes.
IsValid Indicates whether the object is valid. This property is hidden from the editor.