![]() |
FastEngine 0.9.4
A multiplayer oriented 2D engine made with Vulkan.
|
Public Member Functions | |
OwnView (OwnView const &r) | |
OwnView (OwnView &&r) noexcept=default | |
OwnView & | operator= (OwnView const &r) |
OwnView & | operator= (OwnView &&r) noexcept=default |
View & | createOwnView () |
void | removeOwnView () |
bool | hasOwnView () const |
std::shared_ptr< View > const & | getOwnView () const |
void | setOwnView (std::shared_ptr< View > view) |
void | ownViewOverrideParent (bool enable) |
bool | isOwnViewOverridingParent () const |
void | ownViewExplicitlySetDefaultView (bool enable) |
bool | isOwnViewUsingExplicitDefaultView () const |
View const & | requestView (View const &source, fge::ObjectDataWeak object) const |
View const & | requestView (View const &source, OwnView const &parent) const |
View const & | requestView (View const &source) const |
View const & | requestView (fge::RenderTarget const &source, fge::ObjectDataWeak object) const |
View const & | requestView (fge::RenderTarget const &source, OwnView const &parent) const |
View const & | requestView (fge::RenderTarget const &source) const |