C# Class PatchImportSettingRecycleID, UnityDecompiled

Afficher le fichier Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Méthodes publiques

Méthode Description
Patch ( SerializedObject serializedObject, int classID, string oldName, string newName ) : void
PatchMultiple ( SerializedObject serializedObject, int classID, string oldNames, string newNames ) : void

Method Details

Patch() public static méthode

public static Patch ( SerializedObject serializedObject, int classID, string oldName, string newName ) : void
serializedObject UnityEditor.SerializedObject
classID int
oldName string
newName string
Résultat void

PatchMultiple() public static méthode

public static PatchMultiple ( SerializedObject serializedObject, int classID, string oldNames, string newNames ) : void
serializedObject UnityEditor.SerializedObject
classID int
oldNames string
newNames string
Résultat void