MaterialExtensions.GetRenderingMode
Extension Method in MaterialExtensions
Declaration
public static RenderingMode GetRenderingMode(this Material material)
Description
Returns the rendering mode of the material, see RenderingMode.
Parameters
material | The material to get the rendering mode from. |
Returns
RenderingMode | The rendering mode of the material. |