示例#1
0
 public static void RemoveVel(this IAttMidivelocity e)
 {
     MeiAtt_controller.RemoveAttribute(e, "vel");
 }
示例#2
0
 public static XAttribute GetVel(this IAttMidivelocity e)
 {
     return(MeiAtt_controller.GetAttribute(e, "vel"));
 }
示例#3
0
 public static bool HasVel(this IAttMidivelocity e)
 {
     return(MeiAtt_controller.HasAttribute(e, "vel"));
 }
示例#4
0
 public static void SetVel(this IAttMidivelocity e, string _val)
 {
     MeiAtt_controller.SetAttribute(e, "vel", _val);
 }