C# 클래스 PatchImportSettingRecycleID, UnityDecompiled

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled 1 사용 예제들

공개 메소드들

메소드 설명
Patch ( SerializedObject serializedObject, int classID, string oldName, string newName ) : void
PatchMultiple ( SerializedObject serializedObject, int classID, string oldNames, string newNames ) : void

메소드 상세

Patch() 공개 정적인 메소드

public static Patch ( SerializedObject serializedObject, int classID, string oldName, string newName ) : void
serializedObject UnityEditor.SerializedObject
classID int
oldName string
newName string
리턴 void

PatchMultiple() 공개 정적인 메소드

public static PatchMultiple ( SerializedObject serializedObject, int classID, string oldNames, string newNames ) : void
serializedObject UnityEditor.SerializedObject
classID int
oldNames string
newNames string
리턴 void