Merge pull request #8895 from 31/dev/31/packed-order

c_sharp_collections.rst: copy variant page's Packed{TYPE}Array order
This commit is contained in:
Matthew
2024-02-04 11:00:00 -05:00
committed by GitHub

View File

@@ -77,15 +77,15 @@ In C#, packed arrays are replaced by ``System.Array``:
====================== ==============================================================
GDScript C#
====================== ==============================================================
``PackedByteArray`` ``byte[]``
``PackedInt32Array`` ``int[]``
``PackedInt64Array`` ``long[]``
``PackedByteArray`` ``byte[]``
``PackedFloat32Array`` ``float[]``
``PackedFloat64Array`` ``double[]``
``PackedStringArray`` ``string[]``
``PackedColorArray`` ``Color[]``
``PackedVector2Array`` ``Vector2[]``
``PackedVector3Array`` ``Vector3[]``
``PackedColorArray`` ``Color[]``
====================== ==============================================================
Other C# arrays are not supported by the Godot C# API since a packed array equivalent