Click or drag to resize

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
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public virtual void _Notification(
	int what
)

Parameters

what
Type: SystemInt32

[Missing <param name="what"/> documentation for "M:Godot.Object._Notification(System.Int32)"]

See Also