A.Start函數執(zhí)行晚于Awake函數 B.LateUpdate函數每幀都會被調用 C.Update函數執(zhí)行晚于LateUpdate函數 D.Update函數執(zhí)行早于LateUpdate函數
A.FixedUpdate B.OnBecameInvisible C.OnBecameVisible D.LateUpdata