mirror of
https://github.com/godotengine/godot
synced 2024-11-02 12:55:22 +00:00
13 lines
643 B
XML
13 lines
643 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="RenderDataRD" inherits="RenderData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Render data implementation for the RenderingDevice based renderers.
|
|
[b]Note:[/b] This is an internal rendering server object, do not instantiate this from script.
|
|
</brief_description>
|
|
<description>
|
|
This object manages all render data for the rendering device based renderers.
|
|
[b]Note:[/b] This is an internal rendering server object only exposed for GDExtension plugins.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
</class>
|