Modifier and Type | Method and Description |
---|---|
WrapMode |
TextureBase.getWrapModeU()
Gets the texture wrap modes in U.
|
WrapMode |
TextureBase.getWrapModeV()
Gets the texture wrap modes in V.
|
WrapMode |
TextureBase.getWrapModeW()
Gets the texture wrap modes in W.
|
static WrapMode |
WrapMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WrapMode[] |
WrapMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TextureBase.setWrapModeU(WrapMode value)
Sets the texture wrap modes in U.
|
void |
TextureBase.setWrapModeV(WrapMode value)
Sets the texture wrap modes in V.
|
void |
TextureBase.setWrapModeW(WrapMode value)
Sets the texture wrap modes in W.
|
Copyright © 2019. All rights reserved.