SetTransformFast2D(PhysicsTransform, Transform, TransformPlane, bool)
Set the Transform position and rotation using the specified PhysicsWorld.TransformPlane. For position, only two axis will be updated with the others remaining unchanged. For rotation, only a single rotation axis will be changed with the others set to zero. See: PhysicsMath.ToRotationFast3D and PhysicsWorld.SetTransform.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Method
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public static void SetTransformFast2D(PhysicsTransform physicsTransform, Transform transform, PhysicsWorld.TransformPlane transformPlane = TransformPlane.XY, bool transformChangedEvent = false)
Parameters
The physics transform to use as the source of the pose.
The Transform to set.
The transform plane to use.
By default, no transform changed event will be produced however this behaviour can be overridden with this argument.