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