Click or drag to resize

CollisionObject2DShapeOwnerSetTransform Method

Sets the Transform2D of the given shape owner.

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

Parameters

ownerId
Type: SystemUInt32

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

transform
Type: GodotTransform2D

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

See Also