説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

IAnimationPreviewable.cs 132B

123456
  1. using UnityEngine.Animations;
  2. namespace UnityEngine.U2D.Common
  3. {
  4. internal interface IPreviewable : IAnimationPreviewable { }
  5. }