Enum AssetOrigin
- Namespace
- CodeStage.Maintainer.Core
- Assembly
- Build.dll
Origin of the asset, representing where it resides.
[Serializable]
public enum AssetOrigin : byte
Fields
AssetsFolder = 0Found at the Project/Assets folder.
EmbeddedPackage = 30Found inside the Project/Packages folder.
ImmutablePackage = 20Found at the special user-specific Unity packages cache folder or at the Project/Library/PackageCache folder.
Settings = 10Found at the Project/ProjectSettings folder.
Unknown = 100Rest of the assets.