meta data for this page
📚 差别
这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
scripting:native:draw [2025/07/05 21:59] – 创建 bibiboxs | scripting:native:draw [2025/07/06 00:42] (当前版本) – bibiboxs | ||
---|---|---|---|
行 34: | 行 34: | ||
```javascript | ```javascript | ||
- | function Draw.Line( startPos: Vector, endPos, Vector, width: float, color: Color, startArrow: bool = false, endArrow: bool = false ) | + | function Draw.Line( startPos: Vector, endPos, Vector, width: float, color: Color, startArrow: bool = false, endArrow: bool = false ): string |
``` | ``` | ||
行 44: | 行 44: | ||
```javascript | ```javascript | ||
- | function Draw.Circle( center: Vector, radius: float, color: Color ) | + | function Draw.Circle( center: Vector, radius: float, color: Color ): string |
``` | ``` | ||
+ | |||
+ | |||
+ | |||