Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/esengine/esengine
/ handleRotationChanged
Method
handleRotationChanged
packages/fairygui/src/core/GObject.ts:931–935 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
929
}
930
931
protected handleRotationChanged(): void {
932
if
(this._displayObject) {
933
this._displayObject.rotation = this.normalizeRotation;
934
}
935
}
936
937
protected handleGrayedChanged(): void {
938
if
(this._displayObject) {
Callers
1
rotation
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected