Skip to content

@orillusion/core


Function: has()

has(src, m): boolean

Defined in: src/gfx/renderJob/config/VisibleLayer.ts:60

Any-match test: returns true when src and m share at least one set bit. Standard "is this layer in the camera's culling mask" semantics.

Parameters

src

number

m

number

Returns

boolean