Interface IDependenciesParser
- Namespace
- CodeStage.Maintainer.Core.Dependencies
- Assembly
- Build.dll
Interface used for all Dependencies Parsers.
public interface IDependenciesParser : IMaintainerExtension
- Inherited Members
Properties
Type
Parser target asset type. Return null to match all assets types.
Type Type { get; }
Property Value
- Type
Methods
GetDependenciesGUIDs(AssetInfo)
Called by Maintainer in order to get passed asset dependencies.
IList<string> GetDependenciesGUIDs(AssetInfo asset)
Parameters
assetAssetInfoAsset information.
Returns
- IList<string>
AssetDatabase GUIDs of all assets used in the target asset at the specified path.