"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

How to change world center by script?

Hi

I currently set the world center mode to be specific target. However, I would like to change my target at running time.

I first retrieved the VuforiaBehaviour component: mVuforiaBehaviour = GetComponent<VuforiaBehaviour>(), but it doesn't have any method to set the world center to the target I want.

How to change the world center (not the mode) via scripting?

Thank you.