mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-14 06:41:10 +01:00
Re-extracted class docs.
This commit is contained in:
parent
ea3317d12e
commit
765a8ded6a
@ -283,12 +283,12 @@
|
|||||||
[
|
[
|
||||||
[
|
[
|
||||||
0.2, # real_t frame_time = d[0];
|
0.2, # real_t frame_time = d[0];
|
||||||
Rect2(0, 0, 1, 1), # Rect2 tex_rect = d[1]; //const Rect2 &p_rect
|
Rect2(0, 0, 1, 1), # Rect2 tex_rect = d[1]; //const Rect2 &p_rect
|
||||||
RID(), # rect->texture = d[2]; //RID p_texture
|
RID(), # rect->texture = d[2]; //RID p_texture
|
||||||
Rect2(0, 0, 1, 1), # Rect2 tex_src_rect = d[3]; //const Rect2 &p_src_rect
|
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)
|
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
|
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
|
false, # bool clip_uv = d[7]; //bool p_clip_uv = false
|
||||||
],
|
],
|
||||||
# ... More Frames
|
# ... More Frames
|
||||||
|
Loading…
Reference in New Issue
Block a user