Home -> IStateGroupNode -> SetPolygonFillMode

Description

The SetPolygonFillMode method sets the PolygonFillMode for the IStateGroupNode. All child renderable nodes will be drawn with the specified fill mode. It is PolygonFillMode::Solid by default.

Usage

void SetPolygonFillMode(PolygonFillMode fillMode);

Argument list

fillMode [PolygonFillMode]
The polygon fill mode to use

See also