Mipmap constructor

Mipmap(
  1. String name
)

Creates a new instance of Mipmap with the given name.

Implementation

Mipmap(String name) : super(name);