mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Autogen Class List
parent
84a6f4a89f
commit
966f8902c0
@ -60,7 +60,7 @@ Operating System functions.
|
||||
* [float](class_float) **[get_frames_per_second](#get_frames_per_second)** **(** **)** const
|
||||
* void **[print_all_textures_by_size](#print_all_textures_by_size)** **(** **)**
|
||||
* void **[print_resources_by_type](#print_resources_by_type)** **(** [StringArray](class_stringarray) arg0 **)**
|
||||
* [int](class_int) **[native_video_play](#native_video_play)** **(** [String](class_string) arg0, [float](class_float) arg1 **)**
|
||||
* [int](class_int) **[native_video_play](#native_video_play)** **(** [String](class_string) arg0, [float](class_float) arg1, [String](class_string) arg2, [String](class_string) arg3 **)**
|
||||
* [bool](class_bool) **[native_video_is_playing](#native_video_is_playing)** **(** **)**
|
||||
* void **[native_video_stop](#native_video_stop)** **(** **)**
|
||||
* void **[native_video_pause](#native_video_pause)** **(** **)**
|
||||
|
@ -30,6 +30,10 @@
|
||||
* [bool](class_bool) **[is_flipped_h](#is_flipped_h)** **(** **)** const
|
||||
* void **[set_flip_v](#set_flip_v)** **(** [bool](class_bool) enable **)**
|
||||
* [bool](class_bool) **[is_flipped_v](#is_flipped_v)** **(** **)** const
|
||||
* void **[set_h_frames](#set_h_frames)** **(** [int](class_int) enable **)**
|
||||
* [int](class_int) **[get_h_frames](#get_h_frames)** **(** **)** const
|
||||
* void **[set_v_frames](#set_v_frames)** **(** [int](class_int) enable **)**
|
||||
* [int](class_int) **[get_v_frames](#get_v_frames)** **(** **)** const
|
||||
* void **[set_emission_half_extents](#set_emission_half_extents)** **(** [Vector2](class_vector2) extents **)**
|
||||
* [Vector2](class_vector2) **[get_emission_half_extents](#get_emission_half_extents)** **(** **)** const
|
||||
* void **[set_color_phases](#set_color_phases)** **(** [int](class_int) phases **)**
|
||||
@ -60,7 +64,7 @@
|
||||
* **PARAM_INITIAL_SIZE** = **11**
|
||||
* **PARAM_FINAL_SIZE** = **12**
|
||||
* **PARAM_HUE_VARIATION** = **13**
|
||||
* **PARAM_MAX** = **14**
|
||||
* **PARAM_MAX** = **16**
|
||||
* **MAX_COLOR_PHASES** = **4**
|
||||
|
||||
### Member Function Description
|
||||
|
Loading…
Reference in New Issue
Block a user