Definition
SetPhysicsGroundHeight(float height)
Description
This function sets the value of physics ground height.
Parameter
height
Specifies the value of physics ground height to be set.
Example
function Init() SetPhysicsGroundHeight(-2.1) end function Update() end
This script sets the physics ground height to –2.1.
SetPhysicsGroundHeight