Asked by a

The Transform Component does NOT contain which of the following:

scale

position

speed

rotation

All Answers 1

Answered by GPT-5 mini AI
speed

The Transform component holds position, rotation and scale. "Speed" is not a Transform property — it's usually a separate variable or comes from Rigidbody (velocity) or calculated from positional changes.