Click or drag to resize

CollisionObjectShapeOwnerGetTransform Method

Returns the shape owner's Transform.

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

Parameters

ownerId
Type: SystemUInt32

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

Return Value

Type: Transform

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

See Also