mirror of
https://github.com/rive-app/rive-cpp.git
synced 2026-01-18 21:21:17 +01:00
* fix effects sorting * fix Feature values * invalidate effects on update instead than when dirt is added to avoid multiple invalidations per frame * fix key conflict Co-authored-by: hernan <hernan@rive.app>
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "ScriptInputViewModelProperty",
|
|
"key": {
|
|
"int": 612,
|
|
"string": "scriptinputviewmodelproperty"
|
|
},
|
|
"extends": "custom_property.json",
|
|
"mixins": [
|
|
"script_input_common.json"
|
|
],
|
|
"properties": {
|
|
"dataTypeId": {
|
|
"type": "Id",
|
|
"initialValue": "Core.missingId",
|
|
"key": {
|
|
"int": 867,
|
|
"string": "datatype"
|
|
},
|
|
"description": "Identifier used to track the DataEnum or ViewModel representing the type.",
|
|
"runtime": false
|
|
},
|
|
"dataBindPathIds": {
|
|
"type": "List<Id>",
|
|
"typeRuntime": "Bytes",
|
|
"encoded": true,
|
|
"initialValue": "[]",
|
|
"key": {
|
|
"int": 866,
|
|
"string": "databindpathids"
|
|
},
|
|
"description": "Path to the selected property."
|
|
},
|
|
"isDataBindPathRelative": {
|
|
"type": "bool",
|
|
"initialValue": "false",
|
|
"key": {
|
|
"int": 925,
|
|
"string": "isdatabindpathrelative"
|
|
},
|
|
"description": "Whether the data bind path is relative",
|
|
"runtime": false
|
|
}
|
|
}
|
|
} |