Click or drag to resize

Area2DGravityVec 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 Vector2 GravityVec { get; set; }

Property Value

Type: Vector2
See Also