mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (19e7490)
This commit is contained in:
@@ -144,6 +144,12 @@ Constructs a **PackedVector3Array** as a copy of the given **PackedVector3Array*
|
||||
|
||||
Constructs a new **PackedVector3Array**. Optionally, you can pass in a generic :ref:`Array<class_Array>` that will be converted.
|
||||
|
||||
\ **Note:** When initializing a **PackedVector3Array** with elements, it must be initialized with an :ref:`Array<class_Array>` of :ref:`Vector3<class_Vector3>` values:
|
||||
|
||||
::
|
||||
|
||||
var array = PackedVector3Array([Vector3(12, 34, 56), Vector3(78, 90, 12)])
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
----
|
||||
@@ -490,3 +496,4 @@ Returns the :ref:`Vector3<class_Vector3>` at index ``index``. Negative indices c
|
||||
.. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
|
||||
.. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
|
||||
.. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
|
||||
.. |bitfield| replace:: :abbr:`BitField (This value is an integer composed as a bitmask of the following flags.)`
|
||||
|
||||
Reference in New Issue
Block a user