MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / isOnSurface

Method isOnSurface

Source/Platformer/Unit.cpp:371–373  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371bool Unit::isOnSurface() const {
372 return _groundSensor && _groundSensor->isSensed();
373}
374
375void Unit::setDetectDistance(float var) {
376 _detectDistance = var;

Callers 3

isAvailableMethod · 0.80
updateMethod · 0.80

Calls 1

isSensedMethod · 0.80

Tested by

no test coverage detected