SFML-2.3.2.1: SFML bindings

Safe HaskellSafe-Inferred
LanguageHaskell98

SFML.Graphics.SFShapeResizable

Documentation

class SFShapeResizable a where Source

Methods

setPointCount Source

Arguments

:: a 
-> Int

New number of points of the shape

-> IO () 

Set the number of points of a resizable shape.