json copying
debugging overlay
This commit is contained in:
@@ -37,5 +37,6 @@ public class TruthActor
|
||||
/// Gets the list of [start_sec, end_sec] windows during which the actor is on screen.
|
||||
/// </summary>
|
||||
[JsonPropertyName("scenes")]
|
||||
[JsonObjectCreationHandling(JsonObjectCreationHandling.Populate)]
|
||||
public Collection<double[]> Scenes { get; } = new();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user