MappingEntry
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Defines a single mapping entry
public record MappingEntry : IEquatable<MappingEntry>
Inheritance Object → MappingEntry
Implements IEquatable<MappingEntry>
Properties
SourceValue
The source value
public object SourceValue { get; set; }
Property Value
TargetValue
The target value
public object TargetValue { get; set; }
Property Value
Description
An optional description. This description is only added to the debug output of the node.
public string Description { get; set; }
Property Value
Constructors
MappingEntry()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public MappingEntry()