Version: 2022.3
言語: 日本語
public void ProcessTilemapChanges ();

説明

Processes Tilemap changes for Collider updates immediately, if there are any.

Tilemap changes for Collider updates are normally handled in the LateUpdate step. If immediate changes are required, use this to have the changes in the Tilemap reflected immediately. Calling this will not process changes if the TilemapCollider2D is not enabled.