PlaceholderRule
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Transform
Defines a single mapping entry
public record PlaceholderRule : IEquatable<PlaceholderRule>
Inheritance Object → PlaceholderRule
Implements IEquatable<PlaceholderRule>
Properties
Placeholder
The source value
public string Placeholder { get; set; }
Property Value
Path
The source path value
public string Path { get; set; }
Property Value
Constructors
PlaceholderRule()
Caution
Constructors of types with required members are not supported in this version of your compiler.
public PlaceholderRule()