Class CloningContext
Inheritance
CloningContext
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class CloningContext : IPoolable, IDisposable
Properties
clonings
Declaration
public Dictionary<object, object> clonings { get; }
Property Value
fallbackCloner
Declaration
public ICloner fallbackCloner { get; }
Property Value
tryPreserveInstances
Declaration
public bool tryPreserveInstances { get; }
Property Value
Methods
Dispose()
Declaration
New(ICloner, bool)
Declaration
public static CloningContext New(ICloner fallbackCloner, bool tryPreserveInstances)
Parameters
Type |
Name |
Description |
ICloner |
fallbackCloner |
|
bool |
tryPreserveInstances |
|
Returns
Implements
Extension Methods