toRenderingEngineType method
Implementation
RenderingEngineType toRenderingEngineType() {
switch (this) {
case 'OGRE':
return RenderingEngineType.ogre;
}
throw Exception('$this is not known in enum RenderingEngineType');
}
RenderingEngineType toRenderingEngineType() {
switch (this) {
case 'OGRE':
return RenderingEngineType.ogre;
}
throw Exception('$this is not known in enum RenderingEngineType');
}