M_PurpleKingdomGames_Core_Point2D__ctor - PurpleKingdomGames/CoreLibs GitHub Wiki
Creates a new point in world space with the co-ordinates supplied
Namespace: PurpleKingdomGames.Core
Assembly: PurpleKingdomGamesCore (in PurpleKingdomGamesCore.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Point2D(
float x,
float y
)
- x
- Type: System.Single
The x position of this point - y
- Type: System.Single
The y position of this point