VenomEngine
Cross-Platform Modern Graphics Engine
Loading...
Searching...
No Matches
venom::common::Skybox Class Reference
+ Inheritance diagram for venom::common::Skybox:

Public Member Functions

 Skybox (const char *path)
 
void Init (Entity entity) override
 
void Update (Entity entity) override
 
void _GUI (const Entity entity) override
 
vc::String _GetComponentTitle () override
 
bool CanRemove (Entity entity) override
 
vc::Error LoadSkybox (const char *path)
 
vc::Error LoadSkybox (const SPtr< GraphicsCachedResource > res)
 
vc::TextureGetPanoramaMut ()
 
vc::Error ChangeBlurFactor (const float factor)
 
- Public Member Functions inherited from venom::common::VenomComponent
vc::String GetComponentTitle ()
 
- Public Member Functions inherited from venom::common::PluginObjectImplWrapper
 PluginObjectImplWrapper (PluginObjectImpl *impl)
 
 PluginObjectImplWrapper (const PluginObjectImplWrapper &other)
 
PluginObjectImplWrapperoperator= (const PluginObjectImplWrapper &other)
 
 PluginObjectImplWrapper (PluginObjectImplWrapper &&other)
 
PluginObjectImplWrapperoperator= (PluginObjectImplWrapper &&other)
 
PluginObjectImplGetImpl ()
 
const PluginObjectImplGetImpl () const
 
const PluginObjectImplGetConstImpl () const
 
bool IsImplInitialized () const
 
void Destroy ()
 

Additional Inherited Members

- Protected Attributes inherited from venom::common::PluginObjectImplWrapper
PluginObjectImpl_impl
 

Member Function Documentation

◆ _GetComponentTitle()

vc::String venom::common::Skybox::_GetComponentTitle ( )
overridevirtual

◆ _GUI()

void venom::common::Skybox::_GUI ( const Entity entity)
overridevirtual

◆ CanRemove()

bool venom::common::Skybox::CanRemove ( Entity entity)
overridevirtual

◆ Init()

void venom::common::Skybox::Init ( Entity entity)
overridevirtual

Reimplemented from venom::common::VenomComponent.

◆ Update()

void venom::common::Skybox::Update ( Entity entity)
overridevirtual

The documentation for this class was generated from the following files: