Struct AssetsInstaller.AssetInstallerEventArgs
Namespace: RealityCollective.ServiceFramework.Editor.Packages
Contains information about an AssetsInstaller operation.
public struct AssetsInstaller.AssetInstallerEventArgs
Properties
InstalledAssets
List of paths to assets intalled into the project.
public List<string> InstalledAssets { readonly get; set; }
Property Value
List<string>
SkipDialog
If set, a silent install was requested.
public bool SkipDialog { readonly get; set; }
Property Value
bool