Uses of Enum
io.qt.qt3d.render.QAbstractTexture.Target
-
Uses of QAbstractTexture.Target in io.qt.qt3d.render
Methods in io.qt.qt3d.render that return QAbstractTexture.TargetModifier and TypeMethodDescriptionfinal QAbstractTexture.TargetQAbstractTexture.getTarget()Kotlin property getter.static QAbstractTexture.TargetQAbstractTexture.Target.resolve(int value) Returns the corresponding enum entry for the given value.final QAbstractTexture.TargetQAbstractTexture.target()final QAbstractTexture.TargetQTextureData.target()static QAbstractTexture.TargetReturns the enum constant of this type with the specified name.static QAbstractTexture.Target[]QAbstractTexture.Target.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 QAbstractTexture.TargetModifier and TypeMethodDescriptionfinal voidQTextureData.setTarget(QAbstractTexture.Target target) Constructors in io.qt.qt3d.render with parameters of type QAbstractTexture.TargetModifierConstructorDescriptionprotectedOverloaded constructor forQAbstractTexture(io.qt.qt3d.render.QAbstractTexture.Target, io.qt.qt3d.core.QNode)withparent = null.protectedQAbstractTexture(QAbstractTexture.Target target, QNode parent)