App Class
![nazmy2_a263cf7a4b](https://secure.gravatar.com/avatar/0b859ad41100b9be872144182dcebc8c?&r=pg&s=100&d=https%3A%2F%2Fvanillicon.com%2F0b859ad41100b9be872144182dcebc8c_100.png)
Hello
While looking through several of the samples, I came across code that included references to an App class. I found the documentation for DzApp but not for the App class. Can anyone help me?
You currently have no notifications.
Hello
While looking through several of the samples, I came across code that included references to an App class. I found the documentation for DzApp but not for the App class. Can anyone help me?
Licensing Agreement | Terms of Service | Privacy Policy | EULA
© 2025 Daz Productions Inc. All Rights Reserved.
Comments
It isn't a class - it is the only permitted object of type DzApp. There are a couple of things like that which can exist only once, and have a global object already in existence
Thanks Richard. That really clears up things for me.
http://docs.daz3d.com/doku.php/public/software/dazstudio/4/referenceguide/scripting/api_reference/object_index/global
Thank you Chohole. That helped a lot.