[DOCS] Add note that Pool*Arrays are passed by value (#18340)
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
Array of Colors
|
||||
</brief_description>
|
||||
<description>
|
||||
Array of Color, Contains colors. Optimized for memory usage, can't fragment the memory.
|
||||
Array of Color, Contains colors. Optimized for memory usage, can't fragment the memory. Note that this type is passed by value and not by reference.
|
||||
</description>
|
||||
<tutorials>
|
||||
</tutorials>
|
||||
|
||||
Reference in New Issue
Block a user