Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ flip
Method
flip
packages/fairygui/src/widgets/GImage.ts:60–62 ·
view source on GitHub ↗
* Get/set flip type * 获取/设置翻转类型
()
Source
from the content-addressed store, hash-verified
58
* 获取/设置翻转类型
59
*/
60
public get flip(): EFlipType {
61
return
this._flip;
62
}
63
64
public set flip(value: EFlipType) {
65
if
(this._flip !== value) {
Callers
nothing calls this directly
Calls
2
handleXYChanged
Method · 0.95
setScale
Method · 0.45
Tested by
no test coverage detected