Enum AssetLocation
Represents where a Unity project reference asset is located.
Namespace: Microsoft.MixedReality.Toolkit.MSBuild
Assembly: cs.temp.dll.dll
Syntax
public enum AssetLocation
Fields
| Name | Description |
|---|---|
| BuiltInPackage | Inside the Packages folder shipped with the Unity version. |
| Package | Inside the Packages folder of the Unity project. |
| Project | Inside the Assets folder of the Unity project. |