C# Class FullInspector.BackupService.fiBackupEditorGUILayout

Contains editing logic common to the backup window and the inline backup viewer.
Exibir arquivo Open project: jacobdufault/fullinspector

Public Methods

Method Description
DisplayDeserializedObject ( fiDeserializedObject obj, fiGraphMetadata metadata ) : void
DrawBackupsFor ( Object target, List toRemove ) : void

Method Details

DisplayDeserializedObject() public static method

public static DisplayDeserializedObject ( fiDeserializedObject obj, fiGraphMetadata metadata ) : void
obj fiDeserializedObject
metadata fiGraphMetadata
return void

DrawBackupsFor() public static method

public static DrawBackupsFor ( Object target, List toRemove ) : void
target UnityEngine.Object
toRemove List
return void