Method CopyToSnapshotGenerated
CopyToSnapshotGenerated(in GhostSerializerState, ref TSnapshot, in TComponent)
Copy/Convert the component data to the snapshot.
Declaration
[RequiredMember]
void CopyToSnapshotGenerated(in GhostSerializerState serializerState, ref TSnapshot snapshot, in TComponent component)
Parameters
| Type | Name | Description |
|---|---|---|
| GhostSerializerState | serializerState | |
| TSnapshot | snapshot | |
| TComponent | component |