异步加载已修复, Config更新正推动
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
using Convention;
|
||||
using Demo.Game.Attr;
|
||||
using Demo.Game.ConfigType;
|
||||
using Dreamteck.Splines;
|
||||
using System;
|
||||
using System.Collections;
|
||||
@@ -36,6 +37,10 @@ namespace Demo.Game
|
||||
[Scriptable]
|
||||
public class SplineTubeRenderer : BasicSplineRenderer<TubeGenerator>
|
||||
{
|
||||
protected override ScriptLoadableConfig MakeConfig()
|
||||
{
|
||||
return new SplineTubeRendererConfig();
|
||||
}
|
||||
public static SplineTubeRenderer Make()
|
||||
{
|
||||
return new GameObject().AddComponent<SplineTubeRenderer>();
|
||||
|
||||
Reference in New Issue
Block a user