MCPcopy Create free account
hub / github.com/cocos/cocos-engine / Size

Method Size

native/cocos/math/Geometry.cpp:40–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38Size::Size() = default;
39
40Size::Size(float w, float h) : width(w),
41 height(h) {
42}
43
44Size::Size(const Size &other) = default;
45

Callers 15

onSendCommandMethod · 0.45
onReloadMethod · 0.45
_parseAnimationMethod · 0.45
_samplingEasingCurveMethod · 0.45
_parseArmatureMethod · 0.45
_parseSkinMethod · 0.45
_parseMeshMethod · 0.45
_parseAnimationMethod · 0.45
_parseTimelineMethod · 0.45
_parseZOrderFrameMethod · 0.45
_parseSlotFFDFrameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected