summaryrefslogtreecommitdiffstats
path: root/src/runtime/behaviorapi/q3dsbehaviorobject_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/behaviorapi/q3dsbehaviorobject_p.h')
-rw-r--r--src/runtime/behaviorapi/q3dsbehaviorobject_p.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/behaviorapi/q3dsbehaviorobject_p.h b/src/runtime/behaviorapi/q3dsbehaviorobject_p.h
index 661e09f..b0bd965 100644
--- a/src/runtime/behaviorapi/q3dsbehaviorobject_p.h
+++ b/src/runtime/behaviorapi/q3dsbehaviorobject_p.h
@@ -80,6 +80,8 @@ public:
Q_INVOKABLE void unregisterForEvent(const QString &event);
Q_INVOKABLE void unregisterForEvent(const QString &handle, const QString &event);
Q_REVISION(1) Q_INVOKABLE void setDataInputValue(const QString &name, const QVariant &value);
+ Q_INVOKABLE QMatrix4x4 calculateGlobalTransform(const QString &handle = QString());
+ Q_INVOKABLE QVector3D lookAt(const QVector3D &target);
signals:
void initialize();