What is the difference between ForceTransform and SetTransform

Bolt.IState has a method "ForceTransform", when should I use it? What is the difference between ForceTransform and SetTransform?

Comments

  • SetTransform is the normal way to sync transforms automatically that you call once on attached. ForceTransform sets the transform until the next update from the server.
  • Yongyi
    Yongyi
    edited March 2018
    stanchion said:

    SetTransform is the normal way to sync transforms automatically that you call once on attached. ForceTransform sets the transform until the next update from the server.

    Thank you very much for your help. It would be much better that the detail description can be found in reference.