mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
14 lines
643 B
XML
14 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>
|