Pārlūkot izejas kodu

docs: circle type and reference

astanusic 2 gadi atpakaļ
vecāks
revīzija
6fd7153e5b
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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.
 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
 ## Usage
 
 
 ```html
 ```html