io.qt.qt3d.animation.QClipBlendNodeCreatedChangeBase Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-qt3danimation Show documentation
Show all versions of qtjambi-qt3danimation Show documentation
The Qt 3D Animation modules provides a set of prebuilt elements to help you get started with Qt 3D.
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); }
}