Class Plugin

Inheritance Relationships

Base Type

Class Documentation

class Plugin : public ari::Resource

Public Types

enum Type

Values:

TextureLoader
MeshLoader
Unknown

Public Functions

Plugin(const uint32_t &_handel, const std::string &_fileName)
virtual ~Plugin()
virtual void *Create() = 0

Protected Attributes

Type m_eType = Type::Unknown