MCPcopy Create free account
hub / github.com/GodotECS/godex / _bind_methods

Method _bind_methods

modules/bullet_physics/shape_capsule.cpp:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13void BtCapsule::_bind_methods() {
14 ECS_BIND_PROPERTY_FUNC(BtCapsule, PropertyInfo(Variant::FLOAT, "radius"), set_radius, get_radius);
15 ECS_BIND_PROPERTY_FUNC(BtCapsule, PropertyInfo(Variant::FLOAT, "height"), set_height, get_height);
16}
17
18void BtCapsule::_get_storage_config(Dictionary &r_config) {
19 /// Configure the storage of this component to have pages of 50 Physis Bodies

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected