Class GenerationRecordOptions.GenerationMergeOptions
Defines how a new GenerationRecord should be merged into an existing one.
Inherited Members
Namespace: Glitch9.AIDevKit
Assembly: Glitch9.AIDevKit.dll
Syntax
public class GenerationRecordOptions.GenerationMergeOptions
Properties
| Edit this page View SourceMerger
The delegate responsible for performing the merge between RecordToMerge and the newly generated record.
Declaration
public RecordMerger Merger { get; set; }
Property Value
| Type | Description |
|---|---|
| RecordMerger |
RecordToMerge
The existing record that the new record will be merged into.
Declaration
public GenerationRecord RecordToMerge { get; set; }
Property Value
| Type | Description |
|---|---|
| GenerationRecord |