メインコンテンツまでスキップ

name

エンティティ ID に紐づけられた名前を取得します。

パラメータ

パラメータ説明
entitynumber名前を取得するエンティティ ID

戻り値

Promise<string>

使用例

const entityName = await entities.name(vrmEntity);
console.log(entityName); // "MyCharacter"