Exemplo n.º 1
0
 public static T Create <T>() where T : CustomAnimationPlayable, new()
 {
     return(Playable.InternalCreate(typeof(T)) as T);
 }