81064cc239
We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
32 lines
1.1 KiB
XML
32 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="PhysicsServer3DRenderingServerHandler" inherits="Object" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
A class used to provide [method PhysicsServer3DExtension._soft_body_update_rendering_server] with a rendering handler for soft bodies.
|
|
</brief_description>
|
|
<description>
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
<methods>
|
|
<method name="_set_aabb" qualifiers="virtual">
|
|
<return type="void" />
|
|
<param index="0" name="aabb" type="AABB" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_set_normal" qualifiers="virtual">
|
|
<return type="void" />
|
|
<param index="0" name="vertex_id" type="int" />
|
|
<param index="1" name="normals" type="const void*" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
<method name="_set_vertex" qualifiers="virtual">
|
|
<return type="void" />
|
|
<param index="0" name="vertex_id" type="int" />
|
|
<param index="1" name="vertices" type="const void*" />
|
|
<description>
|
|
</description>
|
|
</method>
|
|
</methods>
|
|
</class>
|