Object_Notification Method |
Called whenever the object receives a notification, which is identified in what by a constant. The base Object has two constants and , but subclasses such as Node define a lot more notifications which are also received by this method.
Namespace: Godot
public virtual void _Notification( int what )
[Missing <param name="what"/> documentation for "M:Godot.Object._Notification(System.Int32)"]