MCPcopy 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
63private:
64 bool _isSet = false;

Callers 8

getTextureDataForTextMethod · 0.45
openMethod · 0.45
closeMethod · 0.45
processVideoFrameMethod · 0.45
runMethod · 0.45
onPlayerErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected