ParaMiniMapEntity

Description

A sub-component of a general-purpose minimap component, which should be used in conjunction with the minimap component ParaMiniMap. After mounting this component on a specified scene object, this object will be displayed on the minimap.

Property

Component property nameProperty description
ParaMiniMapEntity.entityIconThe icon of the object on the minimap.
ParaMiniMapEntity.entityDeathIconThe icon of the object on the minimap after the object dies.
ParaMiniMapEntity.entityIconColorThe color of the icon of the object on the minimap.
ParaMiniMapEntity.entityInfoTextThe prompt text that appears when the object is clicked on the minimap.
ParaMiniMapEntity.entityIconSizeThe size of the icon of the object on the minimap.
ParaMiniMapEntity.entityIconOffScreenSizeThe size of the icon of the object on the minimap when it is off-screen.

Public method

Method nameMeaning
ParaMiniMapEntity.SetActiveSpecifies whether to display the object on the minimap.