[1/2] Move docs to brivate (#1640)
This PR moves the docs site to the private repo while keeping the docs content on the public repo. ### Change Type - [x] `documentation`
This commit is contained in:
parent
245f74010c
commit
096df3209b
638 changed files with 64004 additions and 2983 deletions
85
docs/gen/Box2dModel-interface.mdx
Normal file
85
docs/gen/Box2dModel-interface.mdx
Normal file
|
@ -0,0 +1,85 @@
|
|||
---
|
||||
title: Box2dModel
|
||||
status: published
|
||||
category: tlschema
|
||||
group: Interface
|
||||
author: api
|
||||
date: 06/23/2023
|
||||
order: 6
|
||||
---<Small>Public Interface</Small>
|
||||
|
||||
<details>
|
||||
<summary>Table of Contents</summary>
|
||||
- [Properties](#properties)
|
||||
- [h](#Box2dModel-h-member)
|
||||
- [w](#Box2dModel-w-member)
|
||||
- [x](#Box2dModel-x-member)
|
||||
- [y](#Box2dModel-y-member)
|
||||
</details>
|
||||
|
||||
A serializable model for 2D boxes.
|
||||
|
||||
|
||||
##### Signature
|
||||
|
||||
|
||||
```ts
|
||||
interface Box2dModel {}
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Properties
|
||||
|
||||
### `h` \{#Box2dModel-h-member}
|
||||
|
||||
<Small>Public PropertySignature</Small>
|
||||
|
||||
##### Signature
|
||||
|
||||
|
||||
```ts
|
||||
h: number
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### `w` \{#Box2dModel-w-member}
|
||||
|
||||
<Small>Public PropertySignature</Small>
|
||||
|
||||
##### Signature
|
||||
|
||||
|
||||
```ts
|
||||
w: number
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### `x` \{#Box2dModel-x-member}
|
||||
|
||||
<Small>Public PropertySignature</Small>
|
||||
|
||||
##### Signature
|
||||
|
||||
|
||||
```ts
|
||||
x: number
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
### `y` \{#Box2dModel-y-member}
|
||||
|
||||
<Small>Public PropertySignature</Small>
|
||||
|
||||
##### Signature
|
||||
|
||||
|
||||
```ts
|
||||
y: number
|
||||
```
|
||||
|
||||
---
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue