// Start is called before the first frame update void Start() { EskyAnchor.Subscribe(AnchorIDToSubscribe, this); }
public void SubscribeAnchor(EskyAnchor anchor) { subscribedAnchor = anchor; }