class_shape2d - dragonsoulz/godot GitHub Wiki

Shape2D

####Inherits: Resource ####Category: Core

Brief Description

Base class for all 2D Shapes.

Member Functions

Description

Base class for all 2D Shapes. All 2D shape types inherit from this.

Member Function Description

set_custom_solver_bias

  • void set_custom_solver_bias ( float bias )

Use a custom solver bias. No need to change this unless you really know what you are doing.

get_custom_solver_bias

  • float get_custom_solver_bias ( ) const

Return the custom solver bias. No need to change this unless you really know what you are doing.