跳转到内容

BuiltinComponentDef

此内容尚不支持你的语言。

Defined in: component.ts:363

T

readonly _builtin: true

Defined in: component.ts:367


readonly _cppName: string

Defined in: component.ts:366


readonly _default: T

Defined in: component.ts:368


readonly _id: symbol

Defined in: component.ts:364


readonly _name: string

Defined in: component.ts:365


readonly animatableFields: readonly string[]

Defined in: component.ts:373


readonly assetFields: readonly AssetFieldMeta[]

Defined in: component.ts:369


readonly colorKeys: readonly string[]

Defined in: component.ts:372


readonly optional discoverAssets?: (data) => AssetRef[]

Defined in: component.ts:379

Record<string, unknown>

AssetRef[]


readonly entityFields: readonly string[]

Defined in: component.ts:371


readonly fieldMeta: Readonly<Record<string, FieldMeta>>

Defined in: component.ts:378


readonly readonlyFields: readonly string[]

Defined in: component.ts:377

Fields authored readonly (engine-computed outputs); the editor never writes them back.


readonly replicatedFields: readonly string[]

Defined in: component.ts:375

Fields authored replicated at the C++ ES_PROPERTY site (via COMPONENT_META).


readonly optional spineFields?: SpineFieldMeta

Defined in: component.ts:370


readonly transient: boolean

Defined in: component.ts:381

Runtime-only: omitted from scene serialization. See ComponentMetadata.transient.