takeSnapshot
Syntax
Description
takeSnapshot(
takes a snapshot of the
actor specified by actor
)actor
.
takeSnapshot(
takes a snapshot of the actor
,Name
,Properties
)actor
called Name
by
storing the values of the properties specified by Properties
.
takeSnapshot(
takes a snapshot of
actor
)actor
.
takeSnapshot(
takes a snapshot of the actor
,Name
,Properties
)actor
called Name
by
storing the values of the properties contained in Properties
.
takeSnapshot(
takes a snapshot of actor
,Name
,Properties
,IncludeChildren
)actor
by storing the values of
Properties
mentioned.
Input Arguments
Version History
Introduced in R2022b
See Also
copy
| findBy
| propagate
| gather
| restoreSnapshot