Implemented physics material

Hidden a function

Fixed travis static check
This commit is contained in:
AndreaCatania
2017-10-24 18:10:30 +02:00
committed by Andrea Catania
parent a415efa4b7
commit 5f66734d2d
26 changed files with 767 additions and 51 deletions

View File

@ -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);