public static Inline ToInline(this SmallNode node, Channel _chan = null) { var span = (node as IContentNode).ToInline(); span.FontSize = 6; return(span); }
public void Show(SmallNode target) { this.target = target; //transform.position = target.GetBuildPosition(); ui.SetActive(true); }