Click or drag to resize

CollisionObject.ShapeOwnerSetTransform Method

Sets the Transform of the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ShapeOwnerSetTransform(
	uint ownerId,
	Transform transform
)

Parameters

ownerId
Type: System.UInt32

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

transform
Type: Godot.Transform

[Missing <param name="transform"/> documentation for "M:Godot.CollisionObject.ShapeOwnerSetTransform(System.UInt32,Godot.Transform)"]

See Also