Back to Filament

commitLocalTransformTransaction

docs/android/dokka/filament-android/com.google.android.filament/-transform-manager/commit-local-transform-transaction.md

1.75.0791 B
Original Source

//filament-android/com.google.android.filament/TransformManager/commitLocalTransformTransaction

commitLocalTransformTransaction

[main]
open fun commitLocalTransformTransaction()

Commits the currently open local transform transaction. When this returns, calls to getWorldTransform will return the proper value.

Failing to call this method when done updating the local transform will cause a lot of rendering problems. The system never closes the transaction automatically.

If the local transform transaction is not open, this is a no-op.

See also

openLocalTransformTransaction
setTransform