Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/axmolengine/axmol
/ applyMaskOnEnter
Method
applyMaskOnEnter
core/2d/Node.cpp:2223–2226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2221
}
2222
2223
void Node::applyMaskOnEnter(bool applyChildren)
2224
{
2225
_childFollowCameraMask = applyChildren;
2226
}
2227
2228
// MARK: Camera
2229
void Node::setCameraMask(unsigned short mask, bool applyChildren)
Callers
1
addChildHelper
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected