masao.customParts
masao.customPartsはカスタムパーツに関連する情報を扱うためのAPIです。
const {
customParts,
} = require('masao');
customParts.customPartsProperties
各パーツに指定可能なプロパティの情報を持ったオブジェクトです。構造は以下のようになっています。
customPartsProperties = {
5100: {
walk_speed: {
type: 'integer',
unit: 'px/f',
description: '歩く速度',
default: 3,
},
},
/* ... */
};