Class type State-PIXI._t
method blend#=: Js.Internal.meth([ `Arity_1(bool) ], unit)Activates blending of the computed fragment color values
method blendMode#=: Js.Internal.meth([ `Arity_1(int) ], unit)The blend mode to be applied when this state is set. Apply a value of PIXI.BLEND_MODES.NORMAL to reset the blend mode Setting this mode to anything other than NO_BLEND will automatically switch blending on
- deprecated
consider using State.getBlendMode instead
- see /bs-pixi/PIXI/State-PIXI/#val-getBlendMode
State.getBlendMode
method blendMode: intThe blend mode to be applied when this state is set. Apply a value of PIXI.BLEND_MODES.NORMAL to reset the blend mode Setting this mode to anything other than NO_BLEND will automatically switch blending on
- deprecated
consider using State.getBlendMode instead
- see /bs-pixi/PIXI/State-PIXI/#val-getBlendMode
State.getBlendMode
method clockwiseFrontFace#=: Js.Internal.meth([ `Arity_1(bool) ], unit)Specifies whether or not front or back-facing polygons can be culled
method offsets#=: Js.Internal.meth([ `Arity_1(bool) ], unit)Activates adding an offset to depth values of polygon's fragments