shadingModel property
Whether the engine runs its lighting (FmatShadingModel.lit) or the
shader's color is output directly (FmatShadingModel.unlit).
Implementation
FmatShadingModel get shadingModel => _shadingModel;
Whether the engine runs its lighting (FmatShadingModel.lit) or the
shader's color is output directly (FmatShadingModel.unlit).
FmatShadingModel get shadingModel => _shadingModel;