异步加载已修复, Config更新正推动
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
using Convention;
|
||||
using Demo.Game.ConfigType;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using Convention;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Demo.Game
|
||||
@@ -28,6 +29,10 @@ namespace Demo.Game
|
||||
|
||||
public abstract class BaseOnMaterialUpdatement : Updatement<float>
|
||||
{
|
||||
protected override ConfigType.ScriptLoadableConfig MakeConfig()
|
||||
{
|
||||
return new BaseOnMaterialUpdatementConfig();
|
||||
}
|
||||
public abstract string TargetFieldName { get; }
|
||||
|
||||
protected override float Lerp(float begin, float end, float t)
|
||||
|
||||
Reference in New Issue
Block a user