Licenses
Order

PresetDictArray 0

by Freswinn | MIT

Creates two new Resource classes called PresetDict and PresetDictArray. PresetDict holds a Dictionary whose keys can be locked so they cannot be edited by mistake. PresetDictArray holds an Array[Dictionary] whose new elements are all copies of a standard

PresetDict and PresetDictArray Creates two new Resource classes called PresetDict , which is designed to preserve a dictionary's keys from accidental editing in the inspector; and PresetDictArray which holds an Array[Dictionary] that can only hold

Swapback Array 0

by plaught-armor | MIT

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique

A lightweight Godot 4.4+ addon for efficient array management using the swap-back technique. Two classes for Nodes and a static helper for packed data: SwapBackArray — O(1) append and O(1) remove_at(index) . No reverse lookup, so every mutation is as

loading more results...