Ejemplo n.º 1
0
        public static Inline ToInline(this SmallNode node, Channel _chan = null)
        {
            var span = (node as IContentNode).ToInline();

            span.FontSize = 6;

            return(span);
        }
Ejemplo n.º 2
0
 public void Show(SmallNode target)
 {
     this.target = target;
     //transform.position = target.GetBuildPosition();
     ui.SetActive(true);
 }