Remove documentation of obsolete features

We don't want people to use these things
This commit is contained in:
Nick 2022-05-02 02:26:13 -04:00
parent 5f05f598d4
commit 66bece90c8
2 changed files with 2 additions and 10 deletions

View File

@ -33,8 +33,8 @@ namespace NewHorizons.External
public class DetailInfo public class DetailInfo
{ {
public string path; public string path;
public string objFilePath; public string objFilePath; //obsolete DO NOT DOCUMENT
public string mtlFilePath; public string mtlFilePath; //obsolete
public string assetBundle; public string assetBundle;
public MVector3 position; public MVector3 position;
public MVector3 rotation; public MVector3 rotation;

View File

@ -607,14 +607,6 @@
"type": "string", "type": "string",
"description": "Relative filepath to an asset-bundle" "description": "Relative filepath to an asset-bundle"
}, },
"objFilePath": {
"type": "string",
"description": "Relative filepath to the obj file"
},
"mtlFilePath": {
"type": "string",
"description": "Relative filepath to the mtl file of the obj file"
},
"position": { "position": {
"$ref": "#/$defs/vector3" "$ref": "#/$defs/vector3"
}, },