RenderStates

sfml.graphics.RenderStates
See theRenderStates companion trait
object RenderStates

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object ctor

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
ctor.type

Value members

Concrete methods

def apply(theBlendMode: BlendMode): RenderStates
def apply(theTransform: Transform): RenderStates
def apply(theTexture: Option[Texture]): RenderStates
def apply(theShader: Option[Shader]): RenderStates
def apply(theBlendMode: BlendMode, theTransform: Transform, theTexture: Option[Texture], theShader: Option[Shader]): RenderStates