Click or drag to resize

SpringArmShape Property

The Shape to use for the SpringArm.

When the shape is set, the SpringArm will cast the Shape on its z axis instead of performing a ray cast.

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

Property Value

Type: Shape
See Also