positionFrom
The start position of the tween. When the _transformWriteMode is PhysicsBody.TransformWriteMode.Current, this is set to the last _position. but is not used. When the _transformWriteMode is PhysicsBody.TransformWriteMode.Interpolate, this is set to the last _position. When the _transformWriteMode is PhysicsBody.TransformWriteMode.Extrapolate, this will be calculated from _physicsTransform. See _position.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Property
- Namespace: Unity.U2D.Physics
- Assembly: UnityEngine.PhysicsCore2DModule
public Vector3 positionFrom { readonly get; set; }