Node.isInGroup

Returns true if this node is in the specified group. See notes in the description, and the group methods in SceneTree.

struct Node
@nogc nothrow const
bool
isInGroup
(
in String group
)

Meta