mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 04:27:42 +00:00
All animation nodes implemented
This commit is contained in:
@@ -11,8 +11,8 @@ struct CAnimSysContext;
|
||||
class CTreeUtils
|
||||
{
|
||||
public:
|
||||
static std::shared_ptr<CAnimTreeNode> GetTransitionTree(const std::shared_ptr<CAnimTreeNode>& a,
|
||||
const std::shared_ptr<CAnimTreeNode>& b,
|
||||
static std::shared_ptr<CAnimTreeNode> GetTransitionTree(const std::weak_ptr<CAnimTreeNode>& a,
|
||||
const std::weak_ptr<CAnimTreeNode>& b,
|
||||
const CAnimSysContext& animCtx);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user