Example #1
0
 /// <summary>Shorthand for <see cref="SerializedProperty.GetArrayElementAtIndex"/> on <see cref="Times"/>.</summary>
 public SerializedProperty GetTime(int index)
 {
     return(Times.GetArrayElementAtIndex(index));
 }