Пример #1
0
 /// <summary>
 /// 是否包含动画片段
 /// </summary>
 public bool IsContains(string name)
 {
     return(_animPlayable.IsContains(name));
 }