예제 #1
0
 public static bool ShouldShowAnimationWindowCurve(EditorCurveBinding curveBinding)
 {
     return(!AnimationWindowUtility.IsTransformType(curveBinding.type) || !curveBinding.propertyName.EndsWith(".w"));
 }