Spatial.forceUpdateTransform

Forces the transform to update. Transform changes in physics are not instant for performance reasons. Transforms are accumulated and then set. Use this if you need an up-to-date transform when doing physics operations.

struct Spatial
@nogc nothrow
void
forceUpdateTransform
()

Meta