shaderPicturePath static method

String shaderPicturePath(
  1. String shaderId
)

The relative path of the shader picture url

  • shaderId: The shader id

Implementation

static String shaderPicturePath(String shaderId) {
  return '$shaderMediaPath/$shaderId.jpg';
}