mirror of
https://github.com/godotengine/godot
synced 2024-11-05 16:53:09 +00:00
12 lines
559 B
XML
12 lines
559 B
XML
<?xml version="1.0" encoding="UTF-8" ?>
|
|
<class name="RenderSceneDataRD" inherits="RenderSceneData" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
|
|
<brief_description>
|
|
Render scene data implementation for the RenderingDevice based renderers.
|
|
</brief_description>
|
|
<description>
|
|
Object holds scene data related to rendering a single frame of a viewport.
|
|
[b]Note:[/b] This is an internal rendering server object, do not instantiate this from script.
|
|
</description>
|
|
<tutorials>
|
|
</tutorials>
|
|
</class>
|