Uses of Class
io.qt.qt3d.render.QSceneLoader.ComponentType
Package | Description |
---|---|
io.qt.qt3d.render |
-
Uses of QSceneLoader.ComponentType in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QSceneLoader.ComponentType Modifier and Type Method Description static QSceneLoader.ComponentType
QSceneLoader.ComponentType. resolve(int value)
Returns the corresponding enum entry for the given value.static QSceneLoader.ComponentType
QSceneLoader.ComponentType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QSceneLoader.ComponentType[]
QSceneLoader.ComponentType. 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 QSceneLoader.ComponentType Modifier and Type Method Description QComponent
QSceneLoader. component(String entityName, QSceneLoader.ComponentType componentType)