コード例 #1
0
 public static bool IsTweenVec3(this TweenTypeEnum type)
 {
     return(type.AsType().IsSubclassOf(typeof(TweenVec3)));
 }