Uses of Class
io.qt.qt3d.render.QFrontFace.WindingDirection
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QFrontFace.WindingDirection in io.qt.qt3d.render
Fields in io.qt.qt3d.render with type parameters of type QFrontFace.WindingDirection Modifier and Type Field Description QObject.Signal1<QFrontFace.WindingDirection>
QFrontFace. directionChanged
Methods in io.qt.qt3d.render that return QFrontFace.WindingDirection Modifier and Type Method Description QFrontFace.WindingDirection
QFrontFace. direction()
static QFrontFace.WindingDirection
QFrontFace.WindingDirection. resolve(int value)
Returns the corresponding enum entry for the given value.static QFrontFace.WindingDirection
QFrontFace.WindingDirection. valueOf(String name)
Returns the enum constant of this type with the specified name.static QFrontFace.WindingDirection[]
QFrontFace.WindingDirection. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.qt3d.render with parameters of type QFrontFace.WindingDirection Modifier and Type Method Description void
QFrontFace. setDirection(QFrontFace.WindingDirection direction)