Attention: Here be dragons
This is the latest
(unstable) version of this documentation, which may document features
not available in or compatible with released stable versions of Godot.
Checking the stable version of the documentation...
PackedVector3Array¶
A packed array of Vector3s.
Description¶
An array specifically designed to hold Vector3. Packs data tightly, so it saves memory for large array sizes.
Bemerkung
There are notable differences when using this API with C#. See C# API Unterschiede zu GDScript for more information.
Constructors¶
PackedVector3Array ( PackedVector3Array from ) |
|
PackedVector3Array ( Array from ) |
Methods¶
void |
append_array ( PackedVector3Array array ) |
void |
clear ( ) |
duplicate ( ) |
|
void |
|
is_empty ( ) const |
|
void |
|
void |
reverse ( ) |
void |
|
size ( ) const |
|
void |
sort ( ) |