MSFPolygon3DStyle

Objective-C


@interface MSFPolygon3DStyle : MSFStyle

Swift

class MSFPolygon3DStyle : MSFStyle

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

    - (MSFColor *)getSideColor;

    Swift

    func getSideColor() -> MSFColor!

    Return Value

    The color for sides of the 3d polygon.

  • Undocumented

    Declaration

    Objective-C

    -(void)dealloc;

    Swift

    func dealloc()