PoolVector is gone, replaced by Vector
Typed `PoolTypeArray` types are now renamed `PackedTypeArray` and are sugar for `Vector<Type>`.
This commit is contained in:
parent
fb8c93c10b
commit
3205a92ad8
406 changed files with 5314 additions and 8271 deletions
|
|
@ -141,13 +141,13 @@ void PropertySelector::_update_search() {
|
|||
Control::get_icon("Object", "EditorIcons"),
|
||||
Control::get_icon("Dictionary", "EditorIcons"),
|
||||
Control::get_icon("Array", "EditorIcons"),
|
||||
Control::get_icon("PoolByteArray", "EditorIcons"),
|
||||
Control::get_icon("PoolIntArray", "EditorIcons"),
|
||||
Control::get_icon("PoolRealArray", "EditorIcons"),
|
||||
Control::get_icon("PoolStringArray", "EditorIcons"),
|
||||
Control::get_icon("PoolVector2Array", "EditorIcons"),
|
||||
Control::get_icon("PoolVector3Array", "EditorIcons"),
|
||||
Control::get_icon("PoolColorArray", "EditorIcons")
|
||||
Control::get_icon("PackedByteArray", "EditorIcons"),
|
||||
Control::get_icon("PackedIntArray", "EditorIcons"),
|
||||
Control::get_icon("PackedRealArray", "EditorIcons"),
|
||||
Control::get_icon("PackedStringArray", "EditorIcons"),
|
||||
Control::get_icon("PackedVector2Array", "EditorIcons"),
|
||||
Control::get_icon("PackedVector3Array", "EditorIcons"),
|
||||
Control::get_icon("PackedColorArray", "EditorIcons")
|
||||
};
|
||||
|
||||
for (List<PropertyInfo>::Element *E = props.front(); E; E = E->next()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue