hytopia
Version:
The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.
56 lines (27 loc) • 719 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [server](./server.md) > [Matrix3](./server.matrix3.md) > [add](./server.matrix3.add.md)
## Matrix3.add() method
Adds a matrix to the current matrix.
**Signature:**
```typescript
add(matrix3: Matrix3): Matrix3;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
matrix3
</td><td>
[Matrix3](./server.matrix3.md)
</td><td>
The matrix to add to the current matrix.
</td></tr>
</tbody></table>
**Returns:**
[Matrix3](./server.matrix3.md)
The current matrix.