isViewAxis
megane-viewer / isViewAxis
Function: isViewAxis()
isViewAxis(
value): value is "+a" | "+b" | "+c" | "+x" | "+y" | "+z" | "-a" | "-b" | "-c" | "-x" | "-y" | "-z"
Defined in: renderer/cameraOrientation.ts:41
Type guard for strings coming from a host message or a test hook.
Parameters
value
unknown
Returns
value is "+a" | "+b" | "+c" | "+x" | "+y" | "+z" | "-a" | "-b" | "-c" | "-x" | "-y" | "-z"