Table of Contents

Struct ParameterMapping

Namespace
nadena.dev.ndmf
public struct ParameterMapping
Inherited Members

Constructors

ParameterMapping(string, bool)

public ParameterMapping(string name, bool isHidden = false)

Parameters

name string
isHidden bool

Fields

IsHidden

If true, this parameter is set to be hidden outside of the renaming scope.

public bool IsHidden

Field Value

bool

ParameterName

The name of the parameter to expose outside of the renaming scope

public string ParameterName

Field Value

string