AssetScriptReferenceRetargeter.RetargetAssets Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Obsolete and removed after deprecation of the NuGet distribution. Use RetargetAssetsToScript() to retarget to script GUIDs.
public:
static void RetargetAssets();
[UnityEditor.MenuItem("Mixed Reality Toolkit/MSBuild/Assets/Retarget To DLL")]
public static void RetargetAssets ();
[System.Obsolete("Obsolete and removed after deprecation of the NuGet distribution. Use RetargetAssetsToScript() to retarget to script GUIDs.")]
public static void RetargetAssets ();
public static void RetargetAssets ();
[<UnityEditor.MenuItem("Mixed Reality Toolkit/MSBuild/Assets/Retarget To DLL")>]
static member RetargetAssets : unit -> unit
[<System.Obsolete("Obsolete and removed after deprecation of the NuGet distribution. Use RetargetAssetsToScript() to retarget to script GUIDs.")>]
static member RetargetAssets : unit -> unit
static member RetargetAssets : unit -> unit
Public Shared Sub RetargetAssets ()
- Attributes
-
UnityEditor.MenuItemAttribute ObsoleteAttribute