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:
declare function initializeUniformMeshSDK({ autoResizingDisabled, }?: {
autoResizingDisabled?: boolean;
}): Promise<UniformMeshSDK | undefined>;
Parameters
Parameter | Type | Description |
---|---|---|
{ autoResizingDisabled, } | { autoResizingDisabled?: boolean; } | (Optional) |
Returns:
Promise<UniformMeshSDK | undefined>