Interface IPath<TSelf>
Namespace: AssetRipper.GUI.Web.Paths
Assembly: AssetRipper.GUI.Web.dll
Syntax
public interface IPath<TSelf>
Type Parameters
Name | Description |
---|---|
TSelf |
Methods
| Improve this Doc View SourceFromJson(String)
Declaration
static TSelf FromJson(string json)
Parameters
Type | Name | Description |
---|---|---|
System.String | json |
Returns
Type | Description |
---|---|
TSelf |
ToJson()
Declaration
string ToJson()
Returns
Type | Description |
---|---|
System.String |