![JAR search and dependency download from the Maven repository](/logo.png)
io.qt.qt3d.extras.QNormalDiffuseMapAlphaMaterial Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qtjambi-qt3dextras Show documentation
Show all versions of qtjambi-qt3dextras Show documentation
The Qt 3D Extras module provides a set of prebuilt elements to help you get started with Qt 3D.
package io.qt.qt3d.extras;
import io.qt.*;
/**
* Java wrapper for Qt class Qt3DExtras::QNormalDiffuseMapAlphaMaterial
*/
public class QNormalDiffuseMapAlphaMaterial extends io.qt.qt3d.extras.QNormalDiffuseMapMaterial
{
/**
* This variable stores the meta-object for the class.
*/
public static final io.qt.core.@NonNull QMetaObject staticMetaObject = io.qt.core.QMetaObject.forType(QNormalDiffuseMapAlphaMaterial.class);
/**
* Overloaded constructor for {@link #QNormalDiffuseMapAlphaMaterial(io.qt.qt3d.core.QNode)}
* with parent = null
.
*/
public QNormalDiffuseMapAlphaMaterial() {
this((io.qt.qt3d.core.QNode)null);
}
@SuppressWarnings({"exports"})
public QNormalDiffuseMapAlphaMaterial(io.qt.qt3d.core.@Nullable QNode parent){
super((QPrivateConstructor)null);
initialize_native(this, parent);
}
private native static void initialize_native(QNormalDiffuseMapAlphaMaterial instance, io.qt.qt3d.core.QNode parent);
/**
* Constructor for internal use only.
* @param p expected to be null
.
*/
@NativeAccess
protected QNormalDiffuseMapAlphaMaterial(QPrivateConstructor p) { super(p); }
/**
* Constructor for internal use only.
* It is not allowed to call the declarative constructor from inside Java.
*/
@NativeAccess
protected QNormalDiffuseMapAlphaMaterial(QDeclarativeConstructor constructor) {
super((QPrivateConstructor)null);
initialize_native(this, constructor);
}
@QtUninvokable
private static native void initialize_native(QNormalDiffuseMapAlphaMaterial instance, QDeclarativeConstructor constructor);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy