blob: 3f364f3b6aa2717f5cfa8ddaa045cc701eeacced [file] [log] [blame] [edit]
{
"name": "ViewModel",
"key": {
"int": 435,
"string": "viewmodel"
},
"extends": "viewmodel/viewmodel_component.json",
"properties": {
"viewModelOrder": {
"type": "FractionalIndex",
"initialValueRuntime": "0",
"key": {
"int": 563,
"string": "viewmodelorder"
},
"description": "Order value for sorting View Models.",
"runtime": false
},
"defaultInstanceId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 564,
"string": "defaultinstanceid"
},
"description": "The default instance attached to the view model.",
"runtime": false
},
"editingInstanceId": {
"type": "Id",
"typeRuntime": "uint",
"initialValue": "Core.missingId",
"initialValueRuntime": "-1",
"key": {
"int": 741,
"string": "editinginstanceid"
},
"description": "The selected inspector instance. Saves to local editor properties.",
"runtime": false,
"coop": false
}
}
}