File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 12
12
<method name =" _get_camera_attributes" qualifiers =" virtual const" >
13
13
<return type =" RID" />
14
14
<description >
15
- Implement this in GDExtension to return the [RID] for the implementations camera attributes object.
15
+ Implement this in GDExtension to return the [RID] for the implementation's camera attributes object.
16
16
</description >
17
17
</method >
18
18
<method name =" _get_environment" qualifiers =" virtual const" >
19
19
<return type =" RID" />
20
20
<description >
21
+ Implement this in GDExtension to return the [RID] of the implementation's environment object.
21
22
</description >
22
23
</method >
23
24
<method name =" _get_render_scene_buffers" qualifiers =" virtual const" >
24
25
<return type =" RenderSceneBuffers" />
25
26
<description >
26
- Implement this in GDExtension to return the [RID] of the implementations environment object.
27
+ Implement this in GDExtension to return the implementation's [RenderSceneBuffers] object.
27
28
</description >
28
29
</method >
29
30
<method name =" _get_render_scene_data" qualifiers =" virtual const" >
30
31
<return type =" RenderSceneData" />
31
32
<description >
32
- Implement this in GDExtension to return the implementations [RenderSceneDataExtension] object.
33
+ Implement this in GDExtension to return the implementation's [RenderSceneDataExtension] object.
33
34
</description >
34
35
</method >
35
36
</methods >
You can’t perform that action at this time.
0 commit comments