Click or drag to resize

CollisionObject2DGetShapeOwnerOneWayCollisionMargin Method

Returns the one_way_collision_margin of the shape owner identified by given owner_id.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public float GetShapeOwnerOneWayCollisionMargin(
	uint ownerId
)

Parameters

ownerId
Type: SystemUInt32

[Missing <param name="ownerId"/> documentation for "M:Godot.CollisionObject2D.GetShapeOwnerOneWayCollisionMargin(System.UInt32)"]

Return Value

Type: Single

[Missing <returns> documentation for "M:Godot.CollisionObject2D.GetShapeOwnerOneWayCollisionMargin(System.UInt32)"]

See Also