示例#1
0
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionBool dBool)
     : this(name, label, description, DspParameterType.Boolean)
 {
     _descUnion.booldesc = dBool.ToFmod();
 }
 public DspParameterDescription(string name, string label, string description, DspParameterDescriptionBool dBool)
     : this(name, label, description, DspParameterType.Boolean)
 {
     _descUnion.booldesc = dBool.ToFmod();
 }