mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #7912 from RandomShaper/pause-rasterizer-2.1
Implement time scaling for the rasterizer (2.1)
This commit is contained in:
commit
938dc07b2b
8 changed files with 34 additions and 4 deletions
|
|
@ -537,6 +537,8 @@ void VisualServer::_bind_methods() {
|
|||
ObjectTypeDB::bind_method(_MD("set_default_clear_color"), &VisualServer::set_default_clear_color);
|
||||
ObjectTypeDB::bind_method(_MD("get_default_clear_color"), &VisualServer::get_default_clear_color);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("set_time_scale"), &VisualServer::set_time_scale);
|
||||
|
||||
ObjectTypeDB::bind_method(_MD("get_render_info"), &VisualServer::get_render_info);
|
||||
|
||||
BIND_CONSTANT(NO_INDEX_ARRAY);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue