KITASENJU DESIGN BLOG

memo, html, javascript, unity

fx(params)で使えるtype

fxhash

  • stringが64文字まで。
  • 変数の制限がないなら、分割して情報を使う?
## fx(params) types

The following fx(params) types are available. All types share the same attributes but have different options available to e.g. constrain your parameters to your needs. 

The available fx(params) types are: 

- `number`: `Number` aka float64 
- `bigint`: `BigInt` aka int64
- `boolean`: `boolean`
- `color`: Color in 8-hexdigit and abbreviations
- `string`: String with max 64 characters
- `select`: Selection of provided options options

api

"FOOTER"