Enum BakingMethod
Compatibility layer for the old BakingMethod enum. This enum is provided to prevent breaking changes in AT Toolkit API, but should not be used.
Namespace: UnityEngine.Pixyz.Algo
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
[Obsolete]
public enum BakingMethod
Fields
| Name | Description |
|---|---|
| ProjOnly | ProjOnly |
| RayAndProj | RayAndProj |
| RayOnly | RayOnly |