All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.qt.qt3d.animation.QClipBlendNodeCreatedChangeBase Maven / Gradle / Ivy

Go to download

The Qt 3D Animation modules provides a set of prebuilt elements to help you get started with Qt 3D.

There is a newer version: 6.7.2
Show newest version
package io.qt.qt3d.animation;

import io.qt.*;


/**
 * 

Base class for changes in QClipBlendNode

*

Java wrapper for Qt class Qt3DAnimation::QClipBlendNodeCreatedChangeBase

*/ public class QClipBlendNodeCreatedChangeBase extends io.qt.qt3d.core.QNodeCreatedChangeBase { static { QtJambi_LibraryUtilities.initialize(); } /** *

See Qt3DAnimation::QClipBlendNodeCreatedChangeBase::QClipBlendNodeCreatedChangeBase(const Qt3DAnimation::QAbstractClipBlendNode*)

*/ public QClipBlendNodeCreatedChangeBase(io.qt.qt3d.animation.@Nullable QAbstractClipBlendNode node){ super((QPrivateConstructor)null); initialize_native(this, node); } private native static void initialize_native(QClipBlendNodeCreatedChangeBase instance, io.qt.qt3d.animation.QAbstractClipBlendNode node); /** * Constructor for internal use only. * @param p expected to be null. * @hidden */ @NativeAccess protected QClipBlendNodeCreatedChangeBase(QPrivateConstructor p) { super(p); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy