14 [AttributeUsage(AttributeTargets.Field)]
17 public WrapMode PostWrap {
get;
private set; }
18 public Keyframe StartVal {
get;
private set; }
19 public Keyframe EndVal {
get;
private set; }
29 public override void DrawEditor(
UnityEngine.Object target, FieldInfo field, SerializedProperty property)
31 throw new NotImplementedException();
34 public override void DrawEditor(
UnityEngine.Object target, PropertyInfo prop)
36 throw new NotImplementedException();