Skip to main content

system.kanoa.asset.getCurrentModeInfo

This function requires KanoaOPS module

Description

Returns the current mode info for a given assetPath (kanoaOPS).

Syntax

getCurrentModeInfo(assetPath)
  • Parameters
      assetPath (string) - Path of the asset.
  • Returns
      modeInfo (dictionary).
  • Code Examples

    # Example Usage:
    asset_path = 'SampleAsset'
    mode_info = system.kanoa.asset.getCurrentModeInfo(asset_path)