Function: nodeShowing()
function nodeShowing(node: BabylonTransformNodeLike): boolean;
Defined in: babylon-interactions/src/babylon-types.ts:281
Is this node currently showing? A node the app disabled or hid is not a hit-test candidate. Absent members mean yes - a fake, or a build that does not carry them, should not silently drop out of targeting.
Parameters
| Parameter | Type |
|---|---|
node | BabylonTransformNodeLike |
Returns
boolean