fixedUpdate?.Invoke(Time.fixedDeltaTime); } private void LateUpdate() { lateUpdate?.Invoke(); } public void OnDispose() { update = null;
確定! 回上一頁