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