Skip to main content

MappingEntry

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Defines a single mapping entry

public record MappingEntry : IEquatable<MappingEntry>

Inheritance ObjectMappingEntry
Implements IEquatable<MappingEntry>

Properties

SourceValue

The source value

public object SourceValue { get; set; }

Property Value

Object

TargetValue

The target value

public object TargetValue { get; set; }

Property Value

Object

Description

An optional description. This description is only added to the debug output of the node.

public string Description { get; set; }

Property Value

String

Constructors

MappingEntry()

Caution

Constructors of types with required members are not supported in this version of your compiler.


public MappingEntry()