EditorPluginHandles Method |
Implement this function if your plugin edits a specific type of object (Resource or Node). If you return true, then you will get the functions Edit(Object) and MakeVisible(Boolean) called when the editor requests them. If you have declared the methods ForwardCanvasGuiInput(InputEvent) and ForwardSpatialGuiInput(Camera, InputEvent) these will be called too.
Namespace: Godot
public virtual bool Handles( Object object )
[Missing <param name="object"/> documentation for "M:Godot.EditorPlugin.Handles(Godot.Object)"]
[Missing <returns> documentation for "M:Godot.EditorPlugin.Handles(Godot.Object)"]