Definition
SetPhysicsCameraTilt(float tiltDegree)
Description
This function sets the current tilt value of the physics camera attached to the main character.
Parameter
tiltDegree
Specifies the current tilt value of the physics camera attached to the main character in degrees.
Example
function Init() SetPhysicsCameraTilt(15.5) end function Update() end
This scripts sets the current tilt of physics camera attached to the main character to 15.5 degrees.
SetPhysicsCameraTilt