blob: e698651d45dcba875a55d2dc8ec373ece003126d [file] [log] [blame]
#include "rive/animation/state_instance.hpp"
using namespace rive;
StateInstance::StateInstance(const LayerState* layerState) : m_LayerState(layerState) {}
StateInstance::~StateInstance() {}
const LayerState* StateInstance::state() const { return m_LayerState; }