Click or drag to resize

AreaGravityVec Property

The area's gravity vector (not normalized). If gravity is a point (see GravityPoint), this will be the point of attraction.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Vector3 GravityVec { get; set; }

Property Value

Type: Vector3
See Also