Change property naming to be more consistent (#578)
This commit is contained in:
@@ -790,10 +790,10 @@ public record ColliderParams
|
||||
}
|
||||
|
||||
[JsonPropertyName("_props")]
|
||||
public ColliderProps? Props { get; set; }
|
||||
public ColliderProperties? Properties { get; set; }
|
||||
}
|
||||
|
||||
public record ColliderProps
|
||||
public record ColliderProperties
|
||||
{
|
||||
[JsonPropertyName("Center")]
|
||||
public XYZ? Center { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user