Display "type" as a string in object dumps
This commit is contained in:
@@ -17,7 +17,7 @@ namespace AssetStudio
|
|||||||
protected BuildType buildType;
|
protected BuildType buildType;
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public BuildTarget platform;
|
public BuildTarget platform;
|
||||||
[JsonIgnore]
|
[JsonConverter(typeof(JsonStringEnumConverter))]
|
||||||
public ClassIDType type;
|
public ClassIDType type;
|
||||||
[JsonIgnore]
|
[JsonIgnore]
|
||||||
public SerializedType serializedType;
|
public SerializedType serializedType;
|
||||||
|
|||||||
Reference in New Issue
Block a user