Click or drag to resize

StaticBodyConstantAngularVelocity Property

The body's constant angular velocity. This does not rotate the body, but affects other bodies that touch it, as if it was in a state of rotation.

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

Property Value

Type: Vector3
See Also