blockly >网格 >setLength

Grid.setLength() 方法

设置网格线的长度。

Signature:

setLength(length: number): void;

参数

参数 类型 说明
长度 number

返回

void