Support for Wikitude Software Development Kit and tools is coming to an end. All the details can be found here. Kindly note that no new topics can be started on the forum from 21.09.2023. Also, some of the FAQs here (especially license related ones) might become inaccurate.
hey there!
Is there a possibility to access the variables and functions used by the wtc-editor? Basically I want to generate the target with just one click. I imagine something like this should be possible if the functions and variables are exposed://pseudo-codeWikitude.Editor.WTCCollection NewCollection = Wikitude.Editor.CreateCollection("PathToFirstTexture");NewCollection.name = "MyCollection";NewCollection.AddTarget("PathToSectondTexture");...
thank you and have a nice day,
simon
Matthias Knuser
hey there!
Is there a possibility to access the variables and functions used by the wtc-editor? Basically I want to generate the target with just one click. I imagine something like this should be possible if the functions and variables are exposed:
//pseudo-code
Wikitude.Editor.WTCCollection NewCollection = Wikitude.Editor.CreateCollection("PathToFirstTexture");
NewCollection.name = "MyCollection";
NewCollection.AddTarget("PathToSectondTexture");
...
thank you and have a nice day,
simon