Skip to content

Commit

Permalink
Re-extracted class docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Relintai committed Mar 11, 2024
1 parent ea3317d commit 765a8de
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/classes/RenderingServer.xml
Original file line number Diff line number Diff line change
Expand Up @@ -283,12 +283,12 @@
[
[
0.2, # real_t frame_time = d[0];
Rect2(0, 0, 1, 1), # Rect2 tex_rect = d[1]; //const Rect2 &p_rect
RID(), # rect->texture = d[2]; //RID p_texture
Rect2(0, 0, 1, 1), # Rect2 tex_src_rect = d[3]; //const Rect2 &p_src_rect
Color(1, 1, 1), # rect->modulate = d[4]; //const Color &p_modulate = Color(1, 1, 1)
Rect2(0, 0, 1, 1), # Rect2 tex_rect = d[1]; //const Rect2 &p_rect
RID(), # rect->texture = d[2]; //RID p_texture
Rect2(0, 0, 1, 1), # Rect2 tex_src_rect = d[3]; //const Rect2 &p_src_rect
Color(1, 1, 1), # rect->modulate = d[4]; //const Color &p_modulate = Color(1, 1, 1)
false, # bool transpose = d[5]; //bool p_transpose = false
RID(), # rect->normal_map = d[6]; //RID p_normal_map = RID()
RID(), # rect->normal_map = d[6]; //RID p_normal_map = RID()
false, # bool clip_uv = d[7]; //bool p_clip_uv = false
],
# ... More Frames
Expand Down

0 comments on commit 765a8de

Please sign in to comment.