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

ParameterTypeDescription
{ autoResizingDisabled, }{ autoResizingDisabled?: boolean; }(Optional)

Returns:

Promise<UniformMeshSDK | undefined>