NTPolygon3DStyle


@interface NTPolygon3DStyle : NTStyle

A style for 3d polygons. Contains attributes for configuring how the 3d polygon is drawn on the screen.

  • Returns the color for sides of the 3d polygon.

    Declaration

    Objective-C

    - (NTColor *)getSideColor;

    Return Value

    The color for sides of the 3d polygon.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;