Table of Contents

Method b3World_GetGravity

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3World_GetGravity(b3WorldId)

Get the gravity vector

public static extern Vector3 b3World_GetGravity(b3WorldId worldId)

Parameters

worldId b3WorldId

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.