MarkerData
此内容尚不支持你的语言。
Defined in: component.ts:843
Properties
Section titled “Properties”properties
Section titled “properties”properties:
Record<string,string>
Defined in: component.ts:850
Arbitrary per-marker gameplay data (team, targetScene, event, …), like Tiled’s
custom object properties. Imported .tmj object properties land here too.
type:
string
Defined in: component.ts:847
Gameplay identity — the game queries markers of a given kind (spawn point,
waypoint, pickup, door, trigger …). Free-form: the game defines the vocabulary.
Query(Marker) then filters by type.