Uses of Class
org.praxislive.video.pgl.code.userapi.Constants.TextureMode
-
Packages that use Constants.TextureMode Package Description org.praxislive.video.pgl.code org.praxislive.video.pgl.code.userapi -
-
Uses of Constants.TextureMode in org.praxislive.video.pgl.code
Methods in org.praxislive.video.pgl.code with parameters of type Constants.TextureMode Modifier and Type Method Description voidP2DCodeDelegate. textureMode(Constants.TextureMode mode)voidP3DCodeDelegate. textureMode(Constants.TextureMode mode) -
Uses of Constants.TextureMode in org.praxislive.video.pgl.code.userapi
Fields in org.praxislive.video.pgl.code.userapi declared as Constants.TextureMode Modifier and Type Field Description static Constants.TextureModeConstants. IMAGEstatic Constants.TextureModeConstants. NORMALMethods in org.praxislive.video.pgl.code.userapi that return Constants.TextureMode Modifier and Type Method Description static Constants.TextureModeConstants.TextureMode. valueOf(String name)Returns the enum constant of this type with the specified name.static Constants.TextureMode[]Constants.TextureMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.praxislive.video.pgl.code.userapi with parameters of type Constants.TextureMode Modifier and Type Method Description PShapePShape. textureMode(Constants.TextureMode mode)
-