Utilities.GetPathsFromGuidsInPlace(String[], Boolean) Method

Definition

Given a list of Asset guids converts them to asset paths in place.

public static void GetPathsFromGuidsInPlace (string[] guids, bool fullPaths = false);
static member GetPathsFromGuidsInPlace : string[] * bool -> unit
Public Sub GetPathsFromGuidsInPlace (guids As String(), Optional fullPaths As Boolean = false)

Parameters

guids
String[]
fullPaths
Boolean

Applies to