Beispiel #1
0
    void Start()
    {
        // Copy our quad mesh
        quad = GetComponent <MeshFilter>().mesh;

        MapSetIcon(iconIndex);
        MapSetColor(iconColor);

        // Register icon with map
        FpsHudMapCamera.RegisterIcon(this);
    }
Beispiel #2
0
 void OnEnable()
 {
     FpsHudMapCamera.RegisterIcon(this);
 }
Beispiel #3
0
 void Awake()
 {
     FpsHudMapCamera.RegisterIcon(this);
 }