mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 16:09:06 +07:00
node: remove_child_at function
This commit is contained in:
@@ -145,5 +145,10 @@ function node.bring_to_front(self) end
|
||||
---@return node
|
||||
function node.child_at(self, index) end
|
||||
|
||||
---@param self node
|
||||
---@param index integer
|
||||
---@return node
|
||||
function node.remove_child_at(self, index) end
|
||||
|
||||
---@type node
|
||||
_G.node = _G.node or node
|
||||
|
||||
Reference in New Issue
Block a user