Remove Generic6DOFJoint precision property
This commit is contained in:
@ -728,9 +728,6 @@ public:
|
||||
virtual void generic_6dof_joint_set_flag(RID p_joint, Vector3::Axis, G6DOFJointAxisFlag p_flag, bool p_enable) = 0;
|
||||
virtual bool generic_6dof_joint_get_flag(RID p_joint, Vector3::Axis, G6DOFJointAxisFlag p_flag) = 0;
|
||||
|
||||
virtual void generic_6dof_joint_set_precision(RID p_joint, int precision) = 0;
|
||||
virtual int generic_6dof_joint_get_precision(RID p_joint) = 0;
|
||||
|
||||
/* QUERY API */
|
||||
|
||||
enum AreaBodyStatus {
|
||||
|
||||
Reference in New Issue
Block a user