Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


transformTweening

Controls if Transform tweening is used. Transform tweening is where bodies that have their PhysicsBody.transformObject set, write to the Transform each frame depending on the specific body PhysicsBody.TransformWriteMode set. Regardless of this setting, Transform tweening is never used if the PhysicsWorld.simulationType is PhysicsWorld.SimulationType.Update or PhysicsWorld.transformWriteMode is PhysicsWorld.TransformWriteMode.Off.
Read time 1 minuteLast updated 10 days ago

Definition

public bool transformTweening { get; set; }