fix:编辑器文件导入. add:example,runtime

This commit is contained in:
YipLee
2021-01-24 19:29:37 +08:00
parent c232a91a41
commit 91f4d8011b
214 changed files with 41328 additions and 120 deletions

View File

@@ -0,0 +1,14 @@
import { Component, _decorator } from 'cc';
import AnimatorAnimation from '../../animator/AnimatorAnimation';
const { ccclass, property } = _decorator;
@ccclass('Model')
export class Model extends Component {
private _animator: AnimatorAnimation = null!;
start() {
this._animator = this.getComponent(AnimatorAnimation)!;
}
}

View File

@@ -0,0 +1,9 @@
{
"ver": "4.0.21",
"importer": "typescript",
"imported": true,
"uuid": "95984e29-62ff-4654-b528-f781f1adc24e",
"files": [],
"subMetas": {},
"userData": {}
}