0.0.3 • Published 6 months ago
@3dsource/types-unreal v0.0.3
@3dsource/types-unreal
A bunch of types from unreal, needs for communication with unreal
Installation
add peer dependencies
List of peer dependencies
{
"@3dsource/unreal-commands-api-parser": "^1.0.27"
} npx install-peerdeps @3dsource/types-unrealadd a library
npm i @3dsource/types-unrealUsage
List of types
for update types use npm command
npm run generate:commands:prodimport type { UnrealCommands } from '@3dsource/types-unreal';
import type { MetaBoxCommandPacket } from '@3dsource/types-unreal';
import type { MetaBoxCommandList } from '@3dsource/types-unreal';
import type { FLoopBackCommand } from '@3dsource/types-unreal';