event functions or (Messages) callback methods
In Unity, a Message in a MonoBehaviour context refers to a specific method that Unity can call automatically at particular events during a script's lifecycle or in response to certain conditions. These are often referred to as event functions and are predefined by Unity.