Api Editor QObject
class

QObject

public class QObject

Constructors

QObject()

Properties

Name Type Description
IsValid Boolean

Methods

virtual Void OnDestroyed()
Void Destroy()
Void SetProperty(String name, Boolean value)
Void SetProperty(String name, Single value)
Void SetProperty(String name, String value)
Builder Bind(String targetName, Action onChanged = null)
Assembly: Sandbox.Tools Namespace: Editor Full Name: Editor.QObject