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

materialThe material to get the rendering mode from.

Returns

RenderingModeThe rendering mode of the material.