单项选择题

A.Start函数执行晚于Awake函数
B.LateUpdate函数每帧都会被调用
C.Update函数执行晚于LateUpdate函数
D.Update函数执行早于LateUpdate函数