public static bool IsOpenForEdit (VersionControl.Asset asset);

파라미터

assetAsset to test.

설명

Returns true if an asset can be edited.

Version control systems like Perforce requieres that an asset is checked out before it can be edited, in that case this will test if the asset can be edited. Some version control systems support editing without checking out the asset in that case this will always return true.