C# Class FullInspector.BackupService.fiSerializedObject

Afficher le fichier Open project: jacobdufault/fullinspector Class Usage Examples

Méthodes publiques

Свойство 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
Résultat fiDeserializedObject

Members public_oe property

The serialized members.
public List Members
Résultat List

ObjectReferences public_oe property

The serialized object references.
public List ObjectReferences
Résultat List

SavedAt public_oe property

When the backup was made (computed from DateTime.Now).
public string SavedAt
Résultat string

ShowDeserialized public_oe property

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

Target public_oe property

The object that the backup is applied to.
public fiUnityObjectReference,FullInspector.Internal Target
Résultat FullInspector.Internal.fiUnityObjectReference