Skip to content

Commit

Permalink
rm sub-grp
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsenph69 committed Mar 20, 2024
1 parent 97f6612 commit 4d13ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gdextension/src/grass/mgrass_lod_setting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ void MGrassLodSetting::_bind_methods() {
ClassDB::bind_method(D_METHOD("get_rand_scale_end"), &MGrassLodSetting::get_rand_scale_end);
ADD_PROPERTY(PropertyInfo(Variant::VECTOR3,"rand_scale_end"),"set_rand_scale_end","get_rand_scale_end");

ADD_SUBGROUP("Geometry setting","");

ClassDB::bind_method(D_METHOD("set_shadow_setting","input"), &MGrassLodSetting::set_shadow_setting);
ClassDB::bind_method(D_METHOD("get_shadow_setting"), &MGrassLodSetting::get_shadow_setting);
ADD_PROPERTY(PropertyInfo(Variant::INT,"shadow_setting",PropertyHint::PROPERTY_HINT_ENUM,"OFF,ON,DOUBLE_SIDED,SHADOWS_ONLY"),"set_shadow_setting","get_shadow_setting");
Expand Down

0 comments on commit 4d13ac9

Please sign in to comment.