Implemented physics material
Hidden a function Fixed travis static check
This commit is contained in:
committed by
Andrea Catania
parent
a415efa4b7
commit
5f66734d2d
@ -211,6 +211,9 @@ 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