_active | cugl::Scene | protected |
_batch | cugl::scene2::Scene2 | protected |
_blendEquation | cugl::scene2::Scene2 | protected |
_camera | cugl::Scene | protected |
_children | cugl::scene2::Scene2 | protected |
_color | cugl::scene2::Scene2 | protected |
_dstFactor | cugl::scene2::Scene2 | protected |
_name | cugl::Scene | protected |
_size | cugl::Scene | protected |
_srcFactor | cugl::scene2::Scene2 | protected |
_target | cugl::scene2::Scene2Texture | protected |
_texture | cugl::scene2::Scene2Texture | protected |
addChild(const std::shared_ptr< scene2::SceneNode > &child) | cugl::scene2::Scene2 | virtual |
addChildWithName(const std::shared_ptr< scene2::SceneNode > &child, const std::string name) | cugl::scene2::Scene2 | inline |
addChildWithTag(const std::shared_ptr< scene2::SceneNode > &child, unsigned int tag) | cugl::scene2::Scene2 | inline |
alloc() | cugl::scene2::Scene2Texture | inlinestatic |
allocWithHint(const Size hint) | cugl::scene2::Scene2Texture | inlinestatic |
allocWithHint(float width, float height) | cugl::scene2::Scene2Texture | inlinestatic |
dispose() override | cugl::scene2::Scene2Texture | virtual |
getBounds() const | cugl::Scene | inline |
getCamera() | cugl::Scene | inline |
getCamera() const | cugl::Scene | inline |
getChild(unsigned int pos) | cugl::scene2::Scene2 | |
getChild(unsigned int pos) const | cugl::scene2::Scene2 | |
getChild(unsigned int pos) const | cugl::scene2::Scene2 | inline |
getChildByName(const std::string name) const | cugl::scene2::Scene2 | |
getChildByName(const std::string name) const | cugl::scene2::Scene2 | inline |
getChildByTag(unsigned int tag) const | cugl::scene2::Scene2 | |
getChildByTag(unsigned int tag) const | cugl::scene2::Scene2 | inline |
getChildCount() const | cugl::scene2::Scene2 | inline |
getChildren() | cugl::scene2::Scene2 | inline |
getChildren() const | cugl::scene2::Scene2 | inline |
getColor() | cugl::scene2::Scene2 | inline |
getName() const | cugl::Scene | inline |
getSize() const | cugl::Scene | inline |
getSpriteBatch() const | cugl::scene2::Scene2 | inline |
getTexture() const | cugl::scene2::Scene2Texture | inline |
init() override | cugl::scene2::Scene2Texture | virtual |
initWithHint(const Size hint) override | cugl::scene2::Scene2Texture | virtual |
initWithHint(float width, float height) override | cugl::scene2::Scene2Texture | inlinevirtual |
isActive() const | cugl::Scene | inline |
operator std::string() const | cugl::Scene | inline |
removeAllChildren() | cugl::scene2::Scene2 | virtual |
removeChild(unsigned int pos) | cugl::scene2::Scene2 | virtual |
removeChild(const std::shared_ptr< scene2::SceneNode > &child) | cugl::scene2::Scene2 | |
removeChildByName(const std::string name) | cugl::scene2::Scene2 | |
removeChildByTag(unsigned int tag) | cugl::scene2::Scene2 | |
render() override | cugl::scene2::Scene2Texture | virtual |
reset() | cugl::Scene | inlinevirtual |
Scene() | cugl::Scene | inline |
Scene2() | cugl::scene2::Scene2 | |
Scene2Texture() | cugl::scene2::Scene2Texture | |
screenToWorldCoords(const Vec2 screenCoords) const | cugl::Scene | inline |
setActive(bool value) | cugl::Scene | inlinevirtual |
setColor(Color4 color) | cugl::scene2::Scene2 | inline |
setName(const std::string name) | cugl::Scene | inline |
setSpriteBatch(const std::shared_ptr< graphics::SpriteBatch > &batch) | cugl::scene2::Scene2 | inline |
swapChild(const std::shared_ptr< scene2::SceneNode > &child1, const std::shared_ptr< scene2::SceneNode > &child2, bool inherit=false) | cugl::scene2::Scene2 | |
toString(bool verbose=false) const override | cugl::scene2::Scene2 | virtual |
update(float timestep) | cugl::Scene | inlinevirtual |
worldToScreenCoords(const Vec3 worldCoords) const | cugl::Scene | inline |
~Scene() | cugl::Scene | inline |
~Scene2() | cugl::scene2::Scene2 | inline |
~Scene2Texture() | cugl::scene2::Scene2Texture | inline |