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 name | Property description |
|---|---|
| ParaMiniMapEntity.entityIcon | The icon of the object on the minimap. |
| ParaMiniMapEntity.entityDeathIcon | The icon of the object on the minimap after the object dies. |
| ParaMiniMapEntity.entityIconColor | The color of the icon of the object on the minimap. |
| ParaMiniMapEntity.entityInfoText | The prompt text that appears when the object is clicked on the minimap. |
| ParaMiniMapEntity.entityIconSize | The size of the icon of the object on the minimap. |
| ParaMiniMapEntity.entityIconOffScreenSize | The size of the icon of the object on the minimap when it is off-screen. |
Public method
| Method name | Meaning |
|---|---|
| ParaMiniMapEntity.SetActive | Specifies whether to display the object on the minimap. |