Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
Size::Size() = default;
39
40
Size::Size(float w, float h) : width(w),
41
height(h) {
42
}
43
44
Size::Size(const Size &other) = default;
45
Callers
15
onSendCommand
Method · 0.45
onReload
Method · 0.45
_parseAnimation
Method · 0.45
_samplingEasingCurve
Method · 0.45
_parseArmature
Method · 0.45
_parseSkin
Method · 0.45
_parseMesh
Method · 0.45
_parsePolygonBoundingBox
Method · 0.45
_parseAnimation
Method · 0.45
_parseTimeline
Method · 0.45
_parseZOrderFrame
Method · 0.45
_parseSlotFFDFrame
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected