Click or drag to resize

CollisionShape2DDisabled Property

A disabled collision shape has no effect in the world. This property should be changed with SetDeferred(String, Object).

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

Property Value

Type: Boolean
See Also