Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Jun 25, 2021
1 parent 631ff45 commit 5f62242
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cocos/core/animation/newgen-anim/pose-node.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { serializable } from 'cc.decorator';
import { ccclass, serializable } from 'cc.decorator';
import { Pose } from './pose';
import { GraphNode } from './graph-node';
import { parametric, parametricNum } from './parametric';
import { PoseNodeEval } from './graph-eval';

@ccclass('cc.animation.PoseNode')
export class PoseNode extends GraphNode {
@serializable
public pose: Pose | null = null;
Expand Down

0 comments on commit 5f62242

Please sign in to comment.