bl_MiniMapItem Class

Namespace
Atavism
Base Types
  • MonoBehaviour
graph BT Type-->Base0["MonoBehaviour"] Type["bl_MiniMapItem"] class Type type-node

Syntax

public class bl_MiniMapItem : MonoBehaviour

Fields

Properties

Name Value Summary
TargetPosition Vector3

Methods

Name Value Summary
DestroyItem(bool) void
When player or the target die,desactive,remove,etc.. call this for remove the item UI from Map for change to other icon and desactive in certain time or destroy immediate
HideCircleArea() void
HideItem() void
Call this for hide item in miniMap For show again just call "ShowItem()" NOTE: For destroy item call "DestroyItem(bool immediate)" instant this.
SetCircleArea(float, Color) void
Show a visible circle area in the minimap with this item as center
SetColor(Color) void
SetIcon(Sprite) void
ShowItem() void
Call this for show again the item in miniMap when is hide