Click or drag to resize

CollisionObjectShapeOwnerSetTransform 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: SystemUInt32

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

transform
Type: GodotTransform

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

See Also