Index

SetCameraPosition

SetCameraPosition(<-pos)

Description

Sets the position of the camera. 'pos' should be a Vector3 (V3).

Examples

SetCameraPosition(V3(50 60 80))

Index