You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Update remaining physics exclude parameters to use TypedArray
Also update the documentation to refer to the get_rid() method.
This commit is contained in:
@@ -732,8 +732,8 @@ public:
|
||||
TypedArray<RID> get_exclude_bodies() const;
|
||||
void set_exclude_bodies(const TypedArray<RID> &p_exclude);
|
||||
|
||||
Array get_exclude_objects() const;
|
||||
void set_exclude_objects(const Array &p_exclude);
|
||||
TypedArray<uint64_t> get_exclude_objects() const;
|
||||
void set_exclude_objects(const TypedArray<uint64_t> &p_exclude);
|
||||
|
||||
bool is_recovery_as_collision_enabled() const { return parameters.recovery_as_collision; }
|
||||
void set_recovery_as_collision_enabled(bool p_enabled) { parameters.recovery_as_collision = p_enabled; }
|
||||
|
||||
Reference in New Issue
Block a user