mirror of
https://github.com/motajs/template.git
synced 2026-04-12 15:11:10 +08:00
This commit is contained in:
parent
838f33347d
commit
93fb788bef
@ -151,6 +151,10 @@ export class OnMapTextRenderer
|
||||
return this.canvas;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取分块所附着的文字数据
|
||||
* @param blockData 分块数据
|
||||
*/
|
||||
private getAttachedMap(
|
||||
blockData: IBlockData<IMapVertexBlock>
|
||||
): Map<number, MapTextArea> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user