mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
featue: add artboard data bind support (#9996) be0b691d9b
* add artboard data bind support Co-authored-by: hernan <hernan@rive.app>
This commit is contained in:
@@ -1 +1 @@
|
||||
9af17212ca6acc19b7f55ba6128d1f375425242f
|
||||
be0b691d9ba25faada8131d7ad2289460de7972f
|
||||
|
||||
@@ -38,6 +38,8 @@ RiveDataBindingViewModelInstancePropertyDataTypeFromRuntime(rive::DataType type)
|
||||
return RiveDataBindingViewModelInstancePropertyDataTypeSymbolListIndex;
|
||||
case rive::DataType::assetImage:
|
||||
return RiveDataBindingViewModelInstancePropertyDataTypeAssetImage;
|
||||
case rive::DataType::artboard:
|
||||
return RiveDataBindingViewModelInstancePropertyDataTypeNone;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Submodule submodules/rive-runtime updated: 107319bc52...4d14da8162
Reference in New Issue
Block a user