Click or drag to resize
RigidBodyGravity Property
Set / get body gravity (if undefined, will use world default).

Namespace:  GeonBit.ECS.Components.Physics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Nullable<Vector3> Gravity { get; set; }

Property Value

Type: NullableVector3
See Also