Add a new HashSet template
* Intended to replace RBSet in most cases. * Optimized for iteration speed
This commit is contained in:
@@ -37,7 +37,7 @@ class SpringArm3D : public Node3D {
|
||||
GDCLASS(SpringArm3D, Node3D);
|
||||
|
||||
Ref<Shape3D> shape;
|
||||
RBSet<RID> excluded_objects;
|
||||
HashSet<RID> excluded_objects;
|
||||
real_t spring_length = 1.0;
|
||||
real_t current_spring_length = 0.0;
|
||||
bool keep_child_basis = false;
|
||||
|
||||
Reference in New Issue
Block a user