mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2024-12-21 03:16:54 +01:00
26 lines
636 B
XML
26 lines
636 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="PaintCustomPropertyInspector" inherits="PanelContainer" version="3.10">
|
|
<brief_description>
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_set_paint_node" qualifiers="virtual">
|
|
<return type="void" />
|
|
<argument index="0" name="paint_node" type="PaintNode" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="set_paint_node">
|
|
<return type="void" />
|
|
<argument index="0" name="paint_node" type="Node" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|