getIndex method
dynamic
getIndex(
- dynamic materialName
Implementation
getIndex(materialName) {
return this.nameLookup[materialName];
}
getIndex(materialName) {
return this.nameLookup[materialName];
}