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