コード例 #1
0
ファイル: Playable.cs プロジェクト: lsx6244413/UnityDecomplie
 public static T Create <T>() where T : CustomAnimationPlayable, new()
 {
     return(Playable.InternalCreate(typeof(T)) as T);
 }