Skip to main content

PlaceholderRule

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform

Defines a single mapping entry

public record PlaceholderRule : IEquatable<PlaceholderRule>

Inheritance ObjectPlaceholderRule
Implements IEquatable<PlaceholderRule>

Properties

Placeholder

The source value

public string Placeholder { get; set; }

Property Value

String

Path

The source path value

public string Path { get; set; }

Property Value

String

Constructors

PlaceholderRule()

Caution

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


public PlaceholderRule()