IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

Node QML Type

A base QML type that other types inherit. It cannot be directly created.

This type was introduced in Qt 5.5.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

Node QML Type

Detailed Description

 

Property Documentation

 

[read-only] childNodes : list<Node>

 

data : list<QtQml::QtObject>

 

[default: {}, since 2.9] propertyTrackingOverrides : QJSValue

Assuming a Qt3DCore::Node needs to override the PropertyTrackingMode on two properties (enabled and displacement), the value should be set as shown below.

 
Sélectionnez
propertyTrackingOverrides:  {
    "enabled": Entity.DontTrackValues,
    "displacement": Entity.TrackFinalValues
}

This property was introduced in Qt 2.9.

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+