TreeItemSetCustomDraw Method |
Sets the given column's custom draw callback to callback method on object.
The callback should accept two arguments: the TreeItem that is drawn and its position and size as a Rect2.
Namespace: Godot
public void SetCustomDraw( int column, Object object, string callback )
[Missing <param name="column"/> documentation for "M:Godot.TreeItem.SetCustomDraw(System.Int32,Godot.Object,System.String)"]
[Missing <param name="object"/> documentation for "M:Godot.TreeItem.SetCustomDraw(System.Int32,Godot.Object,System.String)"]
[Missing <param name="callback"/> documentation for "M:Godot.TreeItem.SetCustomDraw(System.Int32,Godot.Object,System.String)"]