ParameterReferenceConstrainter

ParameterReferenceConstrainter(Action<Parameter.Type, Type>, Action<Parameter.Type>)

public ParameterReferenceConstrainter(Action<Parameter.Type, Type> onChangedType, Action<Parameter.Type> onDestroy) ;

Description

Constructor

Parameters

Parameter Name Description
onChangedType Set a callback that will be called when the type of the referenced parameter changes.
onDestroy Set a callback that will be called when the referenced parameter is deleted.