Removed physics material combination mode. Added rough and absorbent parameter to material. Fixed 'change' signal connection
This commit is contained in:
@ -211,9 +211,6 @@ public:
|
||||
FUNC3(body_set_param, RID, BodyParameter, real_t);
|
||||
FUNC2RC(real_t, body_get_param, RID, BodyParameter);
|
||||
|
||||
FUNC3(body_set_combine_mode, RID, BodyParameter, CombineMode);
|
||||
FUNC2RC(CombineMode, body_get_combine_mode, RID, BodyParameter);
|
||||
|
||||
FUNC3(body_set_state, RID, BodyState, const Variant &);
|
||||
FUNC2RC(Variant, body_get_state, RID, BodyState);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user