Click or drag to resize

PhysicsDirectBodyStateGetContactColliderObject Method

Returns the collider object.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Object GetContactColliderObject(
	int contactIdx
)

Parameters

contactIdx
Type: SystemInt32

[Missing <param name="contactIdx"/> documentation for "M:Godot.PhysicsDirectBodyState.GetContactColliderObject(System.Int32)"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Godot.PhysicsDirectBodyState.GetContactColliderObject(System.Int32)"]

See Also