【m】111
This commit is contained in:
@@ -112,14 +112,6 @@ namespace Stary.Evo.Editor
|
||||
}
|
||||
|
||||
|
||||
//
|
||||
// [Title("加密列表", titleAlignment: TitleAlignments.Centered)]
|
||||
// [HorizontalGroup("BuildPipeline"), HideLabel]
|
||||
// [ValueDropdown("GetEncryptionServices")]
|
||||
// [OnValueChanged("SetEncryptionServices")]
|
||||
// public Type encryption;
|
||||
|
||||
|
||||
|
||||
[HideLabel] public AbstractBuildPipelineViewer viewer;
|
||||
|
||||
@@ -227,23 +219,6 @@ namespace Stary.Evo.Editor
|
||||
_viewers.Add(selectedBuildPipelines, viewer);
|
||||
}
|
||||
}
|
||||
|
||||
// private List<Type> GetEncryptionServices()
|
||||
// {
|
||||
// var encryptionClassTypes = EditorTools.GetAssignableTypes(typeof(IEncryptionServices));
|
||||
// if (encryption.IsNull())
|
||||
// {
|
||||
// encryption = encryptionClassTypes[0];
|
||||
// }
|
||||
//
|
||||
// return encryptionClassTypes;
|
||||
// }
|
||||
//
|
||||
// private void SetEncryptionServices()
|
||||
// {
|
||||
// AssetBundleBuilderSetting.SetPackageEncyptionClassName(packageName, selectedBuildPipelines,
|
||||
// encryption.FullName);
|
||||
// }
|
||||
}
|
||||
|
||||
public enum VersionPosType
|
||||
|
||||
Reference in New Issue
Block a user