Package io.qt.quick3d

Class QQuick3DGeometry.TargetAttribute

java.lang.Object
io.qt.QtObject
io.qt.quick3d.QQuick3DGeometry.TargetAttribute
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QQuick3DGeometry

public static class QQuick3DGeometry.TargetAttribute extends QtObject implements Cloneable

Java wrapper for Qt class QQuick3DGeometry::TargetAttribute

  • Constructor Details

    • TargetAttribute

      public TargetAttribute()

      See QQuick3DGeometry::TargetAttribute::TargetAttribute()

    • TargetAttribute

      public TargetAttribute(QQuick3DGeometry.TargetAttribute other)

      See QQuick3DGeometry::TargetAttribute::TargetAttribute(QQuick3DGeometry::TargetAttribute)

    • TargetAttribute

      public TargetAttribute(int targetId, QQuick3DGeometry.Attribute attr, int stride)

      See QQuick3DGeometry::TargetAttribute::TargetAttribute{quint32,QQuick3DGeometry::Attribute,int}

  • Method Details