English
Appearance
Component.OnForceUpdate()
Component
如果注册此方法,会在固定的时间间隔内被调用,而不是每一帧都被调用。
void
OnForceUpdate(): void { // 在固定的时间间隔内被调用 Debug.log("OnForceUpdate"); }