Uses of Class
io.qt.qt3d.render.QAbstractLight.Type
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QAbstractLight.Type in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QAbstractLight.Type Modifier and Type Method Description static QAbstractLight.Type
QAbstractLight.Type. resolve(int value)
Returns the corresponding enum entry for the given value.QAbstractLight.Type
QAbstractLight. type()
static QAbstractLight.Type
QAbstractLight.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static QAbstractLight.Type[]
QAbstractLight.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.