Class BakeMap
Compatibility layer for the old BakeMap class. This class is provided to prevent breaking changes in AT Toolkit API, but should not be used.
Inherited Members
Namespace: UnityEngine.Pixyz.Algo
Assembly: Unity.Pixyz.UnitySDK.Editor.dll
Syntax
public class BakeMap
Constructors
BakeMap()
Constructor
Declaration
public BakeMap()
BakeMap(BakeMap)
Copy Constructor
Declaration
public BakeMap(BakeMap o)
Parameters
Type | Name | Description |
---|---|---|
BakeMap | o | BakeMap to copy. |
Fields
properties
List of properties;
Declaration
public PropertyValueList properties
Field Value
Type | Description |
---|---|
PropertyValueList |
type
Type of baked map.
Declaration
public MapType type
Field Value
Type | Description |
---|---|
MapType |