Exemplo n.º 1
0
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionInt dInt)
     : this(name, label, description, DspParameterType.Integer)
 {
     _descUnion.intdesc = dInt.ToFmod();
 }
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionInt dInt)
     : this(name, label, description, DspParameterType.Integer)
 {
     _descUnion.intdesc = dInt.ToFmod();
 }