Phaser API Documentation

  Version: 
WebGLPipelineUniformsConfig
Properties:
name type arguments description
name string

The name of the uniform as defined in the shader.

location number

The location of the uniform.

value1 number <optional>

The first cached value of the uniform.

value2 number <optional>

The first cached value of the uniform.

value3 number <optional>

The first cached value of the uniform.

value4 number <optional>

The first cached value of the uniform.

Type:
object