ReferenceSDKentitiesnameOn this pagename Retrieve the name attached to an entity ID. Parameters ParameterTypeDescriptionentitynumberThe entity ID to get the name for Returns Promise<string> Example const entityName = await entities.name(vrmEntity);console.log(entityName); // "MyCharacter"