Ejemplo n.º 1
0
 private static VisualElement CreateScrollerButton(IUxmlAttributes bag, CreationContext ctx)
 {
     return(new ScrollerButton(null, bag.GetPropertyLong("delay", 0), bag.GetPropertyLong("interval", 0)));
 }
 public long GetValueFromBag(IUxmlAttributes bag)
 {
     return(bag.GetPropertyLong(name, defaultValue));
 }