GameY
From SwinGame
GameY converts a y screen coordinate to a y game coordinate.
Where is it: SGSDK_CAMERA
Contents |
Languages
Pascal
function GameY(y: Integer) : Single;
C#
public float Camera.GameY(int y);
Visual Basic .NET
Public Function Camera.GameY(ByVal y As Integer) As Single
Visual Basic 6
Public Function Camera.GameY(ByVal y As Long) As Single

