Class type State-PIXI._t

method blend#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

Activates blending of the computed fragment color values

method blend: bool

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: int

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 clockwiseFrontFace#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

Specifies whether or not front or back-facing polygons can be culled

method clockwiseFrontFace: bool

Specifies whether or not front or back-facing polygons can be culled

method culling#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

Activates culling of polygons

method culling: bool

Activates culling of polygons

method depthTest#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

Activates culling of polygons

method depthTest: bool

Activates culling of polygons

method offsets#=: Js.Internal.meth([ `Arity_1(bool) ], unit)

Activates adding an offset to depth values of polygon's fragments

method offsets: bool

Activates adding an offset to depth values of polygon's fragments

method polygonOffset#=: Js.Internal.meth([ `Arity_1(float) ], unit)

The polygon offset. Setting this property to anything other than 0 will automatically enable polygon offset fill

method polygonOffset: float

The polygon offset. Setting this property to anything other than 0 will automatically enable polygon offset fill