浏览代码

[Bot] Automated dotnet-format update

/UI
BrettHuang 3 年前
当前提交
f726b402
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. 10
      UOP1_Project/Assets/Scripts/Localization/LocalizeTMProFontEvent.cs

10
UOP1_Project/Assets/Scripts/Localization/LocalizeTMProFontEvent.cs


public class LocalizeTMProFontEvent : LocalizedAssetEvent<TMP_FontAsset, LocalizedTMProFont, UnityEventFont>
{
private void Reset()
{
//Set up Unity Event automatically
{
//Set up Unity Event automatically
UnityEditor.Events.UnityEventTools.AddPersistentListener(this.OnUpdateAsset, methodDelegate);
//Set up font localize asset table automatically
UnityEditor.Events.UnityEventTools.AddPersistentListener(this.OnUpdateAsset, methodDelegate);
//Set up font localize asset table automatically
var collections = LocalizationEditorSettings.GetAssetTableCollections();
foreach (var tableCollection in collections)
{

正在加载...
取消
保存