mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
20 lines
444 B
XML
20 lines
444 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="PackedDataContainerRef" inherits="Reference" version="4.0">
|
|
<brief_description>
|
|
Reference version of [PackedDataContainer].
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="size" qualifiers="const">
|
|
<return type="int">
|
|
</return>
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
<constants>
|
|
</constants>
|
|
</class>
|