Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
This commit is contained in:
parent
2a38a5eaa8
commit
2ab83e1abb
257 changed files with 2818 additions and 3130 deletions
|
|
@ -59,11 +59,11 @@ protected:
|
|||
|
||||
static void _bind_methods();
|
||||
|
||||
void _set_transform_array(const DVector<Vector3>& p_array);
|
||||
DVector<Vector3> _get_transform_array() const;
|
||||
void _set_transform_array(const PoolVector<Vector3>& p_array);
|
||||
PoolVector<Vector3> _get_transform_array() const;
|
||||
|
||||
void _set_color_array(const DVector<Color>& p_array);
|
||||
DVector<Color> _get_color_array() const;
|
||||
void _set_color_array(const PoolVector<Color>& p_array);
|
||||
PoolVector<Color> _get_color_array() const;
|
||||
|
||||
public:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue