Enum PolySpatialExperimental.RuntimeFlags
RuntimeFlags
Namespace: Unity.PolySpatial
Assembly: Unity.PolySpatial.Core.dll
Syntax
public enum PolySpatialExperimental.RuntimeFlags : uint
Fields
| Name | Description |
|---|---|
| DebugOverlayEnabled | Enable debug overlay. |
| DisableEnvironmentLighting | Disable environment lighting in scene. |
| DisableNativeTexture | Convert all textures to RGB(A) format. |
| DontAbortOnError | If an exception occurs during post-frame PolySpatial processing, ignore the error and attempt to continue. If this occurrs, the simulation will be in an inconsistent state; this should only be used for debugging. |
| StopOnCoreException | If an exception occurs during post-frame PolySpatial processing, stop (spin indefinitely). |
| UniqueInvalidMaterialColors | When needing to display an invalid material, use a unique color per invalid material instead of pink. |