Enum PolygoneMode
- Namespace
- MohawkGame2D
- Assembly
- GAME 10003 Game Development Foundations - 2D Game Template.dll
Mode for drawing polygons.
public enum PolygoneMode
Fields
InsideRadius = 1
Draw polygon touching inside bound of radius.
OutsideRadius = 0
Draw polygon touching outside bound of radius.