瀏覽代碼

docs: circle type and reference

astanusic 2 年之前
父節點
當前提交
6fd7153e5b
共有 1 個文件被更改,包括 6 次插入0 次删除
  1. 6 0
      docs/cientos/shapes/circle.md

+ 6 - 0
docs/cientos/shapes/circle.md

@@ -4,6 +4,12 @@
 
 The `cientos` package provides a `<Circle />` component that serves as a short-cut for a `CircleGeometry` and a `MeshBasicMaterial` with a `Mesh` object.
 
+```typescript
+args: [radius: number, segments: number, thetaStart: number, thetaLength: number]
+```
+reference: [CircleGeometry](https://threejs.org/docs/?q=circle#api/en/geometries/CircleGeometry)
+
+
 ## Usage
 
 ```html