Click or drag to resize

RigidBodyPhysicsMaterialOverride Property

The physics material override for the body.

If a material is assigned to this property, it will be used instead of any other physics material, such as an inherited one.

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

Property Value

Type: PhysicsMaterial
See Also