mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 07:17:42 -05:00
Add compatibility code for CSGBox3D width/height/depth from Godot 3.x
Fixes #66420.
This commit is contained in:
committed by
Rémi Verschelde
parent
854d9c3d9c
commit
ac92704f39
@@ -248,6 +248,10 @@ class CSGBox3D : public CSGPrimitive3D {
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
#ifndef DISABLE_DEPRECATED
|
||||
// Kept for compatibility from 3.x to 4.0.
|
||||
bool _set(const StringName &p_name, const Variant &p_value);
|
||||
#endif
|
||||
|
||||
public:
|
||||
void set_size(const Vector3 &p_size);
|
||||
|
||||
Reference in New Issue
Block a user