Public Member Functions | |
Layer (const Common::String &name, const Math::Vector2d ¶llax, int zsort) | |
Layer (const Common::StringArray &names, const Math::Vector2d ¶llax, int zsort) | |
Public Attributes | |
Common::Array< Common::String > | _names |
Common::Array< Common::SharedPtr< Object > > | _objects |
Math::Vector2d | _parallax |
int | _zsort = 0 |
Common::SharedPtr< Node > | _node |