From a0e720efb2fffd7869517f3d0348f54b09dc3385 Mon Sep 17 00:00:00 2001 From: Xavier Loh Date: Sun, 13 Mar 2022 21:25:20 +0800 Subject: Expose `RenderingServer::canvas_item_add_animation_slice` in GDScript --- doc/classes/RenderingServer.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/RenderingServer.xml b/doc/classes/RenderingServer.xml index 50990b5320..213dafa074 100644 --- a/doc/classes/RenderingServer.xml +++ b/doc/classes/RenderingServer.xml @@ -149,6 +149,17 @@ Once finished with your RID, you will want to free the RID using the RenderingServer's [method free_rid] static method. + + + + + + + + + Subsequent drawing commands will be ignored unless they fall within the specified animation slice. This is a faster way to implement animations that loop on background rather than redrawing constantly. + + -- cgit v1.2.3