UNPKG

hytopia

Version:

The HYTOPIA SDK makes it easy for developers to create massively multiplayer games using JavaScript or TypeScript.

50 lines (24 loc) 876 B
<!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [server](./server.md) &gt; [DefaultPlayerEntityController](./server.defaultplayerentitycontroller.md) &gt; [(constructor)](./server.defaultplayerentitycontroller._constructor_.md) ## DefaultPlayerEntityController.(constructor) Constructs a new instance of the `DefaultPlayerEntityController` class **Signature:** ```typescript constructor(options?: DefaultPlayerEntityControllerOptions); ``` ## Parameters <table><thead><tr><th> Parameter </th><th> Type </th><th> Description </th></tr></thead> <tbody><tr><td> options </td><td> [DefaultPlayerEntityControllerOptions](./server.defaultplayerentitycontrolleroptions.md) </td><td> _(Optional)_ Options for the controller. </td></tr> </tbody></table>