struct cogs::Skeleton::BaseProperty

Abstract helper class used for storage of skeleton properties.

#include <Skeleton.h>

struct BaseProperty {
    // fields

    const uint32_t size_;

    // construction

    BaseProperty(const uint32_t size);
    virtual ~BaseProperty();
};