State class abstract
Constructors
- State()
Properties
Methods
-
disable(
dynamic id) → void -
dispose(
) → void -
enable(
dynamic id) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reset(
) → void -
scissor(
Vector4 scissor) → void -
setBlending(
int blending) → void -
setScissorTest(
bool scissorTest) → void -
toString(
) → String -
A string representation of this object.
inherited
-
viewport(
Vector4 viewport) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited