bool
CanOpenMultipleAssets
{
get;
set;
} Description
If this editor is able to edit multiple assets at the same time then return true
and we'll try to create only one version of that editor and AssetOpen will be called multiple times.
Return
User Comments