Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ set
Method
set
core/physics/PhysicsJoint.cpp:57–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
return _data;
56
}
57
void set(T d)
58
{
59
_isSet = true;
60
_data = d;
61
}
62
63
private:
64
bool _isSet = false;
Callers
8
setDesignResolutionSize
Method · 0.45
getTextureDataForText
Method · 0.45
open
Method · 0.45
close
Method · 0.45
processVideoFrame
Method · 0.45
run
Method · 0.45
onPlaybackStateChanged
Method · 0.45
onPlayerError
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected