mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
Remove documentation of obsolete features
We don't want people to use these things
This commit is contained in:
parent
5f05f598d4
commit
66bece90c8
4
NewHorizons/External/PropModule.cs
vendored
4
NewHorizons/External/PropModule.cs
vendored
@ -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;
|
||||||
|
|||||||
@ -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"
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user