|
GetCameraY | ||
Ypos = GetCameraY(CameraIndex) | ||
Parameters: CameraIndex = The Index of the Camera that you wish query |
||
Returns: Ypos = The Y position of this camera |
||
The GetCameraY() function returns the Y position of this camera. FACTS: * Camera positions are in World Space, not Screen Space. So the camera may be looking at a coordinate way beyond the screens size. Mini Tutorial: Create a camera, position it and then read back and display this position.
This example would output.
|
Related Info: | GetCameraX | MoveCamera | PositionCamera | PositionCameraX | PositionCameraY : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |