physicsTransform
The physics transform to be used during the lifetime of the tween. When the _transformWriteMode is PhysicsBody.TransformWriteMode.Interpolate, this defines the target pose to move to. When the _transformWriteMode is PhysicsBody.TransformWriteMode.Extrapolate, this defines the source pose to move from.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public PhysicsTransform physicsTransform { readonly get; set; }