Click or drag to resize

PhysicsSandboxModelGravityDirection Property

The direction of gravity as a Vector3. Default is (0,-1,0)

Namespace:  Livit.Learn.Model
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public Vector3 GravityDirection { get; set; }

Property Value

Type: Vector3
See Also