Browse Source

docs: circle type and reference

astanusic 2 năm trước cách đây
mục cha
commit
6fd7153e5b
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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