summaryrefslogtreecommitdiffstats
path: root/doc/classes/PackedVector3Array.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/PackedVector3Array.xml')
-rw-r--r--doc/classes/PackedVector3Array.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/classes/PackedVector3Array.xml b/doc/classes/PackedVector3Array.xml
index 9d0fdaa717..2557549703 100644
--- a/doc/classes/PackedVector3Array.xml
+++ b/doc/classes/PackedVector3Array.xml
@@ -27,6 +27,10 @@
<param index="0" name="from" type="Array" />
<description>
Constructs a new [PackedVector3Array]. Optionally, you can pass in a generic [Array] that will be converted.
+ [b]Note:[/b] When initializing a [PackedVector3Array] with elements, it must be initialized with an [Array] of [Vector3] values:
+ [codeblock]
+ var array = PackedVector3Array([Vector3(12, 34, 56), Vector3(78, 90, 12)])
+ [/codeblock]
</description>
</constructor>
</constructors>