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
|
Parameter |
Type |
Description |
|---|---|---|
|
{ autoResizingDisabled, } |
(not declared) |
(Optional) |
|
input |
{ autoResizingDisabled?: boolean; } |
(Optional) |
Returns:
Promise<UniformMeshSDK | undefined>