Updated Set Camera.md (markdown)
commited
commit
d07c07ca4fc167d52445d2523d68c50841609614
... | ... | @@ -1,8 +1,8 @@ |
1 | Sets the position, rotation (angle) and zoom of the game camera. |
|
1 | Sets the position, rotation (angle) and distance (zoom) of the camera. |
|
2 | 2 | |
3 | 3 | [[/uploads/Setcamera.png]] |
4 | 4 | |
5 | Inputs |
|
6 | * Position: The coordinate of the camera's *focus* (defaults to the center of the visible world) |
|
5 |
### Inputs |
|
6 | * Position: The coordinate of the camera's *focus* (defaults to the center of the world) |
|
7 | 7 | * Rotation: The camera angle (defaults to a [true isometric](https://en.wikipedia.org/wiki/Isometric_video_game_graphics) view of 35.264,45,0) |
8 | 8 | * Distance: The distance between the camera and the focus point (or actually it's zoom in orthographic perspective) |
... | ... | \ No newline at end of file |