Class SnapshotProvider
Implements
Inherited Members
Namespace: Unity.SnapshotDebugger
Assembly: solution.dll
Syntax
public abstract class SnapshotProvider : MonoBehaviour, Serializable
Properties
Name | Description |
---|---|
Require |
Returns true if the provider need post process callbacks called after serialization and deserialization |
aggregate | |
identifier |
Methods
Name | Description |
---|---|
Awake() | |
Collect |
|
On |
|
On |
|
On |
|
On |
Post process callback called after all snapshot objects have been deserialized, can be use to deserialize additional data |
On |
Post process callback called after all snapshot objects have been serialized, can be use to serialize additional data |
Read |
|
Read |
|
Write |
|
Write |