@advjs/monorepo / @advjs/types / AdvSceneModel
Interface: AdvSceneModel
Defined in: packages/types/src/game/scene.ts:45
Extends
Properties
alias?
optional
alias:string
Defined in: packages/types/src/game/scene.ts:13
assets alias
Inherited from
description?
optional
description:string
Defined in: packages/types/src/game/scene.ts:17
Zh
场景描述
Inherited from
id
id:
string
Defined in: packages/types/src/game/scene.ts:5
Zh
ID 唯一标识
Inherited from
imagePrompt?
optional
imagePrompt:string
Defined in: packages/types/src/game/scene.ts:24
Image Prompt
Zh
场景提示词
Description
生成图片的提示词
Example
ts
"A small, cluttered Tokyo apartment with morning light filtering through curtains."
Inherited from
name?
optional
name:string
Defined in: packages/types/src/game/scene.ts:9
Zh
场景名称(可展示给用户的名称)
Inherited from
type
type:
"model"
Defined in: packages/types/src/game/scene.ts:49
场景模型