Start a new topic

Get name of target image

Get name of target image


My question is know how can I get el name of a the  image  of  target  of a wtc file with unity and wikitude,

Hello,

I am not sure if I understood your question exactly but you can easily get the targetName using

console.info('TargetName' + this.targetName);

 Note In case you're using wildcard for targetName first param of onEnter-/onExitFieldOfVision holds the latest targetName.

Thanks

Eva
Login or Signup to post a comment