system.kanoa.asset.getCurrentModeInfo
Description
Returns the current mode info for a given assetPath (kanoaOPS).Syntax
getCurrentModeInfo(assetPath)- assetPath (string) - Path of the asset.
- modeInfo (dictionary).
Code Examples
# Example Usage:
asset_path = 'SampleAsset'
mode_info = system.kanoa.asset.getCurrentModeInfo(asset_path)