Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
371
bool Unit::isOnSurface() const {
372
return _groundSensor && _groundSensor->isSensed();
373
}
374
375
void Unit::setDetectDistance(float var) {
376
_detectDistance = var;
Callers
3
isAvailable
Method · 0.80
update
Method · 0.80
platformer_unit_is_on_surface
Function · 0.80
Calls
1
isSensed
Method · 0.80
Tested by
no test coverage detected