| 11 | } |
| 12 | |
| 13 | void 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 | |
| 18 | void BtCapsule::_get_storage_config(Dictionary &r_config) { |
| 19 | /// Configure the storage of this component to have pages of 50 Physis Bodies |
nothing calls this directly
no outgoing calls
no test coverage detected