C# Class FullInspector.BackupService.fiSerializedObject

Show file Open project: jacobdufault/fullinspector Class Usage Examples

Public Properties

Property Type Description
DeserializedState fiDeserializedObject
Members List
ObjectReferences List
SavedAt string
ShowDeserialized bool
Target FullInspector.Internal.fiUnityObjectReference

Property Details

DeserializedState public property

The deserialized state. Potentially null.
public fiDeserializedObject,FullInspector.BackupService DeserializedState
return fiDeserializedObject

Members public property

The serialized members.
public List Members
return List

ObjectReferences public property

The serialized object references.
public List ObjectReferences
return List

SavedAt public property

When the backup was made (computed from DateTime.Now).
public string SavedAt
return string

ShowDeserialized public property

Only used in the editor -- if true, then the deserialized state should be shown.
public bool ShowDeserialized
return bool

Target public property

The object that the backup is applied to.
public fiUnityObjectReference,FullInspector.Internal Target
return FullInspector.Internal.fiUnityObjectReference