2017-09-12 22:42:36 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
2019-04-01 12:33:56 +02:00
|
|
|
<class name="VisualScriptDeconstruct" inherits="VisualScriptNode" category="Core" version="3.2">
|
2017-09-12 22:42:36 +02:00
|
|
|
<brief_description>
|
2017-09-28 12:07:20 +02:00
|
|
|
A Visual Script node which deconstructs a base type instance into its parts.
|
2017-09-12 22:42:36 +02:00
|
|
|
</brief_description>
|
|
|
|
<description>
|
2017-09-28 12:07:20 +02:00
|
|
|
A Visual Script node which deconstructs a base type instance into its parts.
|
2017-09-12 22:42:36 +02:00
|
|
|
</description>
|
|
|
|
<tutorials>
|
|
|
|
</tutorials>
|
|
|
|
<methods>
|
|
|
|
</methods>
|
|
|
|
<members>
|
2019-06-29 12:38:01 +02:00
|
|
|
<member name="type" type="int" setter="set_deconstruct_type" getter="get_deconstruct_type" enum="Variant.Type" default="0">
|
2017-09-28 12:07:20 +02:00
|
|
|
The type to deconstruct.
|
2017-09-12 22:42:36 +02:00
|
|
|
</member>
|
|
|
|
</members>
|
|
|
|
<constants>
|
|
|
|
</constants>
|
|
|
|
</class>
|