java.lang.Object
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.TargetAttribute
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Enclosing class:
QQuick3DGeometry
Java wrapper for Qt class QQuick3DGeometry::TargetAttribute
-
Constructor Summary
ConstructorDescriptionSeeQQuick3DGeometry::TargetAttribute::
TargetAttribute() TargetAttribute
(int targetId, QQuick3DGeometry.Attribute attr, int stride) SeeQQuick3DGeometry::TargetAttribute::
TargetAttribute{quint32, QQuick3DGeometry::Attribute, int} SeeQQuick3DGeometry::TargetAttribute::
TargetAttribute(QQuick3DGeometry::TargetAttribute) -
Method Summary
Modifier and TypeMethodDescriptionattr()
SeeQQuick3DGeometry::TargetAttribute::
attr clone()
Creates and returns a copy of this object.final void
SeeQQuick3DGeometry::TargetAttribute::
attr final void
setStride
(int stride) SeeQQuick3DGeometry::TargetAttribute::
stride final void
setTargetId
(int targetId) SeeQQuick3DGeometry::TargetAttribute::
targetId final int
stride()
SeeQQuick3DGeometry::TargetAttribute::
stride final int
targetId()
SeeQQuick3DGeometry::TargetAttribute::
targetId Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
TargetAttribute
public TargetAttribute()See
QQuick3DGeometry::TargetAttribute::
TargetAttribute() -
TargetAttribute
See
QQuick3DGeometry::TargetAttribute::
TargetAttribute(QQuick3DGeometry::TargetAttribute) - Parameters:
other
-
-
TargetAttribute
See
QQuick3DGeometry::TargetAttribute::
TargetAttribute{quint32, QQuick3DGeometry::Attribute, int} - Parameters:
targetId
-attr
-stride
-
-
-
Method Details
-
setAttr
See
QQuick3DGeometry::TargetAttribute::
attr - Parameters:
attr
-
-
attr
See
QQuick3DGeometry::TargetAttribute::
attr - Returns:
-
setStride
See
QQuick3DGeometry::TargetAttribute::
stride - Parameters:
stride
-
-
stride
See
QQuick3DGeometry::TargetAttribute::
stride - Returns:
-
setTargetId
See
QQuick3DGeometry::TargetAttribute::
targetId - Parameters:
targetId
-
-
targetId
See
QQuick3DGeometry::TargetAttribute::
targetId - Returns:
-
clone
Creates and returns a copy of this object.
See
QQuick3DGeometry::TargetAttribute::
TargetAttribute(QQuick3DGeometry::TargetAttribute)
-