Provider.Checkout
public static VersionControl.Task Checkout(VersionControl.AssetList assets,
VersionControl.CheckoutMode mode);
public static VersionControl.Task Checkout(VersionControl.Asset asset,
VersionControl.CheckoutMode mode);
Parameters
| assets | List of assets to checkout. | |
| mode | Tell the Provider to checkout the asset, the .meta file or both. | |
| asset | Asset to checkout. |
Description 描述
Checkout an asset or list of asset from the version control system.
Some version control systems like Perforce requires an asset to be checked out before it can be edited.