A.WorldToScreenPoint B.ScreenToWorldPoint C.ScreenToViewportPoint D.ScreenPointToRay
A.Translate B.SetParent C.TransformVector D.Rotate
A.Start函數(shù)執(zhí)行晚于Awake函數(shù) B.LateUpdate函數(shù)每幀都會被調(diào)用 C.Update函數(shù)執(zhí)行晚于LateUpdate函數(shù) D.Update函數(shù)執(zhí)行早于LateUpdate函數(shù)