Class PiXYZAPI
Inherited Members
Namespace: UnityEngine.Pixyz.API
Assembly: Unity.Pixyz.SDKPlus.Editor.dll
Syntax
public class PiXYZAPI : Interface
Constructors
| Name | Description |
|---|---|
| PiXYZAPI(IntPtr) |
Properties
| Name | Description |
|---|---|
| Algo | |
| CAD | |
| Core | |
| Geom | |
| IO | |
| Material | |
| Polygonal | |
| ProductName | |
| Scene | |
| Session | |
| Unity | |
| View |
Methods
| Name | Description |
|---|---|
| ActiveSessions() | List all active sessions |
| GetLastError() | |
| Initialize(string, string, string[], string) | Initialize Pixyz API and create a new session |
| Release() | Release Pixyz API and clear the session |
| SetUnityLicenseClientChannels(string, string) | Set the licensing channel name to use if using a Unity license. Use if the licensing client was launched by another process (e.g the Unity Hub or the Unity Editor). Should be called before initialization. |