C# 클래스 FullInspector.Modules.fiSerializerMigrationUtility

파일 보기 프로젝트 열기: jacobdufault/fullinspector

공개 메소드들

메소드 설명
GetPersistentObjects ( ) : List

Returns all persistent objects that use Full Inspector.

GetSceneObjects ( ) : List

Returns all scene specific objects that use Full Inspector.

MigrateUnityObject ( Object obj, Type fromSerializer, Type toSerializer ) : void

Changes the serialization data for the given GameObject.

비공개 메소드들

메소드 설명
ChangeStates ( Object target, MethodInfo restoreState, MethodInfo saveState ) : void

메소드 상세

GetPersistentObjects() 공개 정적인 메소드

Returns all persistent objects that use Full Inspector.
public static GetPersistentObjects ( ) : List
리턴 List

GetSceneObjects() 공개 정적인 메소드

Returns all scene specific objects that use Full Inspector.
public static GetSceneObjects ( ) : List
리턴 List

MigrateUnityObject() 공개 정적인 메소드

Changes the serialization data for the given GameObject.
public static MigrateUnityObject ( Object obj, Type fromSerializer, Type toSerializer ) : void
obj UnityEngine.Object
fromSerializer System.Type The current serializer
toSerializer System.Type The new serializer
리턴 void