MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / getScenesStack

Method getScenesStack

Source/AltDirector.h:30–32  ·  view source on GitHub ↗

Director have this variables in "protected", so i did this class to use them

Source from the content-addressed store, hash-verified

28
29 // Director have this variables in "protected", so i did this class to use them
30 ax::Vector<ax::Scene*> getScenesStack() {
31 return Director::_scenesStack;
32 }
33 void setSendCleanupToScene(bool cleanupToScene) {
34 ax::Director::_sendCleanupToScene = cleanupToScene;
35 }

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected