Class type MeshMaterial-PIXI._t
inherit PIXI.Shader._t
method alpha#=: Js.Internal.meth([ `Arity_1(float) ], unit)This gets automatically set by the object using this.
method batchable#=: Js.Internal.meth([ `Arity_1(bool) ], unit)true if shader can be batch with the renderer's batch system.
method texture#=: Js.Internal.meth([ `Arity_1(PIXI.Texture.t) ], unit)Reference to the texture being rendered.
method texture: PIXI.Texture.tReference to the texture being rendered.
method uvMatrix: PIXI.TextureMatrix.tTextureMatrix instance for this Mesh, used to track Texture changes