java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.quick3d.QQuick3DInstancing.InstanceTableEntry
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
- QQuick3DInstancing
public static class QQuick3DInstancing.InstanceTableEntry extends QtObject implements Cloneable
Java wrapper for Qt class QQuick3DInstancing::InstanceTableEntry
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description InstanceTableEntry()
protected
InstanceTableEntry(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QQuick3DInstancing.InstanceTableEntry
clone()
QVector4D
color()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
QVector4D
instanceData()
QVector4D
row0()
QVector4D
row1()
QVector4D
row2()
void
setColor(QVector4D color)
void
setInstanceData(QVector4D instanceData)
void
setRow0(QVector4D row0)
void
setRow1(QVector4D row1)
void
setRow2(QVector4D row2)
-
Constructor Details
-
InstanceTableEntry
public InstanceTableEntry() -
InstanceTableEntry
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
setColor
-
color
-
setInstanceData
-
instanceData
-
setRow0
-
row0
-
setRow1
-
row1
-
setRow2
-
row2
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-