screenWorkAxes
此内容尚不支持你的语言。
screenWorkAxes(
view):object
Defined in: camera/EditorView.ts:325
The work-plane axis a screen direction names, with the sign pointing that way —
what “right” and “up” mean for a gesture on that plane. right resolves first
and up takes the plane’s other axis, so the pair is never one axis twice.
Head-on: +X right, +Y up.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”object
right:
object
right.axis
Section titled “right.axis”axis:
WorldAxis
right.sign
Section titled “right.sign”sign:
number
up:
object
up.axis
Section titled “up.axis”axis:
WorldAxis
up.sign
Section titled “up.sign”sign:
number