Click or drag to resize

CollisionShape2DOneWayCollision Property

Sets whether this collision shape should only detect collision on one side (top or bottom).

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

Property Value

Type: Boolean
See Also