Esempio n. 1
0
 public static IEnumerable <ISpritePropertyAnimator> CreatePossibleInstances(ComponentSystemBase system, EntityQuery query)
 {
     return(TypeUtility.CreatePossibleInstances <ISpritePropertyAnimator>(
                typeof(SpritePropertyAnimator <,>),
                typeof(IDynamicBufferProperty <>),
                system,
                query).ToList());
 }