示例#1
0
 /// <summary>
 /// Call once per control input to this Operation description
 /// </summary>
 /// <param name="input">The control input</param>
 public void AddControlInput(Operation input)
 {
     TfInvoke.tfeAddControlInput(_ptr, input);
 }