Highroad Engine v1.3
Public Member Functions | Public Attributes | List of all members
MoreMountains.HighroadEngine.GravityManager Class Reference

Modifies the scene's gravity This allows for fine tuning of the vehicle's physics By default the value is earth gravity * 3 More...

Inheritance diagram for MoreMountains.HighroadEngine.GravityManager:

Public Member Functions

virtual void Awake ()
 At awake we update the gravity with our value More...
 

Public Attributes

Vector3 SceneGravity = new Vector3(0.0f, -29.4f, 0.0f)
 Scene gravity. More...
 

Detailed Description

Modifies the scene's gravity This allows for fine tuning of the vehicle's physics By default the value is earth gravity * 3

Member Function Documentation

◆ Awake()

virtual void MoreMountains.HighroadEngine.GravityManager.Awake ( )
virtual

At awake we update the gravity with our value

Member Data Documentation

◆ SceneGravity

Vector3 MoreMountains.HighroadEngine.GravityManager.SceneGravity = new Vector3(0.0f, -29.4f, 0.0f)

Scene gravity.


The documentation for this class was generated from the following file: