C# Class FullInspector.BackupService.fiSerializedObject

Datei anzeigen 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_oe property

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

Members public_oe property

The serialized members.
public List Members
return List

ObjectReferences public_oe property

The serialized object references.
public List ObjectReferences
return List

SavedAt public_oe property

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

ShowDeserialized public_oe property

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

Target public_oe property

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