Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ handleAlphaChanged
Method
handleAlphaChanged
packages/fairygui/src/core/GObject.ts:943–947 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
941
}
942
943
protected handleAlphaChanged(): void {
944
if
(this._displayObject) {
945
this._displayObject.alpha = this._alpha;
946
}
947
}
948
949
protected handleVisibleChanged(): void {
950
if
(this._displayObject) {
Callers
1
alpha
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected