mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Various imps and stubs
This commit is contained in:
@@ -1,11 +1,25 @@
|
||||
#ifndef __URDE_CANIMTREETIMESCALE_HPP__
|
||||
#define __URDE_CANIMTREETIMESCALE_HPP__
|
||||
|
||||
#include "CAnimTreeSingleChild.hpp"
|
||||
#include "CConstantAnimationTimeScale.hpp"
|
||||
|
||||
namespace urde
|
||||
{
|
||||
|
||||
class CAnimTreeTimeScale
|
||||
class CAnimTreeTimeScale : public CAnimTreeSingleChild
|
||||
{
|
||||
std::unique_ptr<CConstantAnimationTimeScale> x18_timeScale;
|
||||
CCharAnimTime x20_;
|
||||
CCharAnimTime x28_;
|
||||
public:
|
||||
CAnimTreeTimeScale(const std::weak_ptr<CAnimTreeNode>&, float, const std::string&);
|
||||
|
||||
static std::string CreatePrimitiveName(const std::weak_ptr<CAnimTreeNode>&, float, const CCharAnimTime&, float);
|
||||
|
||||
CCharAnimTime GetRealLifeTime(const CCharAnimTime&) const;
|
||||
void VSetPhase(float);
|
||||
std::shared_ptr<IAnimReader> VSimplified();
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user