Exemple #1
0
 /// <summary>
 /// Gets the number of action bindings.
 /// </summary>
 /// <returns>Number of bindings.</returns>
 public int GetNumActionBindings()
 {
     return(Native_UInputComponent.GetNumActionBindings(Address));
 }