mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 21:29:07 +00:00
The typing information was ultimately determined in this file where Varients are converted and packed: https://github.com/godotengine/godot/blob/a51ca2beafc5d74d3e62cb56fbba76ceb39160a3/servers/rendering/renderer_rd/storage_rd/material_storage.cpp#L42 The documentation doesn't contain a reference to dealing with how Packed[Float|Int]Arrays are interpreted, but should be a much better starting point for new users.