code style

This commit is contained in:
何冠峰
2025-02-22 16:29:25 +08:00
parent 64e9734bbe
commit 400c2ccefe
87 changed files with 230 additions and 228 deletions

View File

@@ -96,12 +96,12 @@ namespace YooAsset
}
}
}
internal override void InternalOnStart()
internal override void InternalStart()
{
DebugBeginRecording();
_steps = ESteps.LoadBundleFile;
}
internal override void InternalOnUpdate()
internal override void InternalUpdate()
{
if (_steps == ESteps.None || _steps == ESteps.Done)
return;
@@ -320,7 +320,7 @@ namespace YooAsset
}
[Conditional("DEBUG")]
protected void DebugBeginRecording()
private void DebugBeginRecording()
{
if (_watch == null)
{