新增动态性能优化的开关
This commit is contained in:
@@ -6,6 +6,8 @@ namespace Demo.Game
|
||||
{
|
||||
public class SplineNode : ScriptableObject
|
||||
{
|
||||
protected override bool IsSelfEnableUpdate => false;
|
||||
|
||||
public static SplineNode Make()
|
||||
{
|
||||
return new GameObject("", typeof(Node)).AddComponent<SplineNode>();
|
||||
|
||||
Reference in New Issue
Block a user