Home > @uniformdev/mesh-sdk > initializeUniformMeshSDK

initializeUniformMeshSDK() function

Initializes the Uniform Mesh SDK. Intended to be called (and awaited) prior to any attempted interaction with the Uniform Mesh SDK.

Signature:

Parameters

<table><thead><tr><th>

Parameter

</th><th>

Type

</th><th>

Description

</th></tr></thead> <tbody><tr><td>

{ autoResizingDisabled, }

</td><td>

{ autoResizingDisabled?: boolean; }

</td><td>

(Optional)

</td></tr> </tbody></table> Returns:

Promise<UniformMeshSDK | undefined>