Click or drag to resize

StaticBody2DConstantAngularVelocity Property

The body's constant angular velocity. This does not rotate the body, but affects colliding bodies, as if it were rotating.

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

Property Value

Type: Single
See Also