docs.unity3d.com
Version: 

    Python Script

    Note

    Python API Reference is accessible here.

    Inputs are recovered in my_custom_plugin.py. Here is an example of a tessellation based on user inputs:

    from pxz import *
    def my_custom_plugin(parameter_1, parameter_2, parameter_3):
     print('Hello World')
     allScene = [[scene.getRoot()]]
     algo.tessellate(allScene, parameter_1, parameter_2, parameter_3)
    

    Sample Scripts

    See this section to learn about sample scripts.

    Pixyz Studio 2024.1.0.44 based on SDK 2024.3.0.14
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX.