MCPcopy Create free account
hub / github.com/esengine/esengine / rotation

Method rotation

packages/fairygui/src/core/GObject.ts:499–501  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

497 }
498
499 public get rotation(): number {
500 return this._rotation;
501 }
502
503 public set rotation(value: number) {
504 if (this._rotation !== value) {

Callers

nothing calls this directly

Calls 3

handleRotationChangedMethod · 0.95
applyPivotMethod · 0.95
updateGearMethod · 0.95

Tested by

no test coverage detected