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 (without source). |
BuiltInPackageWithSource | Inside the Packages folder shipped with the Unity version (with source). |
Package | Inside the Packages folder of the Unity project. |
Project | Inside the Assets folder of the Unity project. |