asset_type_exts

omni.kit.helper.file_utils.asset_types.asset_type_exts(asset_type: str) List[str]

Returns a list of file extensions associated with the given asset type.

Parameters

asset_type (str) – The asset type identifier.

Returns

A list of file extensions that match the given asset type.

Return type

List[str]