This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://xmanyou.com/cocos-creator-jie-tu-gong-neng-dai-ma/ | |
// 截图组件 (如果没有提前添加Camera组件,则会自动添加一个默认参数的Camera) | |
// 语言:Typescript | |
// Cocos Creator 版本: 2.0.5 | |
// 使用方法: | |
// 1. 在场景里添加一个Node, 把这个组件拖进去 | |
// 2. 在需要截图的地方,import, 然后调用:ScreenShotNode.take() | |
// Screenshot component | |
// typescript |
NewerOlder